this post was submitted on 15 Oct 2024
522 points (98.9% liked)

Technology

58674 readers
4971 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 16 hours ago (1 children)

As far as I know, Linux ignores NTFS permissions when given raw access to a disk, or rather, acts as thought it's SYSTEM or some other high-level user, working around anything Windows might have set.

I think that was the case for ntfs-3g.

I'm not certain that's the case anymore with the new kernel NTFS driver, though I havent tested it. If it isn't, it should be correctly handling the file premissions.

[–] [email protected] 1 points 15 hours ago (1 children)

LMDE6 still uses ntfs-3g as far as I can tell, so I'm going to assume that regular Mint does too. lsmod reports nothing like ntfs, and the tried and tested, if no longer developed, ntfs-3g suite is installed.

Things might change as and when the kernel driver is more stable for writing. I'm sure more bleeding-edge distros are already running the kernel driver, but then, those who run those distros are deep into Linux and NTFS is not really something they deal with regularly.

[–] [email protected] 2 points 12 hours ago

I believe it actually is used in regular Mint (the Debian kernel doesn't include it, but it looks like Ubuntu's and Mint's do). But yes, I suppose it is still in the process of being adopted by various distributions.