[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2235: Error while restoring data - IOError: Errno2 - no such file or dir.
Tahoe-LAFS
trac at tahoe-lafs.org
Tue Apr 29 16:53:17 UTC 2014
#2235: Error while restoring data - IOError: Errno2 - no such file or dir.
--------------------------+-----------------------
Reporter: CyberAxe | Owner: daira
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: unknown | Version: 1.10.0
Resolution: | Keywords: Restore
Launchpad Bug: |
--------------------------+-----------------------
Comment (by daira):
This may be a result of the length of the path name; Windows APIs
[http://msdn.microsoft.com/en-us/library/aa365247%28VS.85%29.aspx#maxpath
do not normally accept paths longer than 260 Unicode characters], unless
the "\\?\" prefix is used. The path in question has 262 characters.
Most Windows software doesn't use that prefix and just breaks on long
paths. I have never understood the motivation for the design that supports
longer paths but requires you to jump through an obscure hoop to use them.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2235#comment:1>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list