Ntfs

From wikinotes

Restrictions

maximum characters

Windows restricts paths to a max of 260 characters (with their bytestring path interface, unicode supports longer paths)

Invalid filenames

CON
PRN
AUX
NUL
CLOCK
..
.
COM(1-9)
LPT(1-9)

Mounting

FreeBSD

sudo pkg install fusefs-ntfs
# /boot/loader.conf
kldload fusefs.ko
ntfs-3g /dev/da0s1 /mnt/usb