How to mount USB Mass Storage Device under Linux
Posted: Sat Dec 20, 2008 8:48 pm
Assume USB Disk is in FAT32
Following messages will appear after USB Disk plug in:
SCSI device sda: 2000561 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: assuming drive cache: write through
SCSI device sda: 2000561 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: assuming drive cache: write through
/dev/scsi/host2/bus0/target0/lun0:<7>usb-storage: queuecommand called
unknown partition table
Attached scsi removable disk sda at scsi2, channel 0, id 0, lun 0
Mount device:
[root@FriendlyARM /]#mount /dev/scsi/host2/bus0/target0/lun0/part1 /mnt
[root@FriendlyARM /]#
Check files on disk:
① [root@FriendlyARM /]#cd mnt ② [root@FriendlyARM /]#ls
Following messages will appear after USB Disk plug in:
SCSI device sda: 2000561 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: assuming drive cache: write through
SCSI device sda: 2000561 512-byte hdwr sectors (1024 MB)
sda: Write Protect is off
sda: assuming drive cache: write through
/dev/scsi/host2/bus0/target0/lun0:<7>usb-storage: queuecommand called
unknown partition table
Attached scsi removable disk sda at scsi2, channel 0, id 0, lun 0
Mount device:
[root@FriendlyARM /]#mount /dev/scsi/host2/bus0/target0/lun0/part1 /mnt
[root@FriendlyARM /]#
Check files on disk:
① [root@FriendlyARM /]#cd mnt ② [root@FriendlyARM /]#ls