I have NTFS questions.
1) Thread ntfs-3g-vs-mount-t-ntfs-3g.45173 I can mount NTFS USB stick via
2) I've managed to mount the stick (on the other machine) via
What is the right way to use such sticks? What was the problem? Should I load kernel modules? Can't find instruction in ntfs-3g manual.
1) Thread ntfs-3g-vs-mount-t-ntfs-3g.45173 I can mount NTFS USB stick via
ntfs-3g /dev/da0s1 /mnt/flash
and it works (read/ write), unmounts etc., but cannot via mount -t ntfs-3g /dev/da0s1 /mnt/flash
.2) I've managed to mount the stick (on the other machine) via
ntfs-3g /dev/da0s1 /mnt/flash
, It seemed working, I've read files, have written files and read them again. But couldn't unmount with the error "unknown filesystem". So afterwards I've discovered that there are no newly written files on the stick.What is the right way to use such sticks? What was the problem? Should I load kernel modules? Can't find instruction in ntfs-3g manual.