[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

wrong permission?



My Debian mounts a vfat partition automatically, the setting of fstab
is as follows:
## /etc/fstab
/dev/hda6       /media/wine     vfat
defaults,users,umask=000,shortname=winnt,uid=wincent,gid=wincent
 0       0

However, two folders in the partition have different permissions. It
seems that I can not change it. Any suggestions? Thanks.

wincent@debian:~$ ls -l /media/wine
total 80
dr-xr-xr-x 49 wincent wincent 16384 2008-02-10 documentation
drwxrwxrwx  2 wincent wincent 16384 2007-09-22 Recycled
wincent@debian:~$ chmod o+w /media/wine/documentation
wincent@debian:~$ ls -l /media/wine/
total 80
dr-xr-xr-x 49 wincent wincent 16384 2008-02-10 documentation
drwxrwxrwx  2 wincent wincent 16384 2007-09-22 Recycled


Reply to: