From owner-freebsd-questions@FreeBSD.ORG Mon Feb 3 20:03:49 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B72D43C for ; Mon, 3 Feb 2014 20:03:49 +0000 (UTC) Received: from mail-pb0-x229.google.com (mail-pb0-x229.google.com [IPv6:2607:f8b0:400e:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 203D21E17 for ; Mon, 3 Feb 2014 20:03:49 +0000 (UTC) Received: by mail-pb0-f41.google.com with SMTP id up15so7514638pbc.0 for ; Mon, 03 Feb 2014 12:03:48 -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=F+uraIjRPytO5gseHEhUW6VeCIWPmXz73ObtcjzeJrc=; b=EfTeQL3NW5dQsd5ThM+mrd2GgeE9Nr5mXltgzViLN+If+4PFJPRs0ltr6OEnFSttHe OHuZSeJ6G0sNwPklOpRi3VCrGvKmm42rrmJVZ/ja2YNA8xmAvrB9T5QmXmBSlzLnxcVn Hwkyr2kQBMKw2vpIXYiuHY2E/RPvl5TM/DcBNG69xogoXLO80Q+JDpgqTsah1PICZXsC lasGApoQyekbmIAZ89BSz1iYClpk7C09ZoWOvyIK+m7WNckMvJQOE4SZim4OGSlKyDbO UCpm5W7o36VSB20cAau7M49MGS8fxjjGp3Nys7sFq2ESXh+RylGSPKpHeoA09h3O+Ecq ondg== MIME-Version: 1.0 X-Received: by 10.68.130.234 with SMTP id oh10mr39071765pbb.136.1391457828703; Mon, 03 Feb 2014 12:03:48 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.30.1 with HTTP; Mon, 3 Feb 2014 12:03:48 -0800 (PST) In-Reply-To: <201402031656.18962.jmc-freebsd2@milibyte.co.uk> References: <201402031656.18962.jmc-freebsd2@milibyte.co.uk> Date: Mon, 3 Feb 2014 12:03:48 -0800 X-Google-Sender-Auth: Y0BkjEoqU1qms_ASjM-zSMGkAuc Message-ID: Subject: Re: fstab entry for fusefs based From: Kevin Oberman To: Mike Clarke 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 20:03:49 -0000 On Mon, Feb 3, 2014 at 8:56 AM, Mike Clarke wrote: > 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 > Thanks! I now have a VERY long entry in my fstab with a to of options. I'll re-boot later today to see if it works correctly. Replacing mount_ntfs with a link to ntfs-3g is what I did on version 9 for NTFS, but 10 dropped ntfs, so I was unsure of how to do it. I missed the README.FreeBSD file. Oops! Now to look to see if exFAT has similar information! -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com