Quote:
Originally Posted by syg00
Mount the lv - it probably does by default at boot - then run this from a terminal.
|
Thanks for that. Now my confusion is complete:
Checking the logical volume, which if I understand correctly, is what the OS "sees",
Code:
sudo lvs
LV VG Attr LSize Pool Origin Data% Meta% Move Log Cpy%Sync Convert
logical_vol1 vgpool -wi-ao---- 10.46t
Is it correct that 10.46T should now be available at the mount point?
The above is now mounted at /mnt/lvm01 - checking the disk free space just 1.4T is reportedL
Code:
df -hT
/dev/mapper/vgpool-logical_vol1 ext4 1.4T 476G 829G 37% /mnt/lvm01
the size 1.4T is the size of the first HDD in the array.
Cheers