I have a 1 TB hdd but when I run df -h my root partition is only 888G big.Parted -l shows the following
3 32.2GB 1000GB 968GB primary raid
mdstat shows this
md2 : active raid1 sdb3[1] sda3[0]
945363832 blocks super 1.2 [2/2] [UU]
But when I run resizefs it reports that the filesystem is full and can't be enlarged as follows.
sudo resize2fs /dev/md2
resize2fs 1.42.9 (4-Feb-2014)
The filesystem is already 236340958 blocks long. Nothing to do!
Any ideas how to get around this? I really need the rest of the hdd for backups.
df
(without -h)? – Dominik R Jan 05 '16 at 12:19/dev/md2 930398424 797672312 85441540 91% /
4K Blocks/dev/md2 232599606 199418144 21360319 91% /
So, with 4K blocks it more or less adds up to resize2fs output. – Wayne Gemmell Jan 05 '16 at 12:24