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

-- 
One man's constant is another man's variable.
                -- A.J. Perlis

Attachment: pgpEtkqhRvRRf.pgp
Description: PGP signature

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to