How to access USB disk under Linux

Source: Internet
Author: User

Under the Linux u disk is as a SCSI device, Mount U disk before the first confirm U disk device name, in the terminal input Dmesg|more view, here is sda1

Set up mount point/mnt/usb

and use

Code:

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

Mount, or by adding in the Fstab

Code:

/dev/sda1/mnt/usb VFAT Defaults 0 0

Boot automatically mount, but with defaults parameters, if the boot when the U disk did not plug in, it will be an error.

So I was in fstab to add/dev/sda1/mnt/usb vfat noauto 0 0, and then on the desktop to create a new hard disk device link, in the link properties of the Device tab select the device for/DEV/SDA1 (/MNT/USB) semi-automatic mount. When you want to use a U disk, Just click on the link to do it.

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.