Once upon a time, Robert <kerplop@xxxxxxxxxxxxx> said: > (parted) resize 2 101.975 38903.5 > Error: Filesystem has incompatible feature enabled parted 1.6.9 (in FC2) tells you that it can't handle ext2/3 filesystems with dir_index enabled. You can: umount /dev/xxx tune2fs -O^dir_index /dev/xxx parted tune2fs -O dir_index /dev/xxx e2fsck -D /dev/xxx You don't have to do the e2fsck; the directories will be re-indexed on the fly IIRC, but you may just want to go ahead and do it rather than have the overhead later. -- Chris Adams <cmadams@xxxxxxxxxx> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble.