[NTLUG:Discuss] Mounting USB portable drive
Bryan J. Smith
b.j.smith at ieee.org
Mon Aug 22 17:58:47 CDT 2005
On Mon, 2005-08-22 at 17:38 -0500, John Thomas wrote:
> Attached scsi disk sdc at scsi5, channel 0, id 0, lun 0
> SCSI device sdc: 78140160 512-byte hdwr sectors (40008 MB)
> sdc: sdc1
^^^^ Note Disk Slice 1
For fixed disks, which the SBP-2 system is supporting, you still have a
disk label (partition table) and disk slices (partitions). So you must
mount the individual slices.
> ...
> So the device is recognized by the system.
> But mount -t auto /dev/sdc /mnt/USB returns:
> "mount: you must specify the filesystem type"
Try:
mount -t auto /dev/sdc1 /mnt/USB
^ Note the slice (1) added
--
Bryan J. Smith b.j.smith at ieee.org http://thebs413.blogspot.com
----------------------------------------------------------------------
The best things in life are NOT free - which is why life is easiest if
you save all the bills until you can share them with the perfect woman
More information about the Discuss
mailing list