EXAMPLES
To mount an NTFS volume located in /dev/ad1s1:
"mount_ntfs /dev/ad1s1 /mnt"
To get the volume name (in Unicode):
"cat /mnt/\$Volume:\$VOLUME_NAME"
To read directory raw data:
"cat /mnt/foodir:\$INDEX_ROOT:\$I30"
To mount a Japanese NTFS volume located in /dev/ad0s1:
"mount_ntfs -C eucJP /dev/ad0s1 /mnt"
WRITING
There is limited writing ability. Limitations: file must be nonresident and must not contain any sparces (uninitialized areas); compressed files are also not supported. The file name must not contain multibyte characters.
SEE ALSO
mount(2), unmount(2), fstab(5), mount(8), mount_msdosfs(8)
CAVEATS
HISTORY
AUTHORS