Welcome to my blog !

The famous author Arthur Koestler once said that “Creativity is a type of learning process where the teacher and pupil are located in the same individual.” My main purpose for this blog is to depict the little tricks I've learned over time in Computers and my increasing adaptation towards Open Source Software.
More about me... here

December 17 2007

How to Mount an NTFS partition in Ubuntu.

Tagged Under : , , , , , , , , , , , ,

Although I use Ubuntu Gutsy Gibbon on this system I have access to another computer which dual boots into Windows XP and Ubuntu Gutsy Gibbon . I noticed that the ntfs partition was not mounted by default and I wanted to be able to mount it in case I ever wanted to access the information in it.

I found out that doing this in Ubuntu was way too easy :D . In order to do the above all you need to do is to use the following commands.
sudo apt-get install ntfs-config
sudo ntfs-config

If you’re insistent on not using the terminal you could of course install the package through synaptic and then run it by going to Applications > System Tools > NTFS configuration Tool. Once you do this you should get a similar interface as shown below.

NTFS Configuration Screen 1




Now you can select the partition you want from the list and then click on Apply. Which should give you the next screen.

NTFS Configuration Screen 2

If you want write support select it and now you should be able to see your new drive mounted. Now wasn’t that easy enough.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Slashdot
  • Google
  • E-mail this story to a friend!
  • Print this article!
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...


Comments:

(01) posted on How to Mount an NTFS partition in Ubuntu.

Post a comment