blog@sansor

Mounting NTFS Partition on Linux

Posted in @sansor, Computer, Daily Stuff, Laptops, Linux, Linux vs Windows, Open-Source, Software, Windows by Sanjay Kumar on June 13, 2006

This how-to describes how to mount an NTFS partition in linux so that the user can access files on the NTFS partition from linux normally.

1. Login as root by running from a terminal su followed by typing the root password.

2. Create a directory in your /mnt folder. This can be done by running mkdir /mnt/X where X is the name of the directory where the NTFS partition will be mounted.

3. Run fdisk -l and note the name of the device file for the NTFS partition. Lets say the device file name is found to be /dev/Y.

4. Open the file /etc/fstab in your favorite text editor.

5. On a new line at the bottom of the file, add the line

/dev/Y /mnt/X ntfs users,owner,ro,umask=000 0 0

where X is the name of the directory you created in step 2.

6. Save and quit the file /etc/fstab

7. Then run mount -a and the NTFS partition will be mounted. It will also be mounted automatically after reboot so that you do not have to do anything after you reboot.

8 Responses

Subscribe to comments with RSS.

  1. Hyderabad Real Estate said, on June 30, 2006 at 7:10 am

    thanks for sharing

  2. Nishant Kumar said, on July 12, 2006 at 4:16 pm

    but u need to recompile kernel with ntfs support which I guess is not default till FC3(Which I use)

  3. coach said, on December 8, 2006 at 11:04 am

    coach handbags

  4. Ramesh said, on February 17, 2007 at 4:58 am

    Does this process work in FC6? I dont think so.

  5. Johnie said, on February 24, 2007 at 8:14 pm

    Hi! Your site is very nice! Would you please also visit my site?
    [@../doorway/blogspot/tr3.txt||10||p-11||3||

  6. Neil said, on March 20, 2007 at 3:13 am

    Yeah, I’m running FC6 as of today and trying to figure a way to still access the rest of my partitions, which are all ntfs. I can’t seem to make it happen though. Any pointers?

  7. Rabbi said, on July 8, 2007 at 3:40 pm

    how can i mount ntfs partition from fedora 6.


Leave a Reply