this post was submitted on 03 Sep 2023
41 points (97.7% liked)

Linux

54360 readers
652 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 6 years ago
MODERATORS
41
Permanently Deleted (lemmy.world)
submitted 2 years ago* (last edited 2 months ago) by ChunkMcHorkle@lemmy.world to c/linux@lemmy.ml
 

Permanently Deleted

you are viewing a single comment's thread
view the rest of the comments
[–] MrMcGasion@lemmy.world 4 points 2 years ago (1 children)

There are some differences between distros as to whether TRIM is enabled by default or not (I've read Ubuntu enables it by default, but Debian does not). That said, depending on what file-system your ssd is formatted with it may be enabled by default at that level. The most-often recommended file-systems for SSDs are Btrfs and F2FS, both of which support and enable TRIM by default (as of Linux 6.2 for Btrfs, so if you are running an older kernel version you might need to manually enable it). I think most distro installers support using Btrfs as the main file-system, but F2FS is a bit more hit and miss I think. Safest bet would be to investigate once you settle on a distro, but support should be pretty standard, even if it's not enabled by default.

[–] ChunkMcHorkle@lemmy.world 5 points 2 years ago* (last edited 2 months ago) (1 children)
[–] AProfessional@lemmy.world 6 points 2 years ago* (last edited 2 years ago) (2 children)

This is a bit of misinformation. There is no evidence other filesystems have any downsides on an SSD. Use the default choice of your distribution. Roughly nobody uses F2FS on desktops. EXT4 is entirely reasonable and supports TRIM.

[–] RogerWilco@lemmy.world 5 points 2 years ago (1 children)

XFS supports trim too, and is arguably the highest performing filesystem for NVMEs in terms of multi-theaded use-cases. BTRFs is among the slowest filesystems for NVMEs both in IOPS and sequential metrics.

[–] AProfessional@lemmy.world 4 points 2 years ago

Indeed. BTRFS is a different class of filesystem in terms of features too. Their merits are more than “SSD support”.

[–] ChunkMcHorkle@lemmy.world 0 points 2 years ago* (last edited 2 months ago)

deleted by creator