k_graham
md0 & md1 are split across both drives, they are not individual drives
md0 will be your boot area, so usually does not need resizing
md1 will be your data area, so that is the area to resize
as you only have a md0 & md1 then you need to modify the commands accordingly
ie from the wiki it says (modified for your md1)
mdadm --grow /dev/md1 --size=max
pvresize /dev/md1
lvresize -l +100%FREE main/root
ext2online -C0 /dev/main/root
In the last command above, the -C0 is: dash C zero
Thank you Janet, with the exception line 4 gave a
# ext2online -C0 /dev/main/root
-bash: ext2online: command not found
I had to change line 4 to the other line noted
resize2fs /dev/md2 &
Though now its been a few days , I'm thinking it might have been
resize2fs /dev/md1 & as I'm pretty sure I had tried the above resize earlier.
I know I had asked this in the 8 forum, but in actual fact this computer was running SME 9 if that could be where the difference is?
Anyway thanks.
Ken