From owner-freebsd-questions@FreeBSD.ORG Sat Oct 21 21:24:00 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 A2E0F16A47B for ; Sat, 21 Oct 2006 21:24:00 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B3A43D58 for ; Sat, 21 Oct 2006 21:23:58 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.141] (helo=anti-virus02-08) by smtp-out3.blueyonder.co.uk with smtp (Exim 4.52) id 1GbOJx-00012R-L0; Sat, 21 Oct 2006 22:23:57 +0100 Received: from [62.31.10.95] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1GbOJx-0001Nd-4B; Sat, 21 Oct 2006 22:23:57 +0100 Message-ID: <453A8FEA.5050805@dial.pipex.com> Date: Sat, 21 Oct 2006 22:23:54 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: martinko References: <45391F3E.9060307@pobox.sk> In-Reply-To: <45391F3E.9060307@pobox.sk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions 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: Sat, 21 Oct 2006 21:24:00 -0000 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 > > Make a symlink from either /sbin/mount_fusefs or /usr/sbin/mount_fusefs to /usr/local/sbin/mount_fusefs --Alex