看一下你参考的文档是个什么环境 格成fat32试试 自动挂载,如果是mdev自动挂载,需要在mdev.conf中添加自动挂载信息。 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: 4096000 512-byte hardware sectors: (2.09 GB/1.95 GiB)
sd 8:0:0:0: Write Protect is off
sd 8:0:0:0: Assuming drive cache: write through
sd 8:0:0:0: 4096000 512-byte hardware sectors: (2.09 GB/1.95 GiB)
sd 8:0:0:0: Write Protect is off
sd 8:0:0:0: Assuming drive cache: write through
sda:
sd 8:0:0:0: 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目录下,当然可以挂在到其他路径下
页:
[1]