View Single Post
  #4   (View Single Post)  
Old 3rd September 2010
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by tetrodozombie View Post
sudo mount -t msdos /dev/sd0i /mnt

that's it.
Not necessarily. If nine other FFS partitions exist on the disk, then the first foreign filesystem will be lettered "j". The definitive answer is to check the output of disklabel(8) to find the exact partition letter.
Quote:
if you have more than one scuzzi and this doesn't work, try sd1i, sd2i, sd3i etc. depends on the number of scsi's.
There is no guesswork needed. Given the OP:
Quote:
Originally Posted by rativid View Post
Code:
umass0 detached
umass0 at uhub0 port 3 configuration 1 interface 0 "JMicron USB to ATA/ATAPI Bridge" rev 2.00/1.00 addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <SAMSUNG, J1TL415479, 0-12> SCSI2 0/direct fixed
sd0: 286168MB, 36481 cyl, 255 head, 63 sec, 512 bytes/sec, 586072368 sec total
USB attached devices will be identified in the run-time messages sent to the console & appended to the end of the dmesg(8) buffer. In this example, a USB device was attached to /dev/sd0.

Some may wonder why "i" is typically seen as the partition of MS-DOS partitions. Disks can only identify sixteen partitions, & "i" is the mid-way between the end-points "a" & "p".
Reply With Quote