LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   can't see ntfs partition (https://www.linuxquestions.org/questions/linux-newbie-8/cant-see-ntfs-partition-214328/)

vaoc 08-06-2004 01:08 PM

can't see ntfs partition
 
I'm trying to see ntfs partition as a normal user by mount -t ntfs /dev/hda1 /mnt/windows
but only root user can see it, for other users it's permission denied.
how can I give a user permission to see /mnt/windows?
thank you..

Demonbane 08-06-2004 01:31 PM

try
Code:

mount -t ntfs -o umask=0 /dev/hda1 /mnt/windows

vaoc 08-06-2004 06:02 PM

it worked :)
 
I want to ask one more thing;
for ex: I want a user to be able to run mount command, how can I do that?
thank you..

Demonbane 08-06-2004 06:07 PM

put it in /etc/fstab with the option "user", check the mount manpage for more info.


All times are GMT -5. The time now is 09:52 PM.