How to Mount a USB drive in Ubuntu

Source: Internet
Author: User

Read more:http://www.ehow.com/how_6762235_mount-usb-drive-ubuntu.html

Most USB drives would automount under the Ubuntu operating system. Automounting means Ubuntu is programmed to automatically recognize the storage device plugged into the system and place it In The/media directory, open a file browser windows for the volume and place an icon for the volume on your desktop. In the circumstance-Ubuntu is unable to automount the USB drive, manual mounting the ' drive ' is possible using the step s outlined below.

1.Plug the USB drive into the computer. Ubuntu should mount the device automatically. If no volume appears under The/media directory continue to Step

2.Click on Applications, accessories, Terminal.

3.

Type "sudo fdisk-l" and hit the ENTER key.

4.

Find your device in the list. It'll look something like:/dev/sdb1

5.

Type "sudo mkdir/media/external" into the terminal window and hits the ENTER key.

6.

If the filesystem is formatted as FAT16 or FAT32, type "sudo mount-t vfat/dev/sdb1/media/external-o uid=1000,gid=100,u tf8,dmask=027,fmask=137 "into the terminal window, and hits the ENTER key. Otherwise, if the device is formatted with NTFS, type ' sudo mount-t ntfs-3g/dev/sdb1/media/external ' and hit the Enter Key.

7.

To unmount the device, type ' sudo umount/media/external ' into the ' terminal window and hit the ' Enter key '.

How to Mount a USB drive in Ubuntu

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.