Linux mount U disk

Linux mount U disk:
1. First fdisk -l, then insert the U disk, fdisk -l to see if a new hard disk is added (if only one U disk is inserted and your hard disk is not a scsi hard disk interface) , then its hardware name is: sda1).
2. First create a usb directory in the mnt directory (eg: [root@localhost root]# mkdir /mnt/usb)
3. Mount the U disk: mount -t vfat /dev/sda1 /mnt/usb
4. Uninstall U disk: umount /mnt/usb
5. Delete the usb directory: rm -rf /mnt/usb

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327033340&siteId=291194637