From owner-freebsd-questions@FreeBSD.ORG Tue Aug 18 01:45:18 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 18ED4106568E for ; Tue, 18 Aug 2009 01:45:18 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id C742E8FC52 for ; Tue, 18 Aug 2009 01:45:17 +0000 (UTC) Received: by yxe11 with SMTP id 11so4400069yxe.3 for ; Mon, 17 Aug 2009 18:45:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=nvXLVidP0ZewNCK76sgwq2mJn1FQ7ruXI5QlwiCFeIM=; b=iDAEA8qb1GTl7rwFeLZI11fhpmqcAT66F6bnwfS3VoCcOOIFUQwNWI75RryhZ22uw2 SJob+qPEojg6wruru1BZhcTa9DzH28GMjULTVZPC4qAHnCK5gy5bvwLMXudWoCTs0cCo z9dBJIqBYBA4p8kriKJg3FCpoaPFTVKr0cuWQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=E8YWueAGCXxyzYleCT6TD5Xr0RwUFj/LTYlHkVdwlDqQ5Q9NH/t1gOT+4wF6L8KRS6 UkPtZyvOeTOD3tSp0CNRzS0Zn8zfo8dTtAr7p9WJ7FKC1T5jeFFCv73Iq26kOWWYUYFA Hyy9Ce6nzSeLZ7qsyNqmetW+OcN4kN83+PFII= MIME-Version: 1.0 Received: by 10.150.62.19 with SMTP id k19mr6865691yba.15.1250559916875; Mon, 17 Aug 2009 18:45:16 -0700 (PDT) In-Reply-To: <695FE1DB-81E6-41C3-94FF-2858E57D86A5@roalddevries.nl> References: <695FE1DB-81E6-41C3-94FF-2858E57D86A5@roalddevries.nl> Date: Mon, 17 Aug 2009 20:45:16 -0500 Message-ID: <6201873e0908171845m5bf7516fh8101f88d27e4d5b3@mail.gmail.com> From: Adam Vande More To: Roald de Vries Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: fusefs-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: Tue, 18 Aug 2009 01:45:18 -0000 On Mon, Aug 17, 2009 at 4:15 PM, Roald de Vries wrote: > Dear all, > > I've installed fusefs-sshfs, and added fusefs_enable="YES" to rc.conf. > During startup, I see fusefs being started, but when I do: "sshfs remote:~ > /media/remote", I get "fuse: failed to open fuse device: No such file or > directory". Any idea why? Thanks in advance. > > Kind regards, > > Roald > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > does kldstat list the appropriate module? 15 1 0xcbe3a000 e000 fuse.ko start it manually: /usr/local/etc/rc.d/fusefs start -- Adam Vande More