recently I upgraded my old 2-bay NAS, a TS-239 Pro 2, moving from a 1.5Tb raid 1 to a 4Tb raid 1, disk per disk, to avoid a fresh install.
Once sync was done, I decided to increase my static volume (it was still at 1.5Tb) to the max available (4Tb).
I tried with or without bitmap, same result :
Type Date Heure Utilisateurs IP Source Nom de l’ordinateur Contenu Erreur 2026/06/10 12:03:02 System 127.0.0.1 localhost [Mirror Disk Volume: Drive 2 1] Raid Size Expansion failed.
I tried in command line, like mdadm --grow /dev/md0 --size=max
Same result too : no change but no error (echo $? = 0)
Honestly, I don’t know what to do more to increase my volume capacity. I know my NAS is old-fashioned but I do not intend to change it, it fits my needs since more than a decade.
I know that I can delete my volume, recreate a fresh new one et copy/paste my data from my previous disks. But I want to avoid this, or do it after tried everything else.
It’s not what I’m saying and this is not the question here. I’m perfectly aware about 3-2-1 backup strategy.
My offline/offsite backups are on my 4-bay NAS which is approx 100km away from my 2-bay. Got an ondemand vpn site 2 site to manage that replication. But it takes days for a full backup !
Hmmm … so with a 2-bay NAS, a RAID 1 volume, the only way to upgrade the volume size, is to destroy the previous one ? I’m quite surprise to be honest, and the GUI let me resize the volume, but it fails. Without logs, complicated to debug
“Etendre la capacité” in French means “Expand capacity”
Where can I find some logs ? QTS 4.2.x is not using lvm to manage pv/lv/etc. right ? Which commands I can run to move forward and detect the bug I’m facing ?
You need to announce each disk for swap before you swap the disks, otherwise capacity expansion will not be available in GUI (only true for these ancient CAT1 devices)
You need to announce each disk before swap (do this via GUI) and then take the first disk out (the one you announced), erase it (external USB caddy in wndows with diskpart and ‘clean’ flag. Then reinsert the disk and rebuild. repeat it with the second disk and GUI will offer to expand the disk volume.
I wanted to avoid that, but I can’t know ignore the fact I will have to do it. Not really a big deal btw. Just need to find where I parked my usb hdd reader ^^