upgrades & mdadm's raid1
Posted: Fri Jun 21, 2024 2:40 am
Hello!
After many years of using unstable/rolling releases, I've settled on Debian stable (bookworm) + backports, but would like to migrate to MX considering it is kind of Debian++.
My root is on single SDD, while home is on 2 HDDs assembled in mdadm's raid1 array.
Afact, MX installer can't install on such a combination, but I can install on the primary SDD, assemble mdadm array and then migrate data to newly created raid1 array.
When the system is newly installed, it's not much work, but I'm concerned about future upgrades, iow. can be MX upgraded using the usual Debian-way:
since dismantling mdadm array, copying ~2TB of data and re-assembling is time-consuming?
Or is better to stay on Debian with such hardware/software setup?
After many years of using unstable/rolling releases, I've settled on Debian stable (bookworm) + backports, but would like to migrate to MX considering it is kind of Debian++.
My root is on single SDD, while home is on 2 HDDs assembled in mdadm's raid1 array.
Afact, MX installer can't install on such a combination, but I can install on the primary SDD, assemble mdadm array and then migrate data to newly created raid1 array.
When the system is newly installed, it's not much work, but I'm concerned about future upgrades, iow. can be MX upgraded using the usual Debian-way:
Code: Select all
$ apt update
$ apt upgrade
$ apt full-upgrade
Or is better to stay on Debian with such hardware/software setup?