PDA

View Full Version : [ubuntu] Mounting Windows partition



dhigger
April 27th, 2008, 01:54 PM
I dual-boot Hardy with Vista.

In Ubuntu's Places menu, there are the usual Nautilus bookmarks (Documents, Videos, etc), followed by Computer, CD/DVD Creator, and then - in my case - "Recovery".

"Recovery" is my Windows recovery partition (at /dev/sda1), not the Windows Vista OS partition (at /dev/sda2).

Now, I know that the Windows Vista OS partition (sda2) is properly mounted at /windows. But how do I get Ubuntu to ignore the Windows Recovery partition (sda1) and automatically mount the Windows Vista OS partition (sda2) in my Places menu?

iwallet
May 8th, 2008, 10:47 AM
apt-get install ntfs-config, then run Applications -> System Tools -> NTFS Configuration Utility

Alternatively you could add a line similar to "/dev/XXX /media/windows ntfs-3g defaults,locale=en_US.UTF-8 0 0" to /etc/fstab. The aforementioned tool does that (and a few other things) for you.

try this!