this post was submitted on 16 Feb 2024
83 points (95.6% liked)
Linux
48044 readers
783 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It worked fine last time I used it. For external drives, not the OS please
Also have a look at UDF and exFAT.
Please do not use exfat on anything critical. It is slow as hell, it does not have journal or CoW to ensure consistency on unintended shutdown, and is designed to be extremely simple to implement, not robust. Good for flash drives and sd cards, but not normal storage.
Now I want to try that though. As long as it's baked in to the kernel it should theoretically work..
just change to ext4 bro. it is de-facto standard of Linux and it is very stable
Wubi will get you that Windows + Linux in the same partition achievement.
Btrfs ftw, ext4 is outdated af
http://en.wikipedia.org/wiki/NTFS#Linux
Lots of different drivers, basically all reverse engineered. Different actions supported, macOS doesnt give a f* and just supported read (at some time some user wrote that) and Linux had no support for some advanced functions that are unstable.
The latter scenario could lead to a filesystem being corrupted and thus not usable, as it has no full compatibility.
Like, it is probably possible but just no. You are using reverse engineered drivers and there are better alternatives that are more stable (nouveau, Asahi, always exceptions).
The new kernel driver is a mess and isn't really being maintained. The FUSE driver is the only one that's actually usable and even then, it can cause corruption in certain conditions. It's still best to mount read only whenever possible.
You guys are misunderstanding the purpose, I don't want to (necessarily) get a stable system out of it, I want to watch how it fails over time.