this post was submitted on 13 Apr 2024
13 points (100.0% liked)

Linux

45530 readers
1050 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
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

So should ext3 be deprecated for the same reason? Seems it also has the 2038 problem.

https://en.wikipedia.org/wiki/Ext3

E: Seams -> Seems

[–] [email protected] 0 points 2 months ago (2 children)

Thanks for that! which made me read https://en.wikipedia.org/wiki/Ext3#ext4 Maybe high time for myself to learn more about ZFS.

[–] [email protected] 0 points 2 months ago (1 children)

I love ZFS but support for it on Ubuntu seems haphazard. It works fine for non-root drives.

I've tried running it as my root partition and just gave up after it fucked up my bpool dataset too many times.

[–] [email protected] 0 points 2 months ago (1 children)

Dis you use the ZFS setup built into the installer?

[–] [email protected] 0 points 2 months ago (1 children)

Yup. It booted fine but after a few reboots, bpool somehow got corrupted and refused to boot. It happened repeatedly after several reinstalls.

[–] [email protected] 0 points 2 months ago (1 children)

ZFS hits memory hard and sometimes can bring out latent deficiencies in that hardware. on non-optimal hardware its a bit of a hardware torture test in its own right.

having said that, EXT4 and XFS are wonderful unless you need zfs/btrfs.

[–] [email protected] 2 points 2 months ago

Always run 3-4 passes of Memtest86+ on any newly acquired hardware/RAM modules.

[–] [email protected] 0 points 2 months ago* (last edited 2 months ago) (1 children)

ZFS is boss. I'm already using it for storage. Need to learn how to use it for /.

[–] [email protected] 1 points 2 months ago (1 children)

Not recommended for single-disk root partitions. This is a mistake I've made myself. Recovery tools are non-existant on ZFS so non-parity setups are inherently risky. If you have root setup on at least raidz1 with at least 2 disks you are fine.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago) (1 children)

Personally I wouldn't consider recovery as an option at all because it could easily be unavailable because the SSD failed. Instead, I tend to add a mirror drive and/or keep frequent backups where that's not possible. So from that perspective ZFS is equivalent to Ext4, which I currently use. I'd prefer ZFS over it for it's data verification, snapshotting and datasets features.

[–] [email protected] 1 points 2 months ago* (last edited 2 months ago)

I've successfully recovered data from ext4 on a broken drive on one occasion. I agree it would have been better to have backups so lesson learned I suppose. Still if I'd been on ZFS root with no mirror I'd have been even more SOL