LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Unmount a FTP mount? (https://www.linuxquestions.org/questions/linux-server-73/unmount-a-ftp-mount-615926/)

twproductions 01-24-2008 02:42 AM

Unmount a FTP mount?
 
HI peepz!

Hi have mounted an FTP server, mount point /plesk-backup
But now it is crashed so i wanna dismount it!
but how?

Does any body had an idea?
i've done it with mount.curlftpfs..


Thnx!!!

[root@plesk init.d]# ps -aux | grep mount

root 3366 0.0 0.0 12124 1084 ? Ssl Jan22 0:03 automount
root 30436 0.0 0.1 99484 1972 ? Ssl Jan23 0:00 mount.curlftpfs plesk:watzullenwedoen@193.239.202.15 /plesk-backup/
root 5573 0.0 0.1 5568 1840 ? D Jan23 0:00 mount.curlftpfs plesk:watzullenwedoen@193.239.202.15 /plesk-backup/
root 8500 0.0 0.0 4232 740 ? D Jan23 0:00 mount -t fusectl fusectl /sys/fs/fuse/connections
root 9446 0.0 0.1 5568 1872 ? D Jan23 0:00 mount.curlftpfs plesk:watzullenwedoen@193.239.202.15 /plesk-backup2
root 23694 0.0 0.0 3900 680 pts/13 S+ 09:22 0:00 grep mount





Grtzz
Thijs

matiasar 01-24-2008 06:15 AM

RE: unmounting ftp
 
Hi Peepz!

Did you try unmounting it just like any other mounted filesystem?
Look, for me it worked this way:

Quote:

#umount /mnt/ftp
Like root, where /mnt/ftp is my mounting point. Yours might be /plesk-backup

Maybe this wiki could help you on mounting ftp resources.
http://wiki.archlinux.org/index.php/Mount_FTP

regards,
Matías


All times are GMT -5. The time now is 08:04 PM.