LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   FTP connections mounted via FUSE extension curlftpfs not unmounting with Nautilus (https://www.linuxquestions.org/questions/linux-software-2/ftp-connections-mounted-via-fuse-extension-curlftpfs-not-unmounting-with-nautilus-794791/)

FireLizzard 03-11-2010 03:33 PM

FTP connections mounted via FUSE extension curlftpfs not unmounting with Nautilus
 
I am using curlftpfs to mount FTP servers as local filesystems. Usually, I type in something such as:
Code:

curlftpfs -o user=user:pass ftp://ftp.domain.tld/remote/directory ~/.curlftpfs/local/directory
This was working. I wrote a bash script so I would have a GUI for curlftpfs. The script works perfectly. But, whenever I try to 'eject' the connection in Nautilus, it gives me an error:
Code:

Unable to unmount lasaastronomy.org
umount: /media/lasaastronomy.org is not in the fstab (and you are not root)

Now, when I call curlftpfs by itself, it also has the same error. I have to use fusermount to unmount these connections.
What is wrong and how do I fix it?

jefro 03-12-2010 03:29 PM

I thought this was much different from the title.


The how to's say to unmount by su or sudo if your user is on sudoer's list.

FireLizzard 03-13-2010 02:37 PM

As I implied in the title, I want to be able to unmount the attached servers without launching terminal or calling Nautilus with root access. I want to be able to eject it from Nautilus without doing anything else. The fact that I cannot is my problem.


All times are GMT -5. The time now is 07:37 AM.