24 Jun 2011 11:48
How long should resize2fs take?
Alan Pope <alan <at> popey.com>
2011-06-24 09:48:51 GMT
2011-06-24 09:48:51 GMT
Hullo! First mail, sorry if this is the wrong place for this kind of question. I realise this is a "piece of string" type question. tl;dr version: I have a resizefs shrinking an ext4 filesystem from ~4TB to ~3TB and it's been running for ~2 days. Is this normal? Strace shows lots of:- lseek(3, 42978250752, SEEK_SET) = 42978250752 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 lseek(3, 4675072176128, SEEK_SET) = 4675072176128 read(3, "\355A\350\3\0\20\0\0009\271\371M\206\177\0N~\206\33M\0\0\0\0\350\3\2\0\10\0\0\0"..., 4096) = 4096 lseek(3, 42978254848, SEEK_SET) = 42978254848 read(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 4096 lseek(3, 42978238464, SEEK_SET) = 42978238464 write(3, "\355A\350\3\0\20\0\0009\271\371M\364Y\4N\200\206\33M\0\0\0\0\350\3\2\0\10\0\0\0"..., 4096) = 4096 lseek(3, 4675072180224, SEEK_SET) = 4675072180224 read(3, "\355A\350\3\0\20\0\0009\271\371M\206\177\0N~\206\33M\0\0\0\0\350\3\3\0\10\0\0\0"..., 4096) = 4096 lseek(3, 4675072163840, SEEK_SET) = 4675072163840 write(3, "\355A\350\3\0\20\0\0009\271\371M\206\177\0N\200\206\33M\0\0\0\0\350\3\2\0\10\0\0\0"..., 4096) = 4096 PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND(Continue reading)
RSS Feed