Index: [Article Count Order] [Thread]

Date:  Tue, 5 Dec 2006 07:13:14 -0800
From:  "MuntadaNet" <webmaster (at mark) muntada.com>
Subject:  [coba-e:08091] Re: USB HD
To:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>, <coba-e (at mark) bluequartz.org>
Message-Id:  <20061205151201.M32171 (at mark) muntada.com>
In-Reply-To:  <313801c7187d$06434900$0301a8c0@Jerrycp>
References:  <20061205143702.M74491 (at mark) muntada.com> <313801c7187d$06434900$0301a8c0 (at mark) Jerrycp>
X-Mail-Count: 08091

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