[ext2resize] ext2resize broken on large volumes?
Status: Inactive
Brought to you by:
adilger
From: Travis H. <so...@gm...> - 2006-08-04 08:03:24
|
Hi, anyone ever seen something like this? su 1 bash# lvdisplay /dev/big/fs --- Logical volume --- LV Name /dev/big/fs ... LV Size 181.20 GB Current LE 11597 ... su 1 bash# ext2resize /dev/big/fs 90000000k ext2resize v1.1.18 - 2001/03/18 for EXT2FS 0.5b error: Invalid argument: seeking to 7273619292160 su 1 bash# strace ext2resize /dev/big/fs 90000000k 2>&1 | tail read(3, "\253\200*\201\205\203\224{\322\337\263\362\17\202\233u"..., 4096) = 4096 read(3, "\350W\330i\360\347\'\351SrC\221d~B1\r`\260nDoI\216uW\362"..., 4096) = 4096 _llseek(3, 7273619292160, 0xbf9395b0, SEEK_SET) = -1 EINVAL (Invalid argument) write(2, "error: Invalid argument: seeking"..., 50error: Invalid argument: seeking to 7273619292160) = 50 write(1, "ext2resize v1.1.18 - 2001/03/18 "..., 48ext2resize v1.1.18 - 2001/03/18 for EXT2FS 0.5b) = 48 ... Golly, that's 6TB there... I have no idea how it got that. I told it 90GB. -- "If you're not part of the solution, you're part of the precipitate." Unix "guru" for rent or hire -><- http://www.lightconsulting.com/~travis/ GPG fingerprint: 9D3F 395A DAC5 5CCC 9066 151D 0A6B 4098 0C55 1484 |