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