本文共 298 字,大约阅读时间需要 1 分钟。
1 Insert the usb device;
2 Create a directory, eg. /mnt/usb1, to mount usb device;
3 Use command "fdisk -l" to find out which device is a new usb device, eg. /dev/sdb1
4 Mount the usb device and check the result.
mount -t vfat /dev/sdb1 /mnt/usb1That's all.
本文转自ICT时空 dbasdk博客,原文链接: ,如需转载请自行联系原博主。