236
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 01 Apr 2026
236 points (99.2% liked)
Technology
83666 readers
1099 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
While I do agree with you on principle, keep in mind that while NTFS is technically supported in Linux there can still be issues. Reading is fine, but write can still be suspect. Someone a lot more experienced than I can correct this if I'm wrong, but it is not recommended to share a drive actively between Windows and Linux due to NTFS quirks.
I mount my Windows NTFS data disk as needed in CachyOS, and will build the NAS I keep putting off for active file sharing as I spend more time on the Linux partition.
Yeah NTFS is not a great experience indeed. You can only do so much without it being open source. But I also experienced issues with mounting ext4 or btrfs. It's not a dealbreaker for me, but it tends to irritate new users while it seems easy to fix.
Very true, not a user friendly experience at all. My only experience with setting up automatic mounting was looking into mounting my "user drive" (separate SSD that I redirect all Windows stock folder structure like Documents or Downloads to) into at the time Manjaro, and abandoning the idea after reading about NTFS write concerns and experiencing chkdsk actions in Windows every time I even just mounted it. All my ext4 or btrfs drives were created during Linux installation and mapped automatically.
Admittedly in CachyOS now I have yet to generate a chkdsk after mounting, browsing or copying data out of my NTFS user drive, so that may have been a Manjaro thing (along with breaking either itself or the bootloader ever single update). Still not risking the drive by auto mounting it or writing to it.