>As mentioned in a previous message, when you network-mount a folder that is
>owned by a different UID, it gets flagged as "read-only" regardless of whether
>you actually can write to it. I have a one-line patch which turns off this
>behavior (included below). I was thinking it would be good to have a
>command-line option which activates or deactivates the UID check. But this
It seems to me that simply using the access() function would be better,
since this would make it work in the general case as well as AFS.
--Ken