Mount an NTFS drive read only
1. Boot From your linux dix
2. Shell into the terminal
3. Create a directory let's say mkdir /ycsoftware
4 Then use the mount command below
sudo mount -t ntfs -o umask=0222 /dev/hda1 /ycsoftware
5. Then cd /ycsoftware
6. ls -lah to see your ntfs files
Mount an NTFS Drive read write
sudo mount -t ntfs-3g /dev/hda1 /ycsoftware -o force