Date: Fri, 31 Aug 2007 23:33:30 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Subject: Re: sshfs - fuse: failed to open fuse device: No such file or directory Message-ID: <200708312333.30807.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <46D8838D.5010902@shopzeus.com> References: <46D87B39.70706@shopzeus.com> <200708312251.07148.fbsd.questions@rachie.is-a-geek.net> <46D8838D.5010902@shopzeus.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 31 August 2007 23:09:33 Laszlo Nagy wrote: > neptunus# sshfs fileshare@fileshare:/usr/fileshare/pub /usr/fileshare/pub > fuse: bad mount point `/usr/fileshare/pub': Bad file descriptor > neptunus# ls -l /usr/fileshare/ > ls: pub: Bad file descriptor > total 22 > This is interesting. Now I have a special node called "pub" in that > directory and I cannot delete it. What is wrong? :-) Looks like your mount point didn't exist before connecting. No idea how to get rid of that bad descriptor - but if you: mkidr /usr/fileshare/mnt sshfs fileshare@fileshare:/usr/fileshare/pub /usr/fileshare/mnt (assuming /usr/fileshare/pub is a directory on server fileshare) things should work correctly. I do hope fileshare isn't the local machine, cause then you're mounting the directory on itself using ssh/fuse......eew, messy. -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708312333.30807.fbsd.questions>