How to Mount a USB Drive in Ubuntu

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

Most USB drives will 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 window for the volume and place an icon for the volume on your desktop. In the circumstance that Ubuntu is unable to automount the USB drive, manual mounting the drive is possible using the steps 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 will look something like: /dev/sdb1

5.

Type "sudo mkdir /media/external" into the terminal window and hit 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,utf8,dmask=027,fmask=137" into the terminal window, and hit 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.

时间: 2024-08-30 11:10:36

How to Mount a USB Drive in Ubuntu的相关文章

A replacement solution to using Google Drive in Ubuntu

Grive2 Get dependencies You need to get the dependency libraries along with their development (-dev or -devel) packages: yajl 2.x libcurl STL (libstdc++) libgcrypt Boost (filesystem, program_options, regex, unit_test_framework and system) expat There

使用Universal USB Installer安装Ubuntu

1.下载Universal USB Installer 下载地址: 2.下载ubuntu 14 desktop.iso 运行Universal USB Installer,找到电脑上 ubuntu 14 desktop.iso,将镜像安装到U盘中. 修改待安装的计算机上配置,boot启动方式usb 一步一步运行即可.

LiveCD制作U盘启动:Write the LiveCD image to the USB drive

dd if=install-x86-minimal-20130528.iso of=/dev/sdb bs=4M

ubuntu上virtualbox无法找到usb设备【解决】

How to set up USB for Virtualbox? USB in different versions of Virtual Box For use of USB in Virtual Box 3.x you need a PUEL-version. From Virtual Box > 4.x USB 1.0 is supported in the OSE version installed from software center. For USB 2.0 or USB 3.

Reinstall Ubuntu Operating System with USB

Requirements: 1 computer to install Ubuntu 1 computer to  do prep work (If you are on a Windows computer, you will need to download UUI, and if you are on a Mac OS X computer you will need to download UNetbootin.) Ubuntu ISO https://www.ubuntu.com/do

ubuntu下virtualbox 虚拟xp 访问USB设备

 Ubuntu安装虚拟机,实现文件和USB的共享 Ubuntu下virtualbox 虚拟xp 访问USB设备

如何制作Ubuntu SDK Live USB盘

对于一些想开发Ubuntu手机应用或Scope的开发者来说,不想重新买一个电脑安装Ubuntu操作系统或在自己的硬盘上重新安装一个Ubuntu系统,那么可以考虑制作一个Ubuntu系统的Live USB盘.这个USB包括如下的部分: Ubuntu Kylin 14.10操作系统 Ubuntu SDK (包括已经安装好的SDK,模拟器及编译环境) 使用这个Live USB盘,开发者就不用安装任何的东西,直接插入电脑的USB口中.在电脑启动的过程中,选择我们制作好的USB启动盘进行启动(在电脑启动的

Installing Ubuntu on a Pre-Installed Windows 8 (64-bit) System (UEFI Supported)

http://askubuntu.com/questions/221835/installing-ubuntu-on-a-pre-installed-windows-8-64-bit-system-uefi-supported If you are using Ubuntu 15.04+, many issues are now solved, so there is no need to follow this guide except if you are using any Ubuntu

macbook pro install ubuntu

https://help.ubuntu.com/community/MacBookPro Determine your hardware revision To determine which version / generation of MacBook Pro you have, you have multiple options: From the GUI in OS X Click on the Apple on the top left > "About this Mac&quo