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

Linux

48619 readers
1077 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?

top 23 comments
sorted by: hot top controversial new old
[–] ScottE@lemm.ee 13 points 2 weeks ago* (last edited 2 weeks ago)

I use it everywhere, raidz2 on HDDs for a NAS also with mirrored NVMe root pool, and on a couple of laptops. zfsbootmenu is awesome, so I can boot into any snapshot, and a pacman hook that creates a snapshot whenever I upgrade packages. Even if it's overkill for some of my use, I use it anyway and trust it much more than anything else - it has a proven track record. Backups to rsync.net are a breeze with borg/borgmatic.

[–] gi1242@lemmy.world 6 points 2 weeks ago (1 children)

why do you want to make the switch?

[–] maxprime@lemmy.ml 3 points 2 weeks ago (3 children)

I like the idea of deduplication and checksumming to prevent bit rot. It also sounds like backups via snapshots is extremely powerful, but maybe that’s something btrfs can do too.

Ultimately though it would be about learning. That’s what’s drawn me to Linux in the first place.

[–] antithetical@lemmy.deedium.nl 11 points 2 weeks ago

Just a note, unless you have a very specific use-case you don't want to do deduplication.

See:

[–] Kerb@discuss.tchncs.de 6 points 2 weeks ago (3 children)

afaik btrfs is can do all the things you listed.

im using open suse with btrfs and can only recommend it.

the setup was easy ( asside from non btrfs related issues with the finicky installation media)
and open suse automaticly sets up subvolumes and snapshots before and after each update
to take advantage of btrfs

[–] Lemmchen@feddit.org 3 points 2 weeks ago* (last edited 2 weeks ago)

However, please don't use btrfs for anything else than mirrors. RAID setups are unstable.

[–] kylian0087@lemmy.dbzer0.com 3 points 2 weeks ago

Opensuse Tunbleweed has some great btrfs defaults. And snapper makes rollbacks a breeze.

[–] magikmw@lemm.ee 1 points 2 weeks ago

Yes, it can.

[–] gi1242@lemmy.world 1 points 2 weeks ago

i used to use zfs for backups via snapshots. but I find using rsync and hard links is much more convenient. i can use standard tools to look through backups and track which files changed if needed.

[–] Nilz@sopuli.xyz 4 points 2 weeks ago (2 children)

I am using ZFS on root on Arch using 2x 2TB SSDs striped . I mainly did it because my server runs on ZFS as well and thought snapshotting and backup would be easy, but instead went with Borg backup anyway.

Installation wasn't very difficult, but the ZFS kernel modules can't keep up with kernel updates (even with LTS kernel) on Arch, so I constantly need to do partial upgrades and it's been annoying. As much as I love ZFS I'm not sure I'd do it again on Arch. If your distro is not using bleeding edge kernels then I don't foresee any issues really.

[–] Olap@lemmy.world 1 points 2 weeks ago (1 children)
[–] Nilz@sopuli.xyz 3 points 2 weeks ago

It is, but with kernel-specific packages you have the kernel linux(-lts) and the kernel module zfs-linux(-lts) and they aren't in sync. Even with the LTS kernel I run into the issue that I can't update the kernel since there's a dependency issue between ZFS and Linux.

I have both LTS and zen and I'm currently on 6.6.36 and 6.9.7 respectively.

[–] Lemmchen@feddit.org 1 points 2 weeks ago

Is there an easy way to install distros on a ZFS root that are not supported by debootstrap?

[–] 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.
[–] antithetical@lemmy.deedium.nl 2 points 2 weeks ago (1 children)

Yes, and it saved my ass a few times. Every computer I own now and in the future will have at least mirrored or raidz disks with zfs. On all desktops, laptops, servers and nas.

Even upgrading from spinning rust to ssd was easy replacing the disks one by one and resilvering.

The (k)ubuntu installation made it very easy to have an encrypted zfs rootfs but they may have removed it on newer installation iso's, I'm not sure..

[–] Lemmchen@feddit.org 1 points 2 weeks ago (1 children)

The Kubuntu installer offers btrfs instead now (not sure about Ubuntu).

[–] antithetical@lemmy.deedium.nl 1 points 2 weeks ago* (last edited 2 weeks ago)

That's such a shame. ZFS has been rock solid for me for years while I hear lots of scary stories about btrfs.

[–] 0x0@programming.dev 2 points 2 weeks ago (1 children)

I don't even remember i use it, on Gentoo, RAIDZ1.

[–] maxprime@lemmy.ml 1 points 2 weeks ago (2 children)

I guess I meant it’s a lot of work to set up initially. Especially if you don’t have experience.

[–] 0x0@programming.dev 2 points 2 weeks ago

I think Ubuntu offers ZFS in the installer now, so not really, just go to the advanced options.

[–] theunknownmuncher@lemmy.world 1 points 2 weeks ago

I'm using ZFS in RAID1 for my /home directory on Gentoo, but not for the root filesystem. Setting it up actually isn't too bad. It should be straightforward to install and only a couple commands to create and mount the zpool.

When I upgrade the system, sometimes it does not autoimport the zpool on next boot, and I need to do a # zpool import -f pool_name && reboot, but otherwise there have been no issues.

General ZFS config info:

https://wiki.gentoo.org/wiki/ZFS#Zpools

https://wiki.archlinux.org/title/ZFS#Configuration

Root filesystem info:

https://wiki.gentoo.org/wiki/ZFS#ZFS_root

https://wiki.archlinux.org/title/Install_Arch_Linux_on_ZFS#Installation

[–] PseudoSpock@lemmy.dbzer0.com 1 points 2 weeks ago

I did for a long time until it was pulled from Ubuntu and Mint's respective installers. Loved it when I had it.

[–] Mwa@lemm.ee -1 points 2 weeks ago

I try to avoid zfs because I don't wanna use a external kernel module, I already have 1 external kernel module (nvidia) already.