<br><br><div class="gmail_quote">On Thu, Aug 12, 2010 at 6:21 PM, John R Pierce <span dir="ltr"><<a href="mailto:pierce@hogranch.com">pierce@hogranch.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">  On 08/12/10 2:56 PM, Dan Yamins wrote:<br>
> Hi:<br>
><br>
> I have an NFS volume that I'm trying to resize a partition on.<br>
><br>
> Something about the fdisk process is corrupting something on the drive<br>
><br>
> Before running fdisk, I can mount the volume find:<br>
><br>
> $ mount /dev/sdo1 /home<br>
><br>
> ... and the volume is mounted fine.<br>
><br>
> And,<br>
> $ e2fsck -f /dev/sdo1<br>
> /dev/sdo1: clean, ...<br>
><br>
><br>
> But then I run fdisk to rewrite the partition table of this drive, to<br>
> expand the /dev/sdo1 partition w/o losing data:<br>
><br>
> $ fdisk /dev/sdo<br>
> # Type 'd' to delete the primary partition<br>
> # Type 'n' for new partition<br>
> # Type 'p' for primary<br>
> # Type '1' for 1st<br>
> # Type Enter for 1st cylinder<br>
> # Type Enter for last cylinder (full disk)<br>
> # Type 'w' to finish<br>
><br>
> Calling ioctl() ...<br>
> Syncing disks ...<br>
><br>
> But then something has gone wrong.<br>
><br>
> $ e2fsck -f /dev/sdo1<br>
> e2fsck 1.39 (29-May-2006)<br>
> Couldn't find ext2 superblock, trying backup blocks...<br>
> e2fsck: Bad magic number in super-block while trying to open /dev/sdm1 ...<br>
><br>
><br>
> And I can't mount the volume any more:<br>
> $ mount /dev/sdo1 /home<br>
> mount: you must specify the filesystem type<br>
><br>
> What am I doing wrong? Am I missing a step of the process?<br>
<br>
</div></div>yeah, you deleted your file system, then created a new empty partition.<br></blockquote><div><br>Luckily I'm doing this via snapshots of an amazon EBS volume ... so this whole thing was done on throw-away-able backup volume, which can be recreated from the original volume at any time.   I've just done this, and  I've attached the newly-created volume to /dev/sdo. <br>
<br>Now I'm trying to use parted.  <br><br>[root@domU-12-31-39-0E-B2-61 ~]# parted /dev/sdo<br>Error: Error initialising SCSI device /dev/sdo - Invalid argument   <br><br>I _can_ do it on the volume path itself:<br><br>
[root@domU-12-31-39-0E-B2-61 ~]# parted /dev/sdo1<br>
Using /dev/sdo1<br>Welcome to GNU Parted! Type 'help' to view a list of commands.<br>(parted)<br><br>.. but this seems wrong, since I'm trying to edit the partition table not of the partition /dev/sdo1 but of the drive itself.  ... Or perhaps I should this?  (If so, could you give more explicit instructions?)<br>
<br>Perhaps because this is a network attached drive, something virtual that amazon provides.    However, the reason I've written to the centOS list is because the same procedure has worked fine with ubuntu images ... so it didnt' seem like an amazon problem <br>
<br>Thanks!<br>Dan<br><br><br></div></div>