[issue8487] os.mknod() fails on NFS mounted directories

Antoine Pitrou report at bugs.python.org
Wed Apr 21 18:58:35 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, this looks like a filesystem problem more than a Python problem.
The error (errno 2) comes from the mknod() system call itself.

----------
nosy: +pitrou

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8487>
_______________________________________


More information about the Python-bugs-list mailing list