this post was submitted on 21 May 2024
261 points (98.9% liked)

Linux

47237 readers
781 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
[–] bloodfart@lemmy.ml 9 points 3 months ago (4 children)

whats the recommended method of dealing with old reiser partitions once kernel support gets removed?

[–] cornshark@lemmy.world 11 points 3 months ago (1 children)
[–] semperverus@lemmy.world 5 points 3 months ago
[–] ProgrammingSocks@pawb.social 10 points 3 months ago (2 children)

Migrate them to a modern filesystem, presumably. ext4 is extremely reliable, btrfs is less proven but much more featureful with copy-on-write and snapshots.

This isn't any type of surprise, ResierFS was marked obsolete some time ago now.

[–] possiblylinux127@lemmy.zip 5 points 3 months ago (2 children)

Btrfs is well supported and stable

[–] eveninghere@beehaw.org 2 points 3 months ago

Yeah, people have been saying btrfs to be untested for more than a decade by now.

[–] ProgrammingSocks@pawb.social 1 points 3 months ago

I like btrfs but I've personally had problems. Protip: DO NOT USE THAT WINDOWS DRIVER

[–] bloodfart@lemmy.ml 2 points 3 months ago (1 children)

i guess i'm asking how do i migrate them to newer filesystems once kernel support is removed. surely i'll still be able to modprobe it back in...

[–] laurelraven@lemmy.blahaj.zone 5 points 3 months ago (1 children)

Use a kernel version that still has support to perform the copy before upgrading? If already upgraded, boot to the old kernel? Boot from a live iso that has support?

I mean, this isn't exactly a hard problem to solve...

[–] bloodfart@lemmy.ml 2 points 3 months ago (1 children)

I guess I gotta put an old Slackware cd in with that drawer full of reiser drives.

[–] LeFantome@programming.dev 2 points 3 months ago (2 children)

The 6.10 kernel has not even been released yet. Support has not been removed yet. It does not have to be an “old” Slackware CD.

[–] bloodfart@lemmy.ml 1 points 3 months ago* (last edited 3 months ago)

E: ut announcer: DOUBLE POST!

[–] bloodfart@lemmy.ml 1 points 3 months ago

By the time I get around to shuffling through a bunch of old drive it very well could be!

[–] possiblylinux127@lemmy.zip 9 points 3 months ago

Migrate now before you lose your data

[–] boo_@lemmy.blahaj.zone 1 points 3 months ago (1 children)

Use an old kernel version (if yours doesn't still support it) and something like btrfs-convert to get a maintained filesystem instead. Works pretty well in my experience with converting other filesystems to btrfs.

[–] bloodfart@lemmy.ml 2 points 3 months ago (1 children)

Ty!

I think I’m just gonna burn a Slackware cd and put it in the drawer with all the reiser disks.

[–] boo_@lemmy.blahaj.zone 1 points 3 months ago

I agree with the other commenter recommending to migrate as soon as possible while the kernel still does support, but that does seem like a workable strategy if you can't for the foreseeable future.