$ e2fsck -f /dev/sdz1<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;"><div class="gmail_quote"><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><br></div></div></blockquote><div><br><br>I should add: <br><br>1) before re-writing the partition table, I COULD mount the drive:<br><br>$ mount /dev/sdz1 /home<br><br>and e2fsck worked ...<br><br>$ e2fsck -f /dev/sdz1 <br>
Pass 1 ...<br><br><br>However, immediately after re-writing the partition table, I CANNOT do either of these things<br><br>$ mount /dev/sdz1 /home<br>mount: you must specify the filesystem type<br><br>and e2fsck yields that &quot;bad magic number&quot; error .... <br>
<br>So maybe there&#39;s something going wrong in the re-writing of the partition table?<br><br>Dan<br></div></div><br>