Parted 'incompatible feature'

Chris Adams cmadams at hiwaay.net
Thu Jul 22 21:14:20 UTC 2004


Once upon a time, Robert <kerplop at sbcglobal.net> 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 at hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.





More information about the fedora-list mailing list