Answer the question
In order to leave comments, you need to log in
Easiest free way to enable NTFS HDD on MacOS?
Good day!
Please tell me the easiest way to enable support for an external HDD (NTFS) drive to a macbook for reading / writing?
I looked towards macFUSE but it doesn't seem to fit BigSurf/Monterey
Answer the question
In order to leave comments, you need to log in
macFUSE does not have its own NTFS driver, but offers to load NTFS-3G, which is buggy and slow.
I like firewood from Paragon which is free in trial mode.
Native means through the terminal. I saw it somewhere on stackoverflow, I won't say it now.
I have Big Sur 11.5.1 (but I doubt that this will change much for future versions, well, in the next couple of years for sure)
For me it worked like this:
First you need to look under which disk the system has identified the connected disk. This can be viewed in Disk Utilities or with the command diskutil list
. Usually it will be something like /dev/disk2s1 (or /dev/disk3s1 - depending on the disks already connected)
Next:
sudo /sbin/mount_ntfs <connected_disk from diskutil list> /Users/<your_userdirectory>/<path_to_some_directory>
sudo /sbin/mount_ntfs /dev/disk2s1 /Users/CoolUser/Documents/mount/2
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question