Searched refs:mke2fs (Results 1 – 25 of 173) sorted by relevance
1234567
/external/e2fsprogs/tests/ |
D | Makefile.in | 16 test_one: $(srcdir)/test_one.in Makefile mke2fs.conf 29 test_script: test_one test_script.in Makefile mke2fs.conf 37 mke2fs.conf: $(srcdir)/mke2fs.conf.in 38 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf 78 $(top_srcdir)/misc/mke2fs -j -F -N 256 ${TDIR}/image 99 $(RM) -f test_one test_script mke2fs.conf test_data.tmp
|
/external/e2fsprogs/misc/ |
D | Makefile.in | 35 SPROGS= mke2fs badblocks tune2fs dumpe2fs $(BLKID_PROG) logsave \ 39 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \ 44 FMANPAGES= mke2fs.conf.5 ext4.5 54 MKE2FS_OBJS= mke2fs.o util.o default_profile.o mk_hugefiles.o \ 76 PROFILED_MKE2FS_OBJS= profiled/mke2fs.o profiled/util.o \ 98 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c $(srcdir)/mk_hugefiles.c \ 138 e2undo.profiled mke2fs.profiled dumpe2fs.profiled fsck.profiled \ 147 mke2fs.conf: $(srcdir)/mke2fs.conf.in 148 if test -f $(srcdir)/mke2fs.conf.custom.in ; then \ 149 cp $(srcdir)/mke2fs.conf.custom.in mke2fs.conf; \ [all …]
|
D | Android.bp | 33 // Build mke2fs 36 name: "mke2fs", 42 "mke2fs.c", 69 "mke2fs.conf", 77 // mke2fs.c has a warning from gcc which cannot be suppressed: 88 "mke2fs.conf",
|
/external/e2fsprogs/tests/u_mke2fs/ |
D | script | 1 test_description="e2undo with mke2fs" 6 TDB_FILE=$E2FSPROGS_UNDO_DIR/mke2fs-$(basename $TMPFILE).e2undo 12 echo mke2fs -q -F -o Linux -b 1024 test.img > $OUT 15 echo $CRCSUM before mke2fs $crc >> $OUT 17 echo using mke2fs to test e2undo >> $OUT 20 echo $CRCSUM after mke2fs $new_crc >> $OUT
|
/external/e2fsprogs/tests/u_mke2fs_opt/ |
D | script | 1 test_description="e2undo with mke2fs -z" 4 TDB_FILE=${TMPDIR:-/tmp}/mke2fs-$(basename $TMPFILE).e2undo 10 echo mke2fs -F -o Linux -I 128 -b 1024 test.img > $OUT 13 echo $CRCSUM before mke2fs $crc0 >> $OUT 15 echo using mke2fs to test e2undo >> $OUT 18 echo $CRCSUM after mke2fs $crc1 >> $OUT
|
/external/e2fsprogs/tests/u_mke2fs_opt_oddsize/ |
D | script | 1 test_description="e2undo with mke2fs -z and non-32k-aligned bdev size" 4 TDB_FILE=${TMPDIR:-/tmp}/mke2fs-$(basename $TMPFILE).e2undo 12 echo $CRCSUM before mke2fs $crc0 > $OUT 14 echo using mke2fs to test e2undo >> $OUT 17 echo $CRCSUM after mke2fs $crc1 >> $OUT
|
/external/e2fsprogs/tests/u_errorout/ |
D | script | 12 echo $CRCSUM before mke2fs $crc0 >> $OUT 31 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 1024 -z $TDB_… 34 echo $CRCSUM after mke2fs $crc1 >> $OUT 36 echo roll back mke2fs >> $OUT 39 echo $CRCSUM after e2undo mke2fs $crc2 >> $OUT
|
/external/e2fsprogs/tests/u_compound_rollback/ |
D | script | 1 test_description="e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z" 12 echo $CRCSUM before mke2fs $crc0 >> $OUT 14 echo mke2fs -q -F -o Linux -T ext4 -O ^metadata_csum,64bit -E lazy_itable_init=1 -b 1024 -z $TDB_FI… 17 echo $CRCSUM after mke2fs $crc1 >> $OUT 49 echo roll back mke2fs >> $OUT 52 echo $CRCSUM after e2undo mke2fs $crc0_2 >> $OUT
|
/external/e2fsprogs/tests/u_compound_bad_rollback/ |
D | script | 1 test_description="e2undo with mke2fs/tune2fs/resize2fs/e2fsck -z" 12 echo $CRCSUM before mke2fs $crc0 >> $OUT 14 echo mke2fs -q -F -o Linux -T ext4 -O ^metadata_csum,64bit -E lazy_itable_init=1 -b 1024 -z $TDB_FI… 17 echo $CRCSUM after mke2fs $crc1 >> $OUT 34 echo roll back mke2fs >> $OUT 37 echo $CRCSUM after e2undo mke2fs $crc0_2 >> $OUT
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.4.txt | 8 Fix a bug which was causing mke2fs -d and fuse2fs to improperly handle 11 Fix a bug which could cause mke2fs -d to fail if there is an 14 Clarify the default for the "proceed?" question printed by mke2fs and 25 Fix a bug in mke2fs where I/O errors weren't getting properly reported 32 Make sure the default mke2fs.conf file includes the uninit_bg feature 38 If the reported device size is absurdly large, mke2fs will now report
|
D | v1.11.txt | 12 Fixed bug in e2fsck and mke2fs where the blocksize wasn't being passed 17 ext2fs_badblocks_list_test when a user tried running "mke2fs -c 20 Adjusted the number of columns printed by mke2fs when displaying the 25 dumpe2fs, fsck, mke2fs, and tune2fs (typos and other minor grammar
|
D | v1.43.0.txt | 13 The mke2fs program will now support multiple -O options (instead of 35 Fix sparse_super2 bugs in mke2fs and resize2fs. 37 Fix or improve offset support in mke2fs, e2undo, and libext2fs. 50 The mke2fs command can now set the error behavior when initializing 54 Teach mke2fs to parse a human-readable argument for -i option. 56 Teach mke2fs to automatically handle creating file systems > 500T by 68 Fix an "mke2fs -d" bug which could create inodes with invalid 142 The mke2fs program can now pre-populate a file system from a directory 145 The mke2fs program now skips zeroing inode table blocks if they were 194 The mke2fs command will now ask the user for confirmation if block
|
D | v1.10.txt | 6 Warning messages were added to the mke2fs and tune2fs man pages that 10 Added new flag to mke2fs, -R <raid options>, which allows the user to 11 tell mke2fs about the RAID configuration of the filesystem. Currently 18 Fixed rare bug in mke2fs where if the user had a very unlucky number
|
/external/e2fsprogs/tests/m_offset/ |
D | script | 1 test_description="mke2fs with offset option (-E offset=N)" 4 echo "testing mke2fs with -E offset=524288 option (no fssize)" > "$OUT" 10 echo "testing mke2fs with -E offset=524288 option (explicit fssize)" >> "$OUT" 17 # a warning should be only emitted by the first mke2fs call
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 102 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 113 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1280 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1281 msgid "@r has dtime set (probably due to old mke2fs). " 3291 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3300 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3306 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 3934 #: misc/mke2fs.c:359 4201 #: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073 [all …]
|
D | fi.po | 84 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 101 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 112 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1283 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1285 msgid "@r has dtime set (probably due to old mke2fs). " 3326 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3338 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3344 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 3992 #: misc/mke2fs.c:359 4266 #: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073 [all …]
|
D | uk.po | 88 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 105 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 116 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1375 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1377 msgid "@r has dtime set (probably due to old mke2fs). " 1380 "mke2fs). " 3616 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3629 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3635 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 4312 #: misc/mke2fs.c:359 [all …]
|
D | sr.po | 85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 102 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 113 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1357 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1359 msgid "@r has dtime set (probably due to old mke2fs). " 1361 "корени и-чвор има подешено д-време (вероватно због старог „mke2fs“-а). " 3632 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3644 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3650 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 4316 #: misc/mke2fs.c:359 [all …]
|
D | zh_CN.po | 86 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 103 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 114 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1339 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1341 msgid "@r has dtime set (probably due to old mke2fs). " 1342 msgstr "@r被设置了删除时间(可能由老版本的mke2fs导致)。" 3448 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3460 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3466 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 4127 #: misc/mke2fs.c:359 [all …]
|
D | ms.po | 84 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 102 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 113 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1408 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1410 msgid "@r has dtime set (probably due to old mke2fs). " 3507 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3516 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3522 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 4177 #: misc/mke2fs.c:359 4457 #: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073 [all …]
|
D | da.po | 86 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 103 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 114 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1331 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1333 msgid "@r has dtime set (probably due to old mke2fs). " 1335 "rot-iknude har dtime angivet (sandsynligvis på grund af gammel mke2fs). " 3410 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3423 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3429 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 4090 #: misc/mke2fs.c:359 [all …]
|
D | id.po | 86 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220 103 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236 114 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243 1354 #. @-expanded: root inode has dtime set (probably due to old mke2fs). 1356 msgid "@r has dtime set (probably due to old mke2fs). " 1358 "@r memiliki dtime terset (mungkin karena penggunaan mke2fs versi lama). " 3512 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754 3525 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788 3531 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243 4208 #: misc/mke2fs.c:359 [all …]
|
/external/e2fsprogs/tests/u_revert_all_onefile/ |
D | script | 13 echo $CRCSUM before mke2fs $crc0 >> $OUT 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 35 echo $CRCSUM after mke2fs $crc1 >> $OUT 80 echo roll back e2fsck/tune2fs/resize2fs/mke2fs >> $OUT 83 echo $CRCSUM after e2undo e2fsck/tune2fs/resize2fs/mke2fs $crc1_2 >> $OUT
|
/external/e2fsprogs/tests/u_onefile_bad/ |
D | script | 13 echo $CRCSUM before mke2fs $crc0 >> $OUT 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 35 echo $CRCSUM after mke2fs $crc1 >> $OUT 95 echo roll back mke2fs >> $OUT 98 echo $CRCSUM after e2undo mke2fs $crc0_2 >> $OUT
|
/external/e2fsprogs/tests/u_revert_64bitmcsum_onefile/ |
D | script | 13 echo $CRCSUM before mke2fs $crc0 >> $OUT 32 echo mke2fs -q -F -o Linux -T ext4h -O ^metadata_csum,^64bit -E lazy_itable_init=1 -b 4096 -z $TDB_… 35 echo $CRCSUM after mke2fs $crc1 >> $OUT 92 echo roll back mke2fs >> $OUT 95 echo $CRCSUM after e2undo mke2fs $crc0_2 >> $OUT
|
1234567