[clug] Permissionproblem with samba share

Alex Osborne ato at meshy.org
Thu Jul 31 23:17:03 GMT 2008


zeezam wrote:
> My NTFS mount in fstab which is the share:
> /dev/sda3  /media/store ntfs-3g defaults 0 0
>
> It's maybe the permission to the partition.
>   
I've never used ntfs-3g and could be completely off the mark, but 
perhaps it sounds like it might be defaulting to an access mode mask of 
007. Try mounting with "umask=000" instead of "defaults" in the fstab, 
or from the command-line:

mount -t ntfs-3g -o umask=000 /dev/sda3 /media/store

Alex


More information about the linux mailing list