|
发表于 2004-12-1 21:57:35
|
显示全部楼层
最初由 franktom 发表
我也是,根本没有这个设备文件,那又如何加载?
Please confirm if your system is using udev or not. If your system is using udev, sda or sda1 will be generated by your system automatically when you plugin your USB flash disk. Therefore, you can mount it with:
mount -t vfat /dev/sda1 /mnt/xxxx |
|