From owner-freebsd-questions@FreeBSD.ORG Fri Oct 20 20:32:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D2AD16A4EC; Fri, 20 Oct 2006 20:32:48 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1D1043DDD; Fri, 20 Oct 2006 20:25:56 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id k9KKNIWq067372; Fri, 20 Oct 2006 16:23:18 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id k9KKNIxJ067371; Fri, 20 Oct 2006 16:23:18 -0400 (EDT) (envelope-from jerrymc) Date: Fri, 20 Oct 2006 16:23:18 -0400 From: Jerry McAllister To: martinko Message-ID: <20061020202318.GA67333@gizmo.acns.msu.edu> References: <45391F3E.9060307@pobox.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45391F3E.9060307@pobox.sk> User-Agent: Mutt/1.4.2.2i Cc: FreeBSD Questions , freebsd-ports@freebsd.org Subject: Re: fstab & (local) mount -- FreeBSD Port: sysutils/fusefs-curlftpfs 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, 20 Oct 2006 20:32:48 -0000 On Fri, Oct 20, 2006 at 09:10:54PM +0200, martinko wrote: > Hello, > > This is from CurlFtpFS FAQ: > > # *How can I make CurlFtpFS mount automatically at startup?* > You can add it to /etc/fstab. Example: > > curlftpfs#ftp.host.com /mnt/host fuse rw,uid=500,user,noauto 0 0 > > > However, it does not work on FreeBSD -- mount fails with this complain: > mount: exec mount_fusefs not found in /sbin:/usr/sbin: No such file or > directory > > Of course, we have it here: /usr/local/sbin/mount_fusefs > > Is there any workaround or could this be fixed/amended somehow pls ?? Looks like you need to add /usr/local/sbin to your path. ////jerry > > Cheers, > > Martin > _______________________________________________ > 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"