this post was submitted on 29 Nov 2024
32 points (97.1% liked)

Linux

48624 readers
1187 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
 

I’ve been thinking of switching from btrfs to zfs but it seems like it’s quite a bit of work. Does anyone have any experience with this?

you are viewing a single comment's thread
view the rest of the comments
[–] apt_install_coffee@lemmy.ml 2 points 2 weeks ago

I used ZFS with Arch for a while, the volume manager was what I'd call the largest benefit; in my opinion nothing else comes close to being as useful and well integrated.

I stopped because ZFS incompatibility with recent kernels (which I needed for GPU reasons) made me have to rescue my system more often than was ideal.

Some other minor downsides:

  • boot can take ages due to ZFS using udev-settle.
  • deduplication status is... Complicated.
  • you're kind-of stuck with the performance of your slowest vdev; L2ARC & a metadata device don't really compensate well for a zpool that is predominantly a raid-z2 of spinning rust.