trying to mount an external USB drive to FreeBSD 10.3
if I issue
the confusion is about config files and settings.
1. is it
or
and does it go in to
/boot/loader.conf or /etc/rc.conf?
2. do I simply add
Thanks
if I issue
kldload fuse
command and then follow up with ntfs-3g /dev/da1s1 /mnt
the drive becomes accessible.the confusion is about config files and settings.
1. is it
Code:
fuse_load="YES"
Code:
fusefs_load="YES"
/boot/loader.conf or /etc/rc.conf?
2. do I simply add
ntfs-3g /dev/da1s1 /mnt
to /etc/fastab file?Thanks