Anyone else having trouble saving files on remote file systems using macfusion sshfs?
On save I'm getting "The document could not be saved. Setting extended attributes: Attribute not found" though the file is saved.
I tried the old "defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1" from TM1 but that didn't seem to work.
Any thoughts? I've got "Ignore Apple double Files" check in macfusion which is probably causing the problem, but unchecking it makes things much too slow when using macfusion.
Cheers
Alex
On 22 Dec 2011, at 12:35, Alex Sullivan wrote:
Anyone else having trouble saving files on remote file systems using macfusion sshfs?
On save I'm getting "The document could not be saved. Setting extended attributes: Attribute not found" though the file is saved.
There might be a more detailed error in console.
I have unfortunately found that a lot of file systems does a poor job at setting proper flags for what they support and setting errno to the proper error code on failure.
So I wouldn’t at all be surprised that sshfs has a problem with setxattr(). It probably should have set errno to ENOTSUP, assuming sshfs does not emulate extended attributes.