I have a dual boot Windows 7, Ubuntu 11.10 system. Ubuntu was pretty much a vanilla installation and it was able to automount my two Win partitions.
I used to see them in Nautilus. To recover this problem I manipulated the /etc/fstab
which is operated under roots and that I am not able to unmount from Nautilus as Admin (unless I sudo from terminal)
How can I restore the original behavior (from my admin non-root account)? Thank you
The visual way
(for versions Ubuntu 12.10 Quantal Quetza or higher)
This guide is referenced from here.
The command-line way
Make sure the drive/partition you would like to attach is attached to your system and is turned on.
This guide is taken from here (it is for 12.04, but should work for other versions of Ubuntu) and bits from here.
Press Ctrl + Alt + T on your keyboard to open Terminal and type:
This will list the drives on your system, with handle labels, where available.
Take note of the UUID of the drive you wish to automatically mount.
Now the "fstab" file needs editing:
OR
Add this line to the bottom of the file, replacing the UUID with your noted UUID and choose a mount point name (the space character is created by using "\040" in the fstab):
Also replace the local to one suitable for your location and language if you are not in the USA. You can find your locale by typing in the terminal:
The "ntfs-3g" (a Kernel module) is a lower level software tool in almost all GNU/Linux distributions.
Save the file and close it.
Now type this into the terminal:
Next, make yourself the owner of the mount point by typing:
Replacing with your username (your username is always lower-case). This will prevent other users from touching it.
Restart your computer and enjoy!
Try this program.
This will help you configure your drives that are mounted at startup.
In the program, select your windows partition. When it asks you to configure, click 'Ok'. Then click on the assistant. It's pretty clear from there.
In the "options" field in /etc/fstab (fourth space-delimited field) add the "user" option. So
becomes
This extra parameter will "allow a user to mount".
Source: man fstab.