Linux Mounted U-disk

Source: Internet
Author: User

1. First enter the/mnt/directory to create a new USB directory

cd/mnt/

MKIDR USB

2. Fdisk-l first , then plug in the U disk, fdisk-l

  Check to see if a new hard drive has been added.

3. Performing a Mount

mount/dev/< your USB name > ~/USB

Mount-t Vfat/dev/sdb/mnt/usb

here -T vfat refers to the fat format,/DEV/SDB refers to the USB stick,/mnt/usb is the place to mount

4. View the contents of the U-disk

Cd/mnt/usb

If you do not create a new file, then umount/dev/sdb if the file disappears and then mounts and displays, it means that the mount was successful.

Linux Mounted U-disk

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.