Gene,
Never actually done this, but it looks to me like you'd need to do
the following (tailor to your specifics)
vgchange --resizeable <vgname>
vgextend < ... options ... > <vgname> <pvname> <pvname> ...
Or just blow away the volume group and recreate it
vgcreate < ... options ... > <vgname> <pvname> <pvname> ...
No experience to comment on zfs vs. ext4.
Lou
On 2025-03-09 10:18 a.m., gene heskett wrote:
ISTR doing that. And finally have it mounted and accessible. but not at
full size, so I need to resize it to use all 4 drives.
How is that done? No data except lost+found exist ATM, zfs wasn't
available but ext4 was. Never used zfs before, does it have advantages
for this?