<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
$ umount /dev/sdz<br>
$ fdisk /dev/sdz<br>
<br>
# Type &#39;d&#39; to delete the primary partition<br>
# Type &#39;n&#39; for new partition<br>
# Type &#39;p&#39; for primary<br>
# Type &#39;1&#39; for 1st<br>
# Type Enter for 1st cylinder<br>
# Type Enter for last cylinder (full disk)<br>
# Type &#39;w&#39; to finish<br>
<br></blockquote><div><br>I following these instructions, and up until here they worked.   But there:<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

$ e2fsck -f /dev/sdz1<br>
</blockquote><div><br>... I get this error:<br><br>[root@domU-12-31-39-0E-B2-61 ~]# e2fsck -f /dev/sdz1<br>e2fsck 1.39 (29-May-2006)<br>Couldn&#39;t find ext2 superblock, trying backup blocks...<br>e2fsck: Bad magic number in super-block while trying to open /dev/sdz<br>
<br>The superblock could not be read or does not describe a correct ext2<br>filesystem.  If the device is valid and it really contains an ext2<br>filesystem (and not swap or ufs or something else), then the superblock<br>
is corrupt, and you might try running e2fsck with an alternate superblock:<br>    e2fsck -b 8193 &lt;device&gt;<br><br>I also tried it with &quot; e2fsck -f /dev/sdz&quot;, same error<br><br><br></div></div>