Comment 11 for bug 36091

Revision history for this message
BenWoosley (ben-woosley) wrote : `sshfs -d` debug output illustrating issue

Here's the debug output. I mounted the drive, opened /myfolder/README in gedit without the use of nautilus, edited the file, saved the file successfully, then edited and saved again, this time unsuccessfully. The following milestones are marked in the log:

2: Logged in and mounted
9: Opened in gedit
34: First edit made successfully
53: Second edit fails

The points of interest are 22-25 and 46-47
In the first case, README~ is not found, and README is renamed to README~, then the gedit temp file is renamed to README.
In the second case, README~ is found, then it tries to rename README to README~, which fails with:
" unique: 47, error: -1 (Operation not permitted), outsize: 16",
the error gedit is seeing.