med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

339
active users

#btrfs

10 posts8 participants0 posts today

My media storage is using #BTRFS. And there is not that much movement here. Sometimes I add 2 or 3 things, sometimes I remove 2 or 3 things. But from time to time, #rsnapshot (so #rsync) decides that the whole set of files has changed and should be copied from scratch. This also happens on the "application" storage (still using BTRFS) where things only change when I update applications.

Source and destination storage all being different, I don't expect the media to be faulty. So I wonder if BTRFS doesn't do backend stuff (self-healing, defrag, etc) that fools rsync into thinking the content has changed. 🤔

:linux: #Linux #btrfs
OH LE BOULET.
Je viens de me rendre compte que j'avais oublié de mettre le répertoire de torrents de mon NAS en NOCOW. Duh.

Correction:
- fermer le client torrent.
- créer un répertoire vide, le mettre en NOCOW (chattr +C nouveau)
- copier l'ancien répertoire dedans (cp -r -v --reflink=never ancien nouveau) (sinon ça gardera les blocs de données qui sont déjà en mode CoW)

I do think that one thing getting glossed over in the bcachefs kerfuffle is that the guy is probably right about #btrfs having remaining reliablity problems - granted I didn't go digging that hard, but I haven't found anywhere where the ~5 year old papers on btrfs becoming unrecoverable in many more underlying data corruption situations than ext4 was addressed, and certainly not with "many of those cases have been fixed."

Replied in thread
When is Debian going to enable Calamares to install LUKS+BTRFS or encrypted BTRFS without needing to manually partition everything and pray? Parrot already does this. Debian team could just swipe ParrotSec's Calamares config and spread joy.

#Debian #Calamares #BTRFS

Создаём образ RDP-клиента для запуска с USB-флешки (часть 3)

В части 1 и части 2 мы подробно рассмотрели процесс создания загрузочного образа RDP-клиента на базе Debian 12. В результате у нас получился готовый к использованию образ, который можно записать на USB-носитель или установить на жёсткий диск. В некоторых случаях требуется уменьшить размер виртуального диска — не просто сжать образ, а физически уменьшить объём виртуального qcow2 -диска. Самый надёжный способ — создать новый образ с меньшим диском и перенести туда систему .

habr.com/ru/articles/935484/

ХабрСоздаём образ RDP-клиента для запуска с USB-флешки (часть 3)Заключение: Уменьшение размера виртуального диска В части 1 и части 2 мы подробно рассмотрели процесс создания загрузочного образа RDP-клиента на базе Debian 12. В результате у нас получился готовый к...
#linux#qemu#nbd

OK, riddle me this, #Linux (specifically #ArchLinux) fans.

You can use #ZFS and #btrfs on root to create snapshots before updating the OS. But you can't snapshot EFI, because that's on a separate FAT32 partition.

So what happens if you run an update (pacman -Syu in this case) that includes a kernel update, and something goes wrong? The version of the kernel in the EFI partition will be newer than the modules in the snapshotted /usr/lib/modules. That's surely going to cause an issue, right?

From memory (it's been over 15 years), Gentoo can have multiple versions of the same kernel installed at once. But Arch only allows one version of any package at one time.