: The Scratchpad :

How to mount Windows Partition in Linux?

Find out the info about NTFS partition:

fdisk -l

Create a directory on which the Windows partition to be mounted:

mkdir /mnt/c

Edit /etc/fstab file and include the following line:

/dev/[hda|sda][X]    /mnt/c     ntfs ro,user,auto,noexec,umask=0 0 0

eg:

/dev/sda2            /mnt/c           ntfs ro,user,auto,noexec,umask=0 0 0

January 5, 2012 - Posted by | Uncategorized

No comments yet.

Leave a comment