yuziqiang 发表于 2010-4-24 19:30:03

飞凌-seventeen 发表于 2010-4-25 17:10:22

要想正常挂在,1内核支持,2u盘格式,3u盘大小,三者都得注意
看一下你参考的文档是个什么环境

yuziqiang 发表于 2010-4-26 17:56:50

飞凌-seventeen 发表于 2010-4-26 23:04:57

格成fat32试试

lsy110 发表于 2010-6-27 20:05:17

飞凌-fatfish 发表于 2010-6-28 08:24:51

自动挂载,如果是mdev自动挂载,需要在mdev.conf中添加自动挂载信息。

jackeyang 发表于 2010-7-27 16:30:16

飞凌-seventeen 发表于 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: 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]
查看完整版本: Linux下U盘能够是别但是不能正确挂载