Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のように(CentOS 6.5の下で)tmpfs内にファイルを作成したい:
fpath = '/tmpfs_mounted/with/long/file/name' with open(fpath, 'w') as fd: write(somedata) ...
しかし、IOError: [Errno 36] File name too long: ...エラーが発生しました。どうすれば修正できますか?
IOError: [Errno 36] File name too long: ...