Wednesday, December 15, 2010

How to Mount USB Drivers in Ubuntu 10.10 (Maverick)

Automounting

Mounting

By default, storage devices that are plugged into the system mount automatically in the /media directory, open a file browser window for each volume and place an icon on your desktop. If you plug in a usb hard disk with many partitions, all of the partitions will automatically mount. This behaviour may not be what you want so you can configure it as shown below.

If the volumes have labels the icons will be named accordingly, otherwise they will be named "disk" and as more volumes are added, you can get "disk-1" and so on.


Configuring Automounting

To enable or disable automount open a terminal and type gconf-editor followed by the [Enter] key.

Browse to /apps/nautilus/preferences/media_automount.

The media_automount key controls whether to automatically mount media. If set to true, then Nautilus will automatically mount media such as user-visible hard disks and removable media on start-up and media insertion.

There is another key /apps/nautilus/preferences/media_automount_open. This controls whether to automatically open a folder for automounted media. This key can also be set in the Nautilus (file manager) window. From the Edit menu in Nautilus select Preferences and then select the Media tab.

If set to true, then Nautilus will automatically open a folder when media is automounted. This only applies to media where no known x-content/* type was detected; for media where a known x-content type is detected, the user configurable action will be taken instead. This can be configured as shown below.


or go this way


First you have Go to: System --> Administration --> Synaptic Package Manager

and search there for “ ndiswrapper-utils, ndiswrapper-common and ndisgtk “

and Install that. Now you will put you USB card reader with memory card it will open

Do same thing and enjoy now

Other Useful Commands

To see a list of your USB Devices (the vendor and device ID's), run

lsusb

to see all attached storage devices and their partitions, urn

sudo fdisk -l

to see information about currently mounted systems, simply run

mount


Allu John Sudhakar

to see my Blogger (for Ubuntu) http://allujohnsudhakar.blogspot.com/
any help mail to me aj_sudhakar@yahoo.co.in

No comments:

Post a Comment