Hello: Thanks for your help, Ted. Unfortunately, I ran into some more problems. I wasn't able to follow your advice exactly; only one of the nodes in our cluster has a CD-ROM drive, and I wasn't given a rescue CD by the company. Instead, what I did was to first back up the affected drive to our RAID array. I did this manually with 'cp -dpR' I then removed the affected drive and connected it to a different node as a slave drive (/dev/hdb). From there, I was able to alter the partition. I ended up using parted, because I was hoping that it's 'resize' command would keep the files on the drive intact. I probably made a mistake while doing so -- a little investigation showed that the files were inaccessible after I changed the partition size. Resigned to the lost of files and thankful to have a backup, I used mkfs to reformat the partition. I then restored the original files to the partition, again using 'cp -dpR' When I returned the drive to it's original node, the kernel seemed to boot up well enough at first. However, it eventually tries to 'Checking root filesystem' and stops, complaining that it cannot locate a filesystem with label = '/'. It then gives me the option of running a shell in rescue mode before rebooting. I believe I have missed a detail in the way the filesystem has to be setup for a partition mounted as /. I would appreciate any insight into what is causing this problem and how it might be mended. Thank you for helping the novice, Ryan Roth Osgood Group / ISE Columbia University rothr@cumsl.msl.columbia.edu PS: Almost forgot: I'm using Red Hat 7.3 with ext3 filesystems. ---------- Forwarded message ---------- Date: Sat, 26 Apr 2003 23:54:06 -0400 From: Theodore Ts'o <tytso@mit.edu> To: rothr@cumsl.msl.columbia.edu Cc: ext3-users@redhat.com Subject: Re: Duplicating Hard Drive Problem On Sat, Apr 26, 2003 at 05:15:08PM -0400, rothr@cumsl.msl.columbia.edu wrote: > > However, on the faulty nodes, the first line of 'df -hT' is instead: > > /dev/hda3 ext3 3.6G 1.9G 1.6G 53% / > > It's pretty clear that a typo was made when these two drives were > partitioned, leaving about 80% of the hard drive unallocated, and the / > partition a tenth of the size it should be. The company that sold us the > cluster has be less supportive than I would have liked. > > My question, then, is: What is the simplest way to go about getting the > partition up to it's correct size? 1) Boot from a rescue CD-ROM that has fdisk and the resize2fs program on it. 2) Use "fdisk /dev/hda" and make sure the hda3 partition is correctly sized. Make sure nothing else from /dev/hda is mounted when you run fdisk, so that the kernel will re-read the partition table. Otherwise, you may need to reboot the system after you run fdisk. 3) Use the command "resize2fs /dev/hda3" to expand the filesystem on /dev/hda3 to the full size of the hda3 partition. - Ted _______________________________________________ Ext3-users@redhat.com https://listman.redhat.com/mailman/listinfo/ext3-users