LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   non-root accessing /mnt/win is denied! (https://www.linuxquestions.org/questions/linux-software-2/non-root-accessing-mnt-win-is-denied-160428/)

muyu 03-20-2004 11:20 PM

non-root accessing /mnt/win is denied!
 
doll@debian:/root$ cd /mnt/win
bash: cd: /mnt/win: Permission denied
Are you the same? Now , i'm posting my /etc/fstab file , Maybe, you can help me?
doll@debian:/root$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda6 / ext2 errors=remount-ro 0 1
/dev/hda5 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/hda1 /mnt/win vfat rw,user,suid,auto,async 0 0

Kovacs 03-20-2004 11:24 PM

Change 'user' to 'users' and check that the permissions of /mnt/win are correct.

muyu 03-21-2004 12:38 AM

nice reply! thanks :)

i'll try it soonly.


All times are GMT -5. The time now is 10:23 PM.