From owner-freebsd-questions@FreeBSD.ORG Fri Aug 31 20:37:02 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25C7716A418 for ; Fri, 31 Aug 2007 20:37:02 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep31-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 65A1613C458 for ; Fri, 31 Aug 2007 20:37:00 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.1.99] (really [80.99.119.201]) by viefep31-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20070831203641.FPHO4488.viefep31-int.chello.at@[192.168.1.99]> for ; Fri, 31 Aug 2007 22:36:41 +0200 Message-ID: <46D87B39.70706@shopzeus.com> Date: Fri, 31 Aug 2007 22:34:01 +0200 From: Laszlo Nagy User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: sshfs - fuse: failed to open fuse device: No such file or directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2007 20:37:02 -0000 I have installed fusefs-sshfs. I tried this: sshfs user1@box1:/usr/fileshare/pub /usr/fileshare/pub fuse: failed to open fuse device: No such file or directory sshfs has no manual page, just "sshfs -h" but it did not help. I could not find useful information in the archives. I have tried "env FUSE_DEV_NAME=/dev/fuse0" but did not help. I tried to follow http://fuse4bsd.creo.hu/doc/html_single_out/doc.html#hd001003003 but I do not have a kernel module for fusefs (why not???), so I cannot do this: kldload fuse_module/fuse.ko sysctl vfs.usermount=1 Output of uname -a: FreeBSD neptunus.msnet 6.2-RELEASE-p7 FreeBSD 6.2-RELEASE-p7 #6: Thu Aug 23 21:03:16 CEST 2007 gandalf@neptunus.msnet:/usr/obj/usr/src/sys/NEPTUNUS i386 Ports tree was updated a week ago and "portupgrade -a" was completed. Please help me! Thanks, Laszlo