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.
Disk /dev/sdc: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 13 104391 fd Linux raid autodetect
/dev/sdc2 14 796 6289447+ fd Linux raid autodetect
/dev/sdc3 797 1318 4192965 fd Linux raid autodetect
/dev/sdc4 1319 30401 233609197+ 5 Extended
/dev/sdc5 1319 1449 1052226 fd Linux raid autodetect
/dev/sdc6 1450 1580 1052226 fd Linux raid autodetect
/dev/sdc7 1581 30401 231504651 fd Linux raid autodetect
On Tue, 05 Dec 2006 09:10:56 -0500, Abdul-Rashid Abdullah wrote
> All,
>
> I pulled a hard drive from a BQ box. I put it into a USB Hard drive
> enclosure. I want to mount it on another BQ box via USB. What
> should I do?
>
> -Rashid