Khurram Wadee ✅

So, I’ve basically reinstalled the system from a USB drive and am now restoring #backups. Luckily, I backed up all the #Dotfiles and configurations and so the #desktop is behaving as before, which is a big relief. On the up side, it’s booting a lot faster and the #disk has #btrfs #partition, rather than #Ext4.

#Fedora42 #F42

argv minus one

I have a machine running #btrfs RAID1 with two SATA SSDs.

If I were to replace one of them with an NVMe SSD, would that improve performance, or would it be bottlenecked by the remaining SATA SSD?

(I know mdraid has a write-mostly mode, but I don't want to use it because (1) no bitrot correction and (2) I'd rather live with a performance hit than take my chances with a fragile tower of storage layers.)

#Linux

Lien Rag

Je dois changer de disque (je remplace mon SATA 350 Go par un SSD Crucial 1 To : debian-fr.org/t/migration-sur- ) et je voulais partir sur du LVM/BTRFS.
On me dit que LVM/BTRFS c'est me compliquer la vie pour rien, sur une machine d'usage ordinaire ext4 suffit largement et en tous cas BTRFS fait double emploi avec LVM.

Un avis ceux qui utilisent #BTRFS ?

Migration sur SSD

Bonjour Debian. J’ai un truc à installer sur mon PC…

debian-fr.org
Khurram Wadee ✅

My experience with #FlashDrives recently has been mixed. I have no problem in encrypting them with #LUKS, using #cryptsetup or with formatting a partition with #Btrfs, for instance, using #gparted and doing other tinkering with #Gnome #disks. But the problem has been with the actual drives themselves. The cheaper ones seem to have quite a few bad sectors, etc. and so they’re not really reliable for medium term storage.

1/2

#Hardware #StorageDevices #Unix #GNU #Linux #Fedora

argv minus one

Power on hours: 143724
Reallocated sector count: zero
#Btrfs total checksum mismatches: zero
Btrfs total read/write errors: f**king zero

Slow though they may be, hard disk drives are amazing. #SSD s are cool and all, but how often do you find one that's old enough to drive a car and still functioning perfectly?

#HDD #HardDisk #HardDrive #HardDiskDrive #SpinningRust

Mar 27, 2025, 23:17 · · · 0 · 0
Michal :verified: :btw:

Using the following command I verified that I already have all the data elsewhere:

#btrfs inspect-internal dump-tree /dev/sdc1 | grep name:

So I'm nuking the partitions and starting from scratch...

Michal :verified: :btw:

Just hit github.com/raspberrypi/bookwor with #btrfs

> BTRFS error (device sdb1): sectorsize 16384 not yet supported for page size 4096

I can't mount the filesystem since it was created on a Pi kernel with 16k page size, and now I'm on 4k kernel due to compatibility. I can no longer access my data :(

I'm sad...

Pi5 16K PageSize Kernel Incompatible Software · Issue #107 · raspberrypi/bookworm-feedback

This issue will be a public tracker for 16K pagesize…

GitHub
Niklas Korz

Anfang des Jahres hat @ammoniumperchlorate einen Vortrag darüber gehalten, wie wir unsere Mastodon-Instanz rheinneckar.social dank #btrfs und #NixOS mit nur wenigen Sekunden Downtime auf einen neuen Server umgezogen haben. Definitiv sehenswert! :blobcatnomcookie:

youtube.com/watch?v=KG8nRL6fPj

- YouTube

Enjoy the videos and music you love, upload original…

www.youtube.com
Francesco Yoshi Gobbo :linux:

and this is what happens when a #lizard waltz around your #SATA cables :)
here a #repairing #scrub from the #RAID1 #BTRFS array of #HDD .

#Beware the lizards!! 🦎
#computer #computers #systems #linux #FS

Gauthier C.

Cette semaine #timeshift et les snapshot #btrfs m'ont permis d'éviter une réinstallation complète du système et d'y passer mon week-end.
Que s'est il passé ?
J'ai tenté une mise à jour partielle de ma #Manjaro avec yay en n'installant pas une librairie qui n'était pas compatible avec une application aur.
Résultat j'ai tout cassé, plus aucune appli ne fonctionnait. Impossible de démarrer l'OS.
Dans GRUB, j'ai listé les snapshot et modifié le boot pour démarré sur le dernier fonctionnel.

Mar 08, 2025, 12:21 · · · 0 · 0
devSJR :python: :rstats:

Thanks @vkc

<Start/tip nobody asked for>
For those who want something close to Debian testing, #siduction (by default #KDE #Plasma6) might be worth a try. It is unstable (Codename: Sid), thus before testing. This means it is tested but, it is certainly not as stable as testing.
But here is the twist. Use it with #btrfs or #timeshift and #ext4 to have efficient tools for a rollback once it breaks (and it will break sporadically) and you should be good.
<End/tip nobody asked for>

めえにゃん / Meinyan

finally i setuped my laptop with #btrfs + #impermanence + #nixos !
the /persist snapshot is transferred to my mini pc's hdds via btrbk.

#unixporn #niri #wayland

argv minus one

@axiixc

#APFS fsck is broken too? I once trashed a #btrfs volume by running its #fsck equivalent.

Seems like there's something about copy-on-write file systems that makes it exceedingly difficult to repair them if they become corrupt.

Pascal Leinert

Eigentlich wollte ich den #Linux Kernel 6.14 testen, aber #initramfs, #btrfs und #nvidia sagen nein.

Scott Williams 🐧

I'm debating writing a little shell wrapper to list and delete #btrfs snapshots, since they're generally just subvols with predictable names and this kind of thing should be more immediately intuitive than that from CLI.