LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ntfs mounted but I cant access the files (https://www.linuxquestions.org/questions/linux-newbie-8/ntfs-mounted-but-i-cant-access-the-files-40937/)

Boom 01-09-2003 09:34 PM

ntfs mounted but I cant access the files
 
I mounted ntfs in RH8 after downloading the kernal patch. But when I try to copy or access a file I get and error:

The file or directory /mnt/ntfs/mIRC/download/ie6setup.exe does not exist.

I get an error for every file/dir on the partition.

jetblackz 01-10-2003 12:03 AM

umount it
su
vi /etc/fstab
Edit as follows:
/dev/hda1 /mnt/w2k ntfs noauto,user,exec,ro,nosuid,umask=007 0 0
Comment out your other line for 2K with #
#......


All times are GMT -5. The time now is 04:20 AM.