this post was submitted on 04 May 2024
97 points (100.0% liked)

Linux

1259 readers
68 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Just a simple question : Which file system do you recommend for Linux? Ext4...?

EDIT : Thanks to everyone who commented, I think I will try btrfs on my root partition and keep ext4 for my home directory 😃

you are viewing a single comment's thread
view the rest of the comments
[–] SaltyIceteaMaker@lemmy.ml 3 points 6 months ago* (last edited 6 months ago) (3 children)

So i normally go with ext4, however windows can't really access ext4 drives so you'd need to find a file system that both support if you want to access the drive/partition from windows. My drive with all the games is ntfs for example which works in Windows and Linux. (At least for normal storage, idk if you can boot linux from it although i wouldn't see why not)

[–] bjoern_tantau@swg-empire.de 11 points 6 months ago (3 children)

NTFS can't handle Linux file permissions. It is not suited as a system drive.

And supposedly it can give you problems if you use it to store your Steam games. I never cared to test that, though.

[–] thingsiplay 1 points 6 months ago

I was always wondering if there could be a small Linux partition for additional information of NTFS partitions, like meta data stored as a separate file (or database). And off course it would need some virtualization layer like WINE does for the file path mapping. Then it would be possible to use NTFS as system drive and for games.

Obviously this would be problematic and performance wouldn't be great either (assuming), and it would complicate things for end user and developers too. But I was always thinking if this would be possible.

[–] SaltyIceteaMaker@lemmy.ml 1 points 6 months ago

It works well enough for my game drive. At least i have yet to encounter any problem

load more comments (1 replies)
[–] SteveTech@programming.dev 2 points 6 months ago

There's also an open source BTRFS driver for Windows.

[–] bloodfart@lemmy.ml 2 points 6 months ago

Wsl2 lets windows do ext4