Hi,
I use OSXFusehttp://osxfuse.github.io/ to mount directories from my virtual machine to local via SSH connection.
Most of the time it works perfectly with files mounted by OSXFuse, except:
- I can’t delete file from sublime text
- Each time I create a file say ‘xxx’, I got another file created named with prefix ‘._’, for this case ‘._xxx’
It’s not huge problem since I can manually delete those files, but it’s boring to do that everyday.
I’ve test create/delete files using ‘TextEdit’ and shell, and it works fine.
So I considered it to be a problem for sublime text.
One more information is that the 2nd problem occurs after I’ve upgraded to OS 10.9 recently.
Could you please check why this happened?