Displaying 1 result from an estimated 1 matches for "mypcfil".
Did you mean:
mypcfiles
2008 Jan 28
1
mount read/write ntfs via samba
...les appear to be owned by root so users can't write to
their own files.
I can add dmask=777, fmask=666 but then anyone can overwrite anything.
I was thinking of perhaps having the users mount the partition themselves eg
add to sudoers
smith ALL=/bin/mount
and then having smith
mkdir ~/mypcfiles
mount -t smbfs -username=smith //pc-server/user/smith ~/mypcfiles
but smith gets "tree connect failed: ERRDOS - ERRnosuchshare (You specified
an invalid share name)"
Does the share need to be in some other format? Is the above a reasonable
way to go? (I imagine I should
probably furth...