this post was submitted on 16 Jan 2024
16 points (100.0% liked)

Apple

17278 readers
186 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
 

Hello everyone,

Sorry if this was previously discussed. I searched through the web and could not find a clear solution / conclusion (all too generic).

When I had an intel mac, I was able to use 3rd party apps to read, write and format NTFS drives.

Right now, I cannot do so without disabling security features, since Apple Silicon macs no longer allow the use of kext kernel extensions the same way as before. I checked FUSE stuff but it seems unstable.

Every 3rd party app I tried has the same issue. Isn't there ANY other software, program, etc that allows read/write in NTFS drives without disabling security parameters (on the boot menus)?

If it is not possible, it looks like a shortcoming for those that use more than 1 OS... I have backups in NTFS drives since I also use linux.

Any idea? Kind of bummed with this... I need to export a lot of stuff and FAT* filesystem formats do not meet the requirements as well (due to max file size).

Thank you in advance!!!!!! JS

you are viewing a single comment's thread
view the rest of the comments
[–] JackSkellington@lemmy.world 1 points 8 months ago (1 children)

Thanks for the information and comment!!!! So FUSE will be the way forward with macOS? But it’s not ready in terms of reliability yet correct?

  • Thanks for the info on the exFAT. I was making confusion with the other formats! And I did not know it was better across systems
  • that makes it a solution for some of the disks. Thanks a lot!!!!!
[–] TCB13@lemmy.world 2 points 8 months ago

So FUSE will be the way forward with macOS? But it’s not ready in terms of reliability yet correct?

It wont ever be, you can't have the same performance level on a userland filesystem you had with kernel level stuff.

The future is to actually ditch NTFS... FUSE is like a last effort when you need to get something special running not something designed for performance and it sucks in way more ways than that, for instance you got no inotify.