From owner-freebsd-questions@FreeBSD.ORG Mon Feb 3 16:59:33 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 C1513FBE for ; Mon, 3 Feb 2014 16:59:33 +0000 (UTC) Received: from avasout07.plus.net (avasout07.plus.net [84.93.230.235]) by mx1.freebsd.org (Postfix) with ESMTP id 574BF1BC4 for ; Mon, 3 Feb 2014 16:59:32 +0000 (UTC) Received: from curlew.milibyte.co.uk ([84.92.153.232]) by avasout07 with smtp id MswM1n008516WCc01swNnU; Mon, 03 Feb 2014 16:56:23 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=JIC1sq6b c=1 sm=1 tr=0 a=lfSX4pPLp9EkufIcToJk/A==:117 a=lfSX4pPLp9EkufIcToJk/A==:17 a=D7rCoLxHAAAA:8 a=0Bzu9jTXAAAA:8 a=HC6HIM2niXgA:10 a=j7-xKh2rivoA:10 a=ZTb9aqGL9YkA:10 a=8nJEP1OIZ-IA:10 a=r_zzJnrkCzoA:10 a=zPP8a0U1v1tSwvcMvk8A:9 a=wPNLvfGTeEIA:10 Received: from curlew.lan ([192.168.1.13]) by curlew.milibyte.co.uk with esmtp (Exim 4.82) (envelope-from ) id 1WAMol-0001eD-RZ; Mon, 03 Feb 2014 16:56:21 +0000 From: Mike Clarke To: questions@freebsd.org Date: Mon, 3 Feb 2014 16:56:18 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RELEASE-p10; KDE/4.10.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Message-Id: <201402031656.18962.jmc-freebsd2@milibyte.co.uk> X-SA-Exim-Connect-IP: 192.168.1.13 X-SA-Exim-Mail-From: jmc-freebsd2@milibyte.co.uk X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on curlew.lan X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Subject: Re: fstab entry for fusefs based Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on curlew.milibyte.co.uk) Cc: Kevin Oberman 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 16:59:33 -0000 On Monday 03 Feb 2014 05:31:30 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 You can find instructions in /usr/local/share/doc/ntfs-3g/README.FreeBSD. Basically you specify the file type as ntfs-3g or rename /sbin/mount_ntfs, symlink ntfs-3g as the former, and use just "ntfs" as the file type. This works for me with 9.1-RELEASE -- Mike Clarke