unique: 6, opcode: READLINK (5), nodeid: 87, insize: 40, pid: 36633
readlink /folder1/A/1 1025
fuse: bad error value: 4
unique: 6, error: -34 (Result too large), outsize: 16
--
You received this message because you are subscribed to the Google Groups "OSXFUSE" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osxfuse-grou...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Some attribute data may have a fixed length that is enforced by the sys-
tem. For example,
% xattr -w com.apple.FinderInfo 0 foo
xattr: [Errno 34] Result too large: 'foo'
The com.apple.FinderInfo attribute must be 32 bytes in length.
--