NAS reset after extending volume size?
Posted: 12 Oct 2021, 20:30
I had 3 x 2 TB drives running in a RAID 5 on my F4-210. I added another 2 TB drive (same model as the others) but was unable to extend my existing volume using the control panel after letting the drives synchronise for a day.
I came across another thread in the forum that recommended accessing root via SSH and running the following command:
lvextend -l +100%FREE /dev/vg1/lv1
I modified this command to better suit my own needs (as I was trying to modify volume #1):
lvextend -l +100%FREE /dev/vg0/lv0
It returned a message letting me know my volume's capacity had been increased, and so I restarted the machine. However, now the problem is that upon rebooting, the NAS brings up the startup wizard and prompts me to create a new admin account and storage pool, which, as you can imagine, would erase my current one. I do not want to do this. As far as I am aware, I am not able to get past the startup wizard, rendering my NAS unusable for the time being. I am also worried as I do not want to lose the data on the drives.
Any help you can provide would be greatly appreciated!
I came across another thread in the forum that recommended accessing root via SSH and running the following command:
lvextend -l +100%FREE /dev/vg1/lv1
I modified this command to better suit my own needs (as I was trying to modify volume #1):
lvextend -l +100%FREE /dev/vg0/lv0
It returned a message letting me know my volume's capacity had been increased, and so I restarted the machine. However, now the problem is that upon rebooting, the NAS brings up the startup wizard and prompts me to create a new admin account and storage pool, which, as you can imagine, would erase my current one. I do not want to do this. As far as I am aware, I am not able to get past the startup wizard, rendering my NAS unusable for the time being. I am also worried as I do not want to lose the data on the drives.
Any help you can provide would be greatly appreciated!