I am trying to upgrade hard drive size on my SME 7.5.1. Raid 1 from 500GB to 1.5T drives
Following the wiki instructions when I try step 3 "lvresize -l +100%FREE main/root" I receive an error message Volume group "main" not found
After a little digging I found to try "lvresize -l +100%FREE /dev/vg_primary/lv_root", and that tells me New size (14889 extents) matches existing size (14889 extents)
Run `lvresize --help' for more information.
I tried running the help, but not real sure where to go from here.
I think I may be ok. running fdisk -l it showed that one of the 1.5tb drives was looking like a 500GB drive. wiping the drive and now re-syncing it. fdisk -l now shows both drives as 1.5TB. will try growing the partition when sync is completed .
In process of growing now. had to changes references of main/root to /dev/vg_primary/lv_root in steps 3 and 4 in the wiki
