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/usb1
That's all.
本文转自ICT时空 dbasdk博客,原文链接:How to mount usb device in CentOS? ,如需转载请自行联系原博主。