Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2016 16:13:46 +0100
From:      Edward Tomasz =?utf-8?Q?Napiera=C5=82a?= <trasz@FreeBSD.org>
To:        Eugene Grosbein <eugen@grosbein.net>
Cc:        Andrzej Bylicki <anpaby5@gmail.com>, stable@freebsd.org, rkoberman@gmail.com
Subject:   Re: Auto-mounting USB NTFS formatted devices on FreeBSD 10.2 and HEAD
Message-ID:  <20160125151346.GB2516@brick.home>
In-Reply-To: <56A61864.40603@grosbein.net>
References:  <CAF_s5kK5R3HQW1sF-VXEgVbVOc6Yd_E%2BtDxUPLTv=WOzQfpGWA@mail.gmail.com> <56A61864.40603@grosbein.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 0125T1943, Eugene Grosbein wrote:
> On 25.01.2016 19:14, Andrzej Bylicki wrote:
> > Hello,
> > 
> > I mounted all of my NTFS formatted drives via fuse from the
> > sysutils/fusefs-ntfs port. I am not entirely sure, but assuming that it is
> > possible to automate the mounting procedure by adding the correct line to
> > /etc/fstab.
> 
> It is possible to add correct line to /etc/fstab provided that you know
> path device file in advance. For example, I have this for my dual-boot
> FreeBSD 10.2/Windows 8.1 home system:
> 
> /dev/raid/r0s2 /mnt/c fuse ro,failok,late,mountprog=/usr/local/bin/ntfs-3g,windows_names,streams_interface=windows,umask=022,inherit,noatime,show_sys_files
> 
> Never tried to do automount for USB, though. I just have "/dev/da0s1 /flash msdosfs rw,noauto,..."
> in my /etc/fstab and do "mount /flash" as needed, manually.

Note that you can easily hook it up to autofs: just uncomment
the "-noauto" map in /etc/auto_master, enable autofs, and "cd"
into /flash.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160125151346.GB2516>