|
发表于 2010-7-28 13:42:50
|
显示全部楼层
root@OK6410 udisk]# usb 1-1: new full speed USB device using s3c2410-ohci and address 32
usb 1-1: configuration #1 chosen from 1 choice
scsi8 : SCSI emulation for USB Mass Storage devices
scsi 8:0:0:0: Direct-Access USB2.0 Flash Disk 2.60 PQ: 0 ANSI: 2
sd 8:0:0:0: [sda] 4096000 512-byte hardware sectors: (2.09 GB/1.95 GiB)
sd 8:0:0:0: [sda] Write Protect is off
sd 8:0:0:0: [sda] Assuming drive cache: write through
sd 8:0:0:0: [sda] 4096000 512-byte hardware sectors: (2.09 GB/1.95 GiB)
sd 8:0:0:0: [sda] Write Protect is off
sd 8:0:0:0: [sda] Assuming drive cache: write through
sda:
sd 8:0:0:0: [sda] Attached SCSI removable disk
sd 8:0:0:0: Attached scsi generic sg0 type 0
当插上U盘显示这些后,须先建立节点,然后挂接
#mknod /dev/sda1 b 8 1
#mount -t vfat /dev/sda1 /tmp
这样即将u盘挂载到tmp目录下,当然可以挂在到其他路径下 |
|