No matter what I do in fstab, using LABEL or UUID, that doesn't work. Mounting it manually (to some mount point on the Desktop for example) doesn't work better, I get some warning on the command line from 'mount_ntfs' saying the file system is read-only and I don't even see the files on the drive doing so...
Since I don't find any updated information I end up to do myself some tests and get some conclusions.
Here is the post I made to share my findings: -file-system-speed-test-hfs-ntfs-extfat-fat32/
From the log, it looks like the disk image somehow got formatted in NTFS, rather than OS X's native format, Mac OS Extended... and the ntfs-3g software you have installed isn't mounting it properly for some reason. You might be able to disable ntfs-3g, mount it and let OS X's built-in NTFS implementation mount it. This'll give you read-only access, but you could create a new encrypted disk image (be sure to use "Mac OS Extended (Journaled)" format), and copy the contents to the new image.
I updated various ports I thought might help but to no avail. Finally I looked inside /usr/local/lib/ and discovered that I have a file called libntfs.9.0.0.dylib but not libntfs.9.dylib. I typed
to create a link to the file where the ntfsfix program expected it and thereafter the ntfsfix command works as it should. Something seems to have broken in OS X 10.10 Yosemite, but it just requires a quick link to work.
On first startup of Mounty, you probably need to accept a bunch of security-related settings:
We have seen that certain third-party NTFS tools will re-name the volume kind property of an NTFS drive to something other than "ntfs". In this case it might happen that the macOS kernel driver ist not able to re-mount in read/write mode anymore. Thanks to Giovanni for his patience to reveal this issue during a remote debug session :)
OSX gère très bien le NTFS sans application tierce... -ntfs-write-support-mac-os-x/
Alors d'accord le disque ne s'affiche pas automatiquement, mais chez mois ça fonctionne très bien et pas besoin d'installer quoi que ce soit
Step 4: Install ntfs-3g
The original Homebrew formulae has been disabled since it was not open-source software (you can find the entire motivation in the links at the end of the page).