Date: Tue, 5 Dec 2006 08:52:17 -0600
From: "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject: [coba-e:08090] Re: USB HD
To: <coba-e (at mark) bluequartz.org>
Cc: "'Abdul-Rashid Abdullah'" <webmaster (at mark) muntada.com>
Message-Id: <313801c7187d$06434900$0301a8c0@Jerrycp>
In-Reply-To: <20061205143702.M74491 (at mark) muntada.com>
X-Mail-Count: 08090
> 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