Ntfs

From wikinotes
Revision as of 19:27, 12 February 2022 by Will (talk | contribs) (→‎FreeBSD)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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