This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hynek
Recipients amcnabb, hynek, loewis, neologix, r.david.murray
Date 2012-05-19.14:11:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4FB7AA0E.3010009@ox.cx>
In-reply-to <CAH_1eM0rG9DdA-8XyPAFPd9db2nxo_gXqq+5+D-ava+E5fUpCA@mail.gmail.com>
Content
> """
> stat("/net/prodigy", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
> mkdir("/net/prodigy/tmp", 0777)         = -1 EACCES (Permission denied)
> """
> 
> As you can see, a stat() is already done on /net/prodigy.

To be fair, that shouldn’t trigger a mount. Otherwise a `ls -l` on /net
would mount all volumes.

> Event if it wasn't done, calling mkdir() ought to trigger the mount.

I’m not sure if/where the behavior is defined – let’s what the Linux
people say.
History
Date User Action Args
2012-05-19 14:11:28hyneksetrecipients: + hynek, loewis, amcnabb, r.david.murray, neologix
2012-05-19 14:11:27hyneklinkissue14702 messages
2012-05-19 14:11:27hynekcreate