Hide Forgot
Description of problem: Resizing the logical partitions using parted returns "Error: File system has an incompatible feature enabled." error. Version-Release number of selected component (if applicable): Redhat 5.6 Steps to Reproduce: 1. Create partitions on host storage device - 1 extended and 1 logical (maximum size). 2. Create ext3 fs, mount and copy data 3. Expand back-end LUN (created metaLUN) 4. Unmount filesystem 5. blockdev --rereadpt <device> 6. Verify larger size is seen in output of /proc/partitions 7. Use parted 'resize' command to resize partitions a. resize of extended partition is successful - no error message b. resize of logical partition fails with message "Error: File system has an incompatible feature enabled." Expected results: Resize should complete successfully.
Do not use parted to resize filesystems. Use the native filesystem tools to do that, then adjust the partition table using parted (or fdisk).
By 'native filesystem tools', are you referring to e2fsck and resize2fs utility? -Savitha
Yes, assuming that is the filesystem you are using.