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. winc...@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 winc...@debian:~$ chmod o+w /media/wine/documentation winc...@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 -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org