Since the removal of NTFS support, it is unclear how to get USB drives formatted as NTFS (or ExFAT) to automatically mount. Prior to FreeBSD 10 it was possible to replace /sbin/mount_ntfs with a script that would generate appropriate options and exec /usr/local/sbin/ntfs-3g and let HAL fire up mount_ntfs, but that no longer works as mount_ntfs is no longer used and mount(8) no longer treats '-t ntfs' as special.
It would appear that automount(8) would be the right magic, but it's not obvious to me how to configure it to recognize that an NTFS device has been connected to a USB port (as opposed to msdosfs) and to use ntfs-3g to do the actual mount. I assume that the same issue exists for ExFAT. Does anyone have an idea of what magic is required in the auto_master or elsewhere to make this work in conjunction with devd? I'd really like to avid using hald, if possible. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkober...@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"