Home
last modified time | relevance | path

Searched refs:mke2fs (Results 1 – 25 of 193) sorted by relevance

12345678

/third_party/e2fsprogs/tests/
DMakefile.in17 test_one: $(srcdir)/test_one.in Makefile mke2fs.conf test_data.tmp
30 test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
38 mke2fs.conf: $(srcdir)/mke2fs.conf.in
39 $(CP) $(srcdir)/mke2fs.conf.in mke2fs.conf
82 $(top_srcdir)/misc/mke2fs -j -F -N 256 ${TDIR}/image
103 $(RM) -f test_one test_script mke2fs.conf test_data.tmp
/third_party/e2fsprogs/tests/u_mke2fs_opt/
Dscript1 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
/third_party/e2fsprogs/tests/u_mke2fs/
Dscript1 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
/third_party/e2fsprogs/misc/
DMakefile.in39 SPROGS= mke2fs badblocks tune2fs dumpe2fs $(BLKID_PROG) logsave \
43 SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
48 FMANPAGES= mke2fs.conf.5 ext4.5
58 MKE2FS_OBJS= mke2fs.o util.o default_profile.o mk_hugefiles.o \
80 PROFILED_MKE2FS_OBJS= profiled/mke2fs.o profiled/util.o \
102 SRCS= $(srcdir)/tune2fs.c $(srcdir)/mklost+found.c $(srcdir)/mke2fs.c $(srcdir)/mk_hugefiles.c \
143 dumpe2fs.static mke2fs.static tune2fs.static lsattr.static chattr.static
146 e2undo.profiled mke2fs.profiled dumpe2fs.profiled fsck.profiled \
155 mke2fs.conf: $(srcdir)/mke2fs.conf.in
156 if test -f $(srcdir)/mke2fs.conf.custom.in ; then \
[all …]
DAndroid.bp44 // Build mke2fs
47 name: "mke2fs",
53 "mke2fs.c",
80 "mke2fs.conf",
88 // mke2fs.c has a warning from gcc which cannot be suppressed:
99 "mke2fs.conf",
/third_party/e2fsprogs/tests/u_mke2fs_opt_oddsize/
Dscript1 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
/third_party/e2fsprogs/tests/u_errorout/
Dscript12 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
/third_party/e2fsprogs/tests/u_compound_rollback/
Dscript1 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
/third_party/e2fsprogs/tests/u_compound_bad_rollback/
Dscript1 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
/third_party/e2fsprogs/doc/RelNotes/
Dv1.43.4.txt8 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
Dv1.45.7.txt16 allows mke2fs -d to import the gnu.translator extended attributes.
39 Fix mke2fs so it can import the contents of a directory using the -d
73 The misc/mke2fs.conf.in script now properly escaping of double quotes
74 when incorporating the mke2fs.conf into the default_profile.c file. The
75 upstream version of the mke2fs.conf.in file doesn't have any double
77 double quotes in its default mke2fs profile.
Dv1.11.txt12 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
Dv1.46.4.txt9 The defaults for mke2fs now call for 256 byte inodes for all file
16 more than 16 times the block size. So the mke2fs program has been
32 system image using mke2fs into a non-existent file would fail.
35 Fix mke2fs to correctly create Posix ACL's on big-endian systems when
Dv1.10.txt6 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
/third_party/e2fsprogs/tests/m_offset/
Dscript1 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
/third_party/e2fsprogs/po/
De2fsprogs.pot92 #: e2fsck/badblocks.c:23 misc/mke2fs.c:221
109 #: misc/e2image.c:1638 misc/e2image.c:1659 misc/mke2fs.c:237
120 #: e2fsck/badblocks.c:95 misc/mke2fs.c:244
1283 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1284 msgid "@r has dtime set (probably due to old mke2fs). "
3385 #: misc/mke2fs.c:2758 misc/mke2fs.c:2809 misc/tune2fs.c:2803
3394 #: e2fsck/unix.c:1355 misc/e2undo.c:274 misc/mke2fs.c:2798 misc/tune2fs.c:2837
3400 #: e2fsck/unix.c:1381 misc/mke2fs.c:2824 resize/main.c:243
4048 #: misc/mke2fs.c:361
4319 #: misc/dumpe2fs.c:519 misc/mke2fs.c:811 misc/tune2fs.c:2118
[all …]
Dfi.po84 #: 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 …]
Dsr.po91 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220
108 #: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
119 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
1347 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1349 msgid "@r has dtime set (probably due to old mke2fs). "
1350 msgstr "корени и-чвор има подешено д-време (вероватно због старог „mke2fs“-а). "
3523 #: misc/mke2fs.c:2708 misc/mke2fs.c:2759 misc/tune2fs.c:2798
3535 #: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2748 misc/tune2fs.c:2832
3541 #: e2fsck/unix.c:1369 misc/mke2fs.c:2774 resize/main.c:243
4201 #: misc/mke2fs.c:359
[all …]
Duk.po94 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220
111 #: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
122 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
1352 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1354 msgid "@r has dtime set (probably due to old mke2fs). "
1355 msgstr "для кореневого inode встановлено dtime (ймовірно, через застарілу програму mke2fs). "
3527 #: misc/mke2fs.c:2708 misc/mke2fs.c:2759 misc/tune2fs.c:2798
3539 #: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2748 misc/tune2fs.c:2832
3545 #: e2fsck/unix.c:1369 misc/mke2fs.c:2774 resize/main.c:243
4205 #: misc/mke2fs.c:359
[all …]
Dzh_CN.po94 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220
111 #: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
122 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
1345 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1347 msgid "@r has dtime set (probably due to old mke2fs). "
1348 msgstr "@r被设置了删除时间(可能由老版本的mke2fs导致)。"
3460 #: misc/mke2fs.c:2696 misc/mke2fs.c:2747 misc/tune2fs.c:2713
3472 #: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2736 misc/tune2fs.c:2747
3478 #: e2fsck/unix.c:1369 misc/mke2fs.c:2762 resize/main.c:243
4139 #: misc/mke2fs.c:359
[all …]
Dms.po91 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220
109 #: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
120 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
1200 msgstr "mke2fs dipaksa juga.\n"
1437 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1439 msgid "@r has dtime set (probably due to old mke2fs). "
3576 #: misc/mke2fs.c:2708 misc/mke2fs.c:2759 misc/tune2fs.c:2798
3585 #: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2748 misc/tune2fs.c:2832
3591 #: e2fsck/unix.c:1369 misc/mke2fs.c:2774 resize/main.c:243
4257 #: misc/mke2fs.c:359
[all …]
/third_party/e2fsprogs/debian/
De2fsprogs-udeb.install1 etc/mke2fs.conf
5 sbin/mke2fs
De2fsprogs.install13 sbin/mke2fs
30 usr/share/man/man5/mke2fs.conf.5
46 usr/share/man/man8/mke2fs.8
/third_party/e2fsprogs/tests/u_revert_all_onefile/
Dscript13 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
/third_party/e2fsprogs/
DRELEASE-NOTES9 The defaults for mke2fs now call for 256 byte inodes for all file
16 more than 16 times the block size. So the mke2fs program has been
32 system image using mke2fs into a non-existent file would fail.
35 Fix mke2fs to correctly create Posix ACL's on big-endian systems when

12345678