View previous topic :: View next topic |
Author |
Message |
inDENIAL n00b
Joined: 19 Nov 2004 Posts: 6
|
Posted: Tue Apr 05, 2005 9:21 am Post subject: weired problem with samba |
|
|
ok i can share files with my windows dir.
but as soon as i share /movies which is my first sata drive or /downloads which is my second sata (mounted with fstab) i get access denied to those directories.
fstab
Code: | /dev/hda1 /boot ext2 auto,noatime 1 1
/dev/hda3 / xfs noatime 0 0
/dev/hda2 none swap sw 0 0
/dev/sda1 /movies vfat auto,user 0 0
/dev/sdb5 /downloads vfat auto,user 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 auto 0 0
none /dev/shm tmpfs defaults 0 0 |
i got a feeling it has to do with the way i am mounting the drives but am not sure.
all othe rdirectories are accesible bah those two drives. |
|
Back to top |
|
|
Rad Guru
Joined: 11 Feb 2004 Posts: 401 Location: Bern, Switzerland
|
Posted: Tue Apr 05, 2005 9:32 am Post subject: |
|
|
Try umask=000 in the options column. |
|
Back to top |
|
|
MrUlterior Guru
Joined: 22 Mar 2005 Posts: 511 Location: Switzerland
|
Posted: Tue Apr 05, 2005 9:56 am Post subject: |
|
|
Rad wrote: | Try umask=000 in the options column. |
Cool, someone else form .ch!
inDENIAL wrote: |
/dev/sda1 /movies vfat auto,user 0 0
/dev/sdb5 /downloads vfat auto,user 0 0
|
The problem is quite clearly VFAT Get an FS that supports proper perms .. _________________
Misanthropy 2.0 - enough hate to go around
|
|
Back to top |
|
|
inDENIAL n00b
Joined: 19 Nov 2004 Posts: 6
|
Posted: Tue Apr 05, 2005 10:52 am Post subject: |
|
|
need vfat to write to as ntfs write suport sucks even with captive.
and the umask work awsomely thanks rad |
|
Back to top |
|
|
|