On Sun, Nov 13, 2016 at 5:16 PM, Stephane HUC "CIOTBSD" <b...@stephane-huc.net> wrote: > Hi, all > > I attempt to mount an external HDD, on my OBSD 6.0 stable. > For this, i use 'hotplug-diskmount' in version 1.0.2 downloaded on this url: > > https://bitbucket.org/alex_vatchenko/hotplug-diskmount/get/HOTPLUG_DISKMOUNT_1_0_2_RELEASE.tar.gz > > Because, this version seems to support NTFS. > (see, official info on the webpage project: > http://www.bsdua.org/hotplug-diskmount.html) > > I configured /etc/rc.conf.local as: > $ egrep "hotplug" /etc/rc.conf.local > > hotplugd_flags= > > After adding Fuse package, i make and install: > $ pkg_info -Q fuse > enblend-enfuse-4.0p4 > exfat-fuse-1.2.4 (installed) > fuse-1.1.1p0 (installed) > fuse-utils-1.1.1p1 (installed) > fuse-zip-0.4.0 (installed) > libconfuse-2.7p3 > py-defusedxml-0.4.1p0 > sshfs-fuse-2.5 (installed)
You're probably missing ntfs_3g: # pkg_add ntfs_3g quirks-2.270 signed on 2016-11-12T12:50:18Z ntfs_3g-2016.2.22: ok Install it, and retry. Ciao! David