I am, again, baffled: In the past, I have edited my /etc/fstab to enable attachment of two NTFS drives at boot.
System is FreeBSD 14.3-RELEASE-p5
I have added the following two lines:
...yet, although the system says it is
I then try
Nothing happens.
So, I then input, as root, from the command prompt the following;
which works perfectly every time.
I change the filetype in the fstab to ntfs-3g and try again.
Still nothing.
So, what am I doing wrong? It has worked in the past. Now it no longer works.
Ken Gordon
System is FreeBSD 14.3-RELEASE-p5
I have added the following two lines:
/dev/ada0s2 /mnt/WIN10 ntfs rw,mountprog=/usr/local/bin/ntfs-3g,late,noauto 0 0
/dev/da4s1 /mnt/2TB ntfs rw,mountprog=/usr/local/bin/ntfs-3g,late,noauto 0 0...yet, although the system says it is
mounting late file systems, nothing happens.I then try
mount -aNothing happens.
So, I then input, as root, from the command prompt the following;
ntfs-3g /dev/ada0s2 /mnt/WIN10 <ENTER>
and
ntfs-3g /dev/da4s1 /mnt/2TB <ENTER>which works perfectly every time.
I change the filetype in the fstab to ntfs-3g and try again.
Still nothing.
So, what am I doing wrong? It has worked in the past. Now it no longer works.
Ken Gordon