1

It's an external hard drive. My Mac has installed Fuse and NTFS-3G but it only mounts only read. I have been searching a lot in the web and I haven't find any solution. Please advise. Info: Macbook late 2008 with El Capitan. Fuse v3.6.0. Veracrypt v1.19. Thank you.

2
  • 1
    You are saying that your NTFS volume is encrypted with Veracrypt? If that is the case, you are going to want to decrypt it, mount it, then encrypt it. You should clarify your question by editing it.
    – Ramhound
    Commented Jun 24, 2017 at 8:32
  • Hi Ramhound, thanks for replying. I have it encrypted but I would like it to continue like that, for security purposes. Do you have a recommendation for configuring Veracrypt to use NTFS-3G? Commented Jun 24, 2017 at 16:43

1 Answer 1

0

I hit the same issue and was also not able to find a solution, however I found a way (tested on macOS Sonoma):

  • in Veracrypt select device, click 'Mount', put password, then click 'Options >' and at the very bottom select 'Do not mount', then click 'OK'

veracrypt_steps_picture

  • check with diskutil what new disk image showed up (in my case it is /dev/disk5):

diskutil list

  • mount with ntfs-3g:

sudo mkdir /Volumes/NTFS

sudo ntfs-3g /dev/disk5 /Volumes/NTFS -o local -o allow_other -o auto_xattr -o auto_cachemkdir

Veracrypt encrypted NTFS disk image has been mounted in read/write mode!

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .