Sublime Forum

Save on Windows for Linux file problem

#1

I am using SublimeText3 on Windows. When I save a file on a Linux shared drive, the file becomes unreadable and the security bits get corrrupted. The only way to recover is to delete the file and make a fresh copy.

I don’t have this problem with any other editor.

I don’t want to give up using SublimeText3 because of this.

:astonished:

0 Likes

#2

Try disabling “atomic_save” from preferences setting it to false

// Save via writing to an alternate file, and then renaming it over the
// original file.
"atomic_save": true,
0 Likes

#3

It worked!

Thanks for the help!

0 Likes