LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Mounting NTFS Partition for all users? (https://www.linuxquestions.org/questions/slackware-14/mounting-ntfs-partition-for-all-users-47362/)

Seph64 02-27-2003 01:12 AM

Mounting NTFS Partition for all users?
 
I once got my FSTab to mount the NTFS drive for all users, but I forgot how I did it.

Code:

/dev/hda1        /Windows        auto              defaults              0  0
That's what I put into my fstab, is there anything wrong with how that entry is set up?

JoooN 02-27-2003 03:04 AM

Code:

/dev/hda1        /Windows        auto              umask=000              0  0
I think...

thirdbanE 02-27-2003 05:18 AM

Code:


/dev/hda1        /Windows          ntfs              ro,umask=000    0  0


Seph64 02-27-2003 08:58 AM

Thanks all, that worked.


All times are GMT -5. The time now is 10:22 AM.