Sublime Forum

Unable to save file Sublime Text 3

#1

Hi,

I have a problem saving some files using Sublime Text 3 on windows 7. The error message is something like this: "Unable to save file … " and it continues that that file is used by other process. This doesn’t changes is I set “atomic_save”: false
The file I’m trying to save it is in a shared folder(chmod 777) with a linux virtual machine created with vagrant. If I close the virtual machine I can save the file, if not I may use any other editor to edit/save the file, but not sublime.

Did anyone had this problem?

Thanks

0 Likes

#2

It seems that this is not a problem related to Sublime text 3.
On my virtual machine I use nginx and it had open_file_cache enabled. After I set open_file_cache off; in nginx.conf the save problem was solved. For more details see this post:

serverfault.com/questions/450991 … n-centos-6

0 Likes