Linux mount USB flash drive

Source: Internet
Author: User

Mount USB flash Drive
Fdisk-l
disk/dev/sdd:131 MB, 131072000 bytes
/DEV/SDD1 * 1 889 127983+ b Win95 FAT32
#mkdir-P/MNT/USB
#mount-t vfat/dev/sdd1 /mnt/usb
#mount-T Vfat-o iocharset=cp936/dev/sdd1/mnt/usb

  1. First you have to make sure that the format of your USB stick is fat format.

    Go to the/mnt/directory to create a new USB directory

    cd/mnt/

    MKIDR USB

  2. 2

    First fdisk-l, then plug in the U disk, fdisk-l

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

  3. 3

    Then perform the Mount

    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. 4

    Cd/mnt/usb

    Enter here to see if you can find the contents of the U-disk?

    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 mount USB flash drive

Related Article

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.