Easy use of USB mobile memory in Linux

Source: Internet
Author: User

USB mobile memory is becoming more and more popular, but it is used in different Linux releases in different ways, some need corresponding tool software. The RedHat Linux9, which is frequently used, provides better support for USB mobile memory. You only need to perform the following steps to use USB mobile memory:

1. plug in your USB mobile memory.

2. Enter the terminal command line mode and use the following command to create a sub-directory for the external mount point:

Mkdir/mnt/usb

3. Mount your USB mobile storage:

USB mobile storage is generally identified as sda1, which can be queried using the fdisk-l command. Note that your USB mobile storage file system is in the format of msdos for FAT16 and vfat for FAT32. After viewing the information, run the following command:

Mount-t msdos or vfat/dev/sda1/mnt/usb

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.