-
Bug
-
Resolution: Done
-
Major
-
RH442 - RHEL 8 1 20190828
-
None
-
False
-
-
False
-
10
-
ROLE
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/rh442-8.0/pages/ch10 |
Reporter RHNID: | chetan-rhls |
Section title: | Managing File System Attributes |
Language: | English |
Issue description: "Use the following command to disable the extra_isize feature at file system creation time: [root@host ~]# mkfs.ext4 -O ^extra_size /dev/mydevice" is wrong command.
Fixed: [root@host ~]# mkfs.ext4 -O ^extra_isize /dev/mydevice
Steps to reproduce:
Workaround:
Expected result: