Still no luck... Noone can reach the fat32 directory.. I've never had such problem with Debian.. :(
Damir Perisa wrote: > Friday 26 May 2006 01:06, Alper KANAT wrote: > | /dev/hda2 /pub auto defaults,gid=100,umask=002 0 0 > > assuming this is your vfat partition, i would suggest you to try with > this instead: > > /dev/hda2 /pub vfat auto,users,umask=0003,gid=users 0 0 > > auto: mount automatically at boot > users: available to users to mount/umount it > umask=0003: corresponds to 774 permissions > gid=users: so that the automatic mounting (at boot) is done with > users-rights and not with (the default) root-rights > > samba uses "nobody" user for accessing files and the folder you mount > this paritition in (/pub) should be readable and enterable (r-x) by > all. then it should work. > > good luck, > > - D > > > > ------------------------------------------------------------------------ > > _______________________________________________ > arch mailing list > [email protected] > http://www.archlinux.org/mailman/listinfo/arch -- Alper KANAT ([EMAIL PROTECTED]) http://raptiye.org _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
