From owner-freebsd-questions@FreeBSD.ORG Mon Feb 3 15:24:29 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52806449 for ; Mon, 3 Feb 2014 15:24:29 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 284B71339 for ; Mon, 3 Feb 2014 15:24:29 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id fa1so7202543pad.13 for ; Mon, 03 Feb 2014 07:24:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=WrtORGTkfK2bl+Suwm6uD/af7cop3kqEjVRPiGl2+Mw=; b=a8+JNHh4/Tx8+TtUh84Kpkzsx7RJ1dWwlYK2JpNVIe3+QRdHCDPRk0Q2aRWkcpitZY E80bHpLrv5otlMvjtGQt1EcChw0LFBEwWuDetLQIV8h4K16yBnUIdYIoQYk1fHCD3NMm rHdBSwfLIBmqtTaE7O6F0uIS81cHnZujwOPwzxEZII5me+w+DrGsmZPOgzGDy/Lt/klT SJrHBkONxXw0hkK7cmMS1pYzdD9cd85fTXAi9McUGmvby1I5FWduBvl6x64AuuPI1XXh 16pUQohmY/+vkPHzA6adt6w/G87he6LUCXeytjf8OydBCOzi1NR65OgbUeWk+ctWwEWg rwow== MIME-Version: 1.0 X-Received: by 10.68.227.36 with SMTP id rx4mr3218153pbc.164.1391441068774; Mon, 03 Feb 2014 07:24:28 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Mon, 3 Feb 2014 07:24:28 -0800 (PST) In-Reply-To: <20140203134752.6a820210@X220.alogt.com> References: <20140203134752.6a820210@X220.alogt.com> Date: Mon, 3 Feb 2014 07:24:28 -0800 X-Google-Sender-Auth: QGYGXNhMPNA7Gza5T1w49OeF-wg Message-ID: Subject: Re: fstab entry for fusefs based From: Kevin Oberman To: Erich Dollansky Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 15:24:29 -0000 On Sun, Feb 2, 2014 at 9:47 PM, Erich Dollansky wrote: > Hi, > > On Sun, 2 Feb 2014 21:31:30 -0800 > Kevin Oberman wrote: > > > I'd like to have file systems that use fusefs mount at boot time, but > > I don't know what to put into the fstype field. I used ntfs in prior > > versions, but it's been dropped and I now use ntfs-3g. I also need to > > mount an exFAT file system and I have no idea how to approach either. > > I'm also not sure about the format for options. > > > > I can mount either manually and they work fine. I'd just like to have > > the system mount them for me. > > I used to have a very simple solution for cases like this. Not for your > problem specific, but in general. > > I used to write a script, put it into /etc/rc.d, put an entry > into /etc/rc.conf and the script did then what I wanted. > > When I log-in, all is in the state how I want it. > > As you know how to manually mount the media, it should not be a problem > to write the script either. > > Erich > Thanks, Erich. Simple solution to the problem. I'd still like to see it work with fstab, but this is a quick work-around that should do the trick. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.