Gerald,
Thanks. Actually, it should be sdc7 for the home partition. I was able to
see the data. I moved over the system_backup data (thanks to Brian's Backup
package) and I am about to start the restore!
-Rashid
On Tue, 5 Dec 2006 08:52:17 -0600, Gerald Waugh wrote
> > Let me provide a bit more information. I know that the USB
> > drive is being recognized. Here is what I get when I type
> > fdisk -l /dev/sdc. sdc is the usb drive which I derived from
> > /var/log/messages when I turned it on by doing a tail.
> >
> > The problem is I believe /dev/sdc4 is the home partition but
> > I am not sure how to get it mounted.
> >
> mkdir /mnt/sdc4
> mount /dev/sdc4 /mnt/sdc4
>
> Gerald