linux下mount移动硬盘或U盘
时间:2006-05-30 来源:快乐南海
转载自:http://www.fengnet.com/showart.asp?art_id=858&cat_id=10
看看系统认出的盘先:
#cat /proc/partitions
看看系统认出的盘先:
#cat /proc/partitions
#cd /lib/modules/2.4.x-x/kernel/drivers
#insmod ./scsi/scsi/scsi_mod.o
#insmod ./scsi/sd_mod.o
#insmod ./scsi/ide_scsi.o
#insmod ./usb/usbcore.o
#insmod ./usb/usb_uhci.o
#insmod ./usb/usb_ohci.o
再看看系统认的盘:
#cat /proc/partitions
然后挂接:
#mount -t vfat /dev/sdax /mnt/flash_memory
或者:
#modprobe usb-storage
相关阅读 更多 +