From owner-freebsd-questions@FreeBSD.ORG Fri May 8 08:34:58 2009 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 AD15D106566C for ; Fri, 8 May 2009 08:34:58 +0000 (UTC) (envelope-from antonio.tommasi@unile.it) Received: from ilenic.unile.it (ilenic.unile.it [212.189.128.34]) by mx1.freebsd.org (Postfix) with ESMTP id 6B2438FC1A for ; Fri, 8 May 2009 08:34:58 +0000 (UTC) (envelope-from antonio.tommasi@unile.it) Received: from localhost (localhost [127.0.0.1]) by ilenic.unile.it (Postfix) with ESMTP id 84B75B52069 for ; Fri, 8 May 2009 10:18:41 +0200 (CEST) Received: from ilenic.unile.it ([127.0.0.1]) by localhost (ilenic.unile.it [127.0.0.1]) (virus/spam checker, port 10024) with ESMTP id Yq+dK2mUTa1P for ; Fri, 8 May 2009 10:18:40 +0200 (CEST) Received: from titto.unile.it (titto.unile.it [212.189.128.38]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ilenic.unile.it (Postfix) with ESMTPSA id 94F06B5202A for ; Fri, 8 May 2009 10:18:40 +0200 (CEST) Message-ID: <4A03EAE0.6060907@unile.it> Date: Fri, 08 May 2009 10:18:40 +0200 From: Antonio Tommasi User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: sshfs 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, 08 May 2009 08:34:58 -0000 Hi to all, I'm trying to use sshfs on freebsd 7.1 box After i've installed port (ls /var/db/pkg|grep fuse fusefs-kmod-0.3.9.p1.20080208_5 fusefs-libs-2.7.4 fusefs-sshfs-2.2 ) i run command sshfs user@host:/ /mnt/test/ and after inser password for host i've this message "fuse: failed to open fuse device: No such file or directory" Where is the problem Local directory /mnt/test exist. Regards Antonio Tommasi