How to mount usb device in CentOS?

dbasdk發表於2014-08-08

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.

原釋出於

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29734436/viewspace-1248010/,如需轉載,請註明出處,否則將追究法律責任。

相關文章