Richard A Downing FBCS CITP wrote:

> After which, a simple:
> 
> umount web-site
> 
> drops the connection.

I've discovered that this is better done as the user using:

fusermount -u web-site

using the utility that is installed by as part of fuse.  This allows the
user who mounted the filesystem to do the unmounting, rather than having
root do it.

I also discovered that you can put a curlftpfs mount into fstab (all one
line):

curlftpfs#user:[EMAIL PROTECTED]/ /home/user/web-site fuse defaults 0  0

as there is a /sbin/mount.fuse helper script installed by fuse.  Not
sure if I like this with the password en clair in my fstab file though!

Richard.

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-chat
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to