add ntfs directory to your fstab

here are what i do
#mkdir /mnt/dataku #the directory where i m gonna put my access to windows
#mount /dev/hda5 /mnt/dataku
#nano /etc/fstab # edit the fstab, u may write this down
/dev/hda5 /mnt/dataku vfat defaults,user,umask=0 0 0 #user means all user can access. the type of window ntfs is vfat
#mount /dev/hda5 #re-mounting

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.