- 论坛徽章:
- 0
|
求教LINUX下U盘的使用方法
老兄:按照您的办法试了,还是不行.其他都通过,就"insmod usb-ohci.o
"时报错:
usb-ohci.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
而且,cat /proc/partitions信息如下:
major minor #blocks name rio rmerge rsect ruse wio wmerge wsect wuse running use aveq
8 0 9820440 sda 16 45 121 314 0 0 0 0 0 314 314
3 0 56203403 hda 14709 55574 554822 116207 4123 5108 74486 327476 -1 924140 7864936
3 1 7783461 hda1 83 62 721 271 0 0 0 0 0 271 271
3 2 1 hda2 0 0 0 0 0 0 0 0 0 0 0
3 5 33061738 hda5 275 62 2257 291 0 0 0 0 0 291 291
3 6 409626 hda6 23 71 188 277 8 3 22 220 0 498 498
3 7 5116671 hda7 9054 37777 373994 55339 867 1578 20096 141113 0 39636 196453
3 8 819283 hda8 1468 8977 82930 28167 1834 1408 26040 21042 0 15046 49210
3 9 819283 hda9 19 96 266 187 4 3 32 0 0 171 187
3 10 714861 hda10 40 96 434 435 58 102 1264 9740 0 2708 10175
3 11 522081 hda11 9 25 104 66 0 0 0 0 0 66 66
3 12 409626 hda12 29 71 200 310 4 0 8 0 0 310 310
3 13 305203 hda13 20 71 182 236 4 0 8 0 0 236 236
3 14 6241221 hda14 3642 7969 92858 29712 1344 2014 27016 155359 0 27583 185072
[root@linux01 root]# fdisk -l
Disk /dev/hda: 255 heads, 63 sectors, 6997 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 969 7783461 7 HPFS/NTFS
/dev/hda2 970 6997 48419910 f Win95 Ext'd (LBA)
/dev/hda5 970 5085 33061738+ 7 HPFS/NTFS
/dev/hda6 5086 5136 409626 83 Linux
/dev/hda7 5137 5773 5116671 83 Linux
/dev/hda8 5774 5875 819283+ 83 Linux
/dev/hda9 5876 5977 819283+ 83 Linux
/dev/hda10 5978 6066 714861 83 Linux
/dev/hda11 6067 6131 522081 82 Linux swap
/dev/hda12 6132 6182 409626 83 Linux
/dev/hda13 6183 6220 305203+ 83 Linux
/dev/hda14 6221 6997 6241221 83 Linux
[root@linux01 root]#mount -t vfat /dev/sda /mnt
mount: wrong fs type, bad option, bad superblock on /dev/sda,
or too many mounted file systems |
|