将U盘挂载到一个目录:/mnt/usb下,要对U盘数据进行写操作要带上命令-o rw -n
简单步骤如下(必须在可读文件系统下才可以使用):
1.mount -n -t vfat -o rw /dev/sda1 /mnt/usb/
2.cp -arf *.cpp /mnt/usb (may be delay some minutes)
3.cd ..(not at the dir /mnt/usb)
4.umount -t vfat /mnt/usb
(责任编辑:A6)
时间:2008-03-31 09:22
来源:赛迪网
作者:korn
原文链接