I am trying to mount a USB hard drive (1.5 TB) in fstab.
The disk contains two slices, 1st is ntfs, 2nd BSD. Partition scheme is MBR.
I want to mount the 1st partition in the latter.
From the command line
When I append the line
in fstab, the system hangs during boot.
After a line with da0 quirks=...
My system is current 11 r293801
Any help is much appreciated
The disk contains two slices, 1st is ntfs, 2nd BSD. Partition scheme is MBR.
I want to mount the 1st partition in the latter.
From the command line
mount /dev/da0s2a /usr/local/www
works fine.When I append the line
Code:
/dev/da0s2a /usr/local/www ufs rw 0 2
After a line with da0 quirks=...
My system is current 11 r293801
Any help is much appreciated