How do I use a USB flash disk in the old Linux version or the Linux version to be configured?

Source: Internet
Author: User
How do I use a USB flash disk in the old Linux version or the Linux version to be configured? -- Linux general technology-Linux technology and application information. For details, refer to the following section. First, make sure that the USB flash drive supports the Linux system. If not, it cannot be used. After you confirm the support, follow these steps:

Step 1 Add a directory

Run the following command to add a directory named usb hd under/media:

Mkdir/mnt/usbHD

Step 2: Mount/dev/sda1 to the new directory.

Mount/dev/sda1/mnt/usbHD/

If/dev/sda has been used by the hard disk, the USB flash drive will change to/dev/sdb1, so the command should be changed

Mount/dev/sdb1/mnt/usbHD/

In this way, you can access the data of the USB flash disk under/mnt/USB Hd.

Generally, you can insert a USB flash drive to automatically detect the disk and mount it to/media/disk. When a USB flash drive is displayed, you can directly choose to read the data.
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.