Steve Langasek wrote:
> But an ill-designed one; refusing to allow mounting over a directory
> that you own but don't currently have write access to, when other
> filesystems have no such requirement, is unnecessarily inconsistent.

What is this inconsistent with?  If you own a directory but don't have 
write permission, you cannot write into it:

$ mkdir test
$ chmod a-w test
$ echo test >test/test
bash: test/test: Permission denied

By that same idea, smbmnt disallows altering the directory contents by 
mounting over it.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to