I am in the process of building an installation of FreeBSD on a machine (home-built) which has been running with Windows 10 Pro. The machine has two internal HDs, one of which has Win10 installed, and an external USB-connected one. I want to have all the files on both "other" HDs available in my FreeBSD install which is on the "other" internal drive.
I have installed fuse, and can mount the one of the two drives with this command:
I check Chapter 18 Storage in the Handbook and see that I must edit /etc/fstab, adding the following command:
So....what the heck am I doing wrong?
Anyone?
Ken Gordon
I have installed fuse, and can mount the one of the two drives with this command:
ntfs-3g /dev/ada0s2 /mnt/Win10
which works just fine. Checking the file system, I can find the drive, and all the files are accessible. The same method works for the USB-attached drive.I check Chapter 18 Storage in the Handbook and see that I must edit /etc/fstab, adding the following command:
/dev/ada0s2 /mnt/Win10 ntfs mountprog=/usr/local/bin/ntfs-3g,late,rw 0 0
but I get an error message at boot that this command is formatted incorrectly, or some other thing is wrong with it, and the command fails.So....what the heck am I doing wrong?
Anyone?
Ken Gordon