- 论坛徽章:
- 0
|
请教下,在red hat下使用parted 或者resize2fs 对分区重新划分,怎么老师出现Error: File system has an incompatible feature enabled. 这个错误阿~~~
[root@localhost ~]# parted
GNU Parted 1.8.1
Using /dev/hda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: VMware Virtual IDE Hard Drive (ide)
Disk /dev/hda: 42.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 32.3kB 107MB 107MB primary ext3 boot
2 107MB 10.8GB 10.7GB primary ext3
3 10.8GB 13.0GB 2147MB primary ext3
4 13.0GB 42.9GB 30.0GB extended
5 13.0GB 15.1GB 2147MB logical ext3
6 16.2GB 18.2GB 1990MB logical ext2
(parted) resize
Partition number? 5
Start? [13.0GB]?
End? [15.1GB]? 16.2G
Error: File system has an incompatible feature enabled.
(parted) resize
Partition number? 5
Start? [13.0GB]?
End? [15.1GB]?
Error: File system has an incompatible feature enabled.
(parted) quit
Information: Don't forget to update /etc/fstab, if necessary. |
|