Linux U-Disk Mount command

Source: Internet
Author: User

Using Ubuntu desktop is usually mounted automatically, and in command-line mode you need to mount it by command.

1. First look at the information of the U-disk, confirm what partition is displayed, what the USB drive format is.

View command: sudo fdisk-l

2. Mount the U-disk to the specified position.

USB stick format is fat

Command: sudo mount-t vfat/dev/sdc4/home/linux/mnt

Note:/DEV/SDC4 is a USB disk partition display,/HOME/LINUX/MNT is the designated mount location, you can choose. After that, you can see the U-disk information as soon as you enter the folder.

The USB drive format is NTFS

Command: sudo mount-t ntfs-3g/dev/sdc4/home/linux/mnt

3. Unloading the U-disk

Command: sudo umount/home/linux/mnt

Note: You can not mount the folder in the U-disk Uninstall, the equivalent of U-disk in use prohibit exit.

Reference http://www.cnblogs.com/ghj1976/archive/2011/01/26/1945476.html thank the author for learning.

Linux U-Disk Mount command

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.