Ubuntu : Enable NTFS read/write options (accessing XP and Vista drives)

Contributor Icon Contributed by seamonkey420 Date Icon September 22, 2008  
Tag Icon Tagged: Linux

This recipe explains how to enable NTFS read/write options in Ubuntu and in turn allows one to read/write to any XP or Vista partitions one may have. This will be shown using Terminal to install. Applies to Ubuntu 7.04 and up (Gutsy Gibbon, Feisty Fawn, Hardy Heron)


1. In Ubuntu, open Terminal (Applications > Terminal)

at the command line type this command (i will explain each part of the command for those interested):

sudo apt-get install ntfs-config

sudo = switch user and do as root
apt-get = get application
install = install :P
ntfs-config = the package to install

once you do this, it will ask you for your password, enter that in. If you get an error, you may need to make your user account an admin account.

it should download and then install the packages necessary for this utility/tool.

2. After it installs, go back to Applications > System Tools

Open the NTFS Configuration Tool

3. You will be prompted to choose which NTFS drives to edit. I only have my internal NTFS partition showing so I chose that.

You will only get two options; to enable write options for internal and external NTFS drives. Pick what options you want and hit OK.

4. Hopefully you will now be able to access your NTFS drives and even write to them (if you choose such options).

This is handy for those multi-booting Ubuntu/XP users.

Previous recipe | Next recipe |
 
  • Daniel
    "This is handy for those multi-booting Ubuntu/XP users"

    Like myself : )

    But one thing I cannot understand: M$ is keeping their NTFS specifics a secret - all part of their fight against freedom - so how was ntfs-config created?
  • Vlad003
    I have never had to install a package to edit files in my NTFS partition. It worked out of the box with hardy, intrepid and jaunty.
blog comments powered by Disqus