We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using binary from apt: ➜ ~ mke2fs -O ^has_journal -L product -I 256 -M /product -m 0 -t ext4 -b 4096 /home/work_dir/TIK/TEST/TI_out/product.img 639m mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/work_dir/TIK/TEST/TI_out/product.img Creating filesystem with 163584 4k blocks and 40960 inodes Filesystem UUID: 26804cc0-1db7-48f7-a5d4-a55c90183e34 Superblock backups stored on blocks: 32768, 98304
Allocating group tables: done Writing inode tables: done Writing superblocks and filesystem accounting information: done
When using binary from TIK/MIO: ➜ ~ /home/work_dir/TIK/bin/Linux/x86_64/mke2fs -O ^has_journal -L product -I 256 -M /product -m 0 -t ext4 -b 4096 /home/work_dir/TIK/TEST/TI_out/product.img 640m mke2fs 1.46.6 (1-Feb-2023) Creating regular file /home/work_dir/TIK/TEST/TI_out/product.img Invalid filesystem option set: has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
The text was updated successfully, but these errors were encountered:
thx for issue, will fix
Sorry, something went wrong.
No branches or pull requests
When using binary from apt:
➜ ~ mke2fs -O ^has_journal -L product -I 256 -M /product -m 0 -t ext4 -b 4096 /home/work_dir/TIK/TEST/TI_out/product.img 639m
mke2fs 1.47.0 (5-Feb-2023)
Creating regular file /home/work_dir/TIK/TEST/TI_out/product.img
Creating filesystem with 163584 4k blocks and 40960 inodes
Filesystem UUID: 26804cc0-1db7-48f7-a5d4-a55c90183e34
Superblock backups stored on blocks:
32768, 98304
Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
When using binary from TIK/MIO:
➜ ~ /home/work_dir/TIK/bin/Linux/x86_64/mke2fs -O ^has_journal -L product -I 256 -M /product -m 0 -t ext4 -b 4096 /home/work_dir/TIK/TEST/TI_out/product.img 640m
mke2fs 1.46.6 (1-Feb-2023)
Creating regular file /home/work_dir/TIK/TEST/TI_out/product.img
Invalid filesystem option set: has_journal,extent,huge_file,flex_bg,metadata_csum,metadata_csum_seed,64bit,dir_nlink,extra_isize,orphan_file
The text was updated successfully, but these errors were encountered: