I'm trying to grow the file system on a raid array I extended but when I run resize2fs it just hangs like this:
End up having to ctrl+c out of it as it just sits there forever. It never actually starts.
Any way I can make this work? Normally it would just start resizing right away. Os is CentOS 6.10. Resized on this very box before so I know it's not just because it's old.
Code:
# resize2fs /dev/md1
resize2fs 1.41.12 (17-May-2010)
Filesystem at /dev/md1 is mounted on /volumes/raid2; on-line resizing required
old desc_blocks = 408, new_desc_blocks = 466
^C
End up having to ctrl+c out of it as it just sits there forever. It never actually starts.
Any way I can make this work? Normally it would just start resizing right away. Os is CentOS 6.10. Resized on this very box before so I know it's not just because it's old.