Fedora 15 Geany IDE Error renaming temporary file: Operation Not Permitted

Geany is a light weight IDE for Linux. When using with a mounted file system, please see the article on “Mounting Remote File System”, it may give an error stating “Error renaming temporary file:Operation not permitted”.

In order to fix this, you will need to pass an additional flag when mounting the file system.

Instead of mounting the file system like so:
sshfs remoteuser@remoteserver.com:/home/remoteuser/blah /home/localuser/blah
You can do it like
sshfs -o workaround=rename remoteuser@remoteserver.com:/home/remoteuser/blah /home/localuser/blah

7 Responses

Subscribe to comments with RSS, or TrackBack to 'Fedora 15 Geany IDE Error renaming temporary file: Operation Not Permitted'.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>