Searched refs:mkfs (Results 1 – 25 of 35) sorted by relevance
12
/third_party/exfatprogs/ |
D | BUILD.gn | 23 ":mkfs.exfat", 40 "mkfs", 64 ##Build mkfs.exfat 65 ohos_executable("mkfs.exfat") { 68 "mkfs/mkfs.c", 69 "mkfs/upcase.c", 74 "./mkfs", 95 "./mkfs", 114 "./mkfs", 132 "./mkfs", [all …]
|
D | NEWS | 28 * mkfs.exfat: ensure that the cluster size is greater than or 30 * mkfs.exfat: replace lseek() + write() with pwrite(). 33 * mkfs.exfat: prevent an integer overflow when computing the FAT 41 * mkfs.exfat: set 0x80 to DriveSelect of the boot sector 52 * mkfs.exfat: adjust the boundary alignment calculations to compensate 56 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation 86 * mkfs.exfat: generate pseudo unique serials while creating filesystems. 87 * mkfs.exfat: add the "-b" option to align the start offset of FAT and 102 * mkfs.exfat: harmonize set volume label option with tune.exfat. 137 * mkfs.exfat: quick/full format support [all …]
|
D | README.md | 31 - mkfs.exfat: 36 mkfs.exfat /dev/sda1 38 mkfs.exfat -c 1048576 /dev/sda1 39 mkfs.exfat -c 1024K /dev/sda1 40 mkfs.exfat -c 1M /dev/sda1 42 mkfs.exfat -f /dev/sda1 44 mkfs.exfat -L "my usb" /dev/sda1 46 mkfs.exfat -b 16777216 /dev/sda1 47 mkfs.exfat -b 16384K /dev/sda1 48 mkfs.exfat -b 16M /dev/sda1
|
D | Makefile.am | 5 SUBDIRS = lib mkfs fsck tune label dump exfat2img subdir 11 manpages/mkfs.exfat.8 \ 21 mkfs/Android.bp \
|
D | configure.ac | 30 mkfs/Makefile
|
/third_party/ltp/testscripts/ |
D | ltp-aiodio.sh | 147 mkfs -t ext2 $part1 150 mkfs -t ext3 $part2 153 mkfs.jfs $part2 <testscripts/yesenter.txt 156 mkfs.xfs -f $part2 167 mkfs -t ext3 $part1 170 mkfs.jfs $part2 <testscripts/yesenter.txt 173 mkfs.xfs -f $part2 176 mkfs -t ext2 $part2 187 mkfs.jfs $part1 <testscripts/yesenter.txt 190 mkfs -t ext3 $part2 [all …]
|
D | ltp-scsi_debug.sh | 191 mkfs -V -t ext3 /dev/$part1 193 mkfs -V -t ext2 /dev/$part2 197 mkfs -V -t msdos -I /dev/$part4
|
D | autofs1.sh | 76 mkfs -t ext2 $disk_partition 110 /sbin/mkfs -t ext2 $floppy_dev
|
D | autofs4.sh | 71 mkfs -t ext2 $disk_partition >/dev/null 2>&1 103 /sbin/mkfs -t ext2 $floppy_dev >/dev/null 2>&1
|
/third_party/ltp/lib/ |
D | tst_mkfs.c | 30 char mkfs[64]; in tst_mkfs_() local 31 const char *argv[OPTS_MAX] = {mkfs}; in tst_mkfs_() 53 snprintf(mkfs, sizeof(mkfs), "mkfs.%s", fs_type); in tst_mkfs_() 107 "%s not found in $PATH", mkfs); in tst_mkfs_() 111 "%s failed with exit code %i", mkfs, ret); in tst_mkfs_()
|
/third_party/f2fs-tools/ |
D | BUILD.gn | 13 "//third_party/f2fs-tools/mkfs:mkfs.f2fs", 20 "//third_party/f2fs-tools/mkfs:mkfs.f2fs($host_toolchain)",
|
D | README.md | 33 1. Add the below line into mkfs/Makefile.am: 47 mkfs.f2fs -l [LABEL] $DEV 49 For more mkfs options, see the man page.
|
D | .gitignore | 47 /mkfs/mkfs.f2fs
|
D | Makefile.am | 5 SUBDIRS = man lib mkfs fsck tools subdir
|
D | configure.ac | 219 mkfs/Makefile 236 # export library version info for mkfs/libf2fs_format_la
|
/third_party/exfatprogs/mkfs/ |
D | Makefile.am | 4 sbin_PROGRAMS = mkfs.exfat 6 mkfs_exfat_SOURCES = mkfs.c upcase.c mkfs.h
|
/third_party/ltp/testcases/kernel/fs/fsx-linux/ |
D | fsxtest | 32 mkfs -t $2 -q $1 34 mkfs -t $2 $1
|
/third_party/ntfs-3g/ntfsprogs/ |
D | Makefile.am | 169 $(LN_S) -f $(sbindir)/mkntfs $(DESTDIR)$(sbindir)/mkfs.ntfs 173 $(LN_S) -f mkntfs.8 $(DESTDIR)$(man8dir)/mkfs.ntfs.8 176 $(RM) -f $(DESTDIR)/sbin/mkfs.ntfs 177 $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ntfs.8
|
/third_party/f2fs-tools/mkfs/ |
D | BUILD.gn | 19 ##Build mkfs.f2fs 20 ohos_executable("mkfs.f2fs") {
|
D | Makefile.am | 5 sbin_PROGRAMS = mkfs.f2fs
|
/third_party/ltp/testcases/kernel/mce-test/stress/ |
D | hwpoison.sh | 201 local mkfs="mkfs.$g_fstype" 205 [ $g_fstype = reiserfs ] && mkfs="mkreiserfs" 210 silent_exec which $mkfs || err "mkfs: unsupported fstype: $g_fstype" 214 [ $in = 'y' -o $in = "yes" -o $in = 'Y' ] || err "$mkfs on $g_dev is cancelled" 216 begin "-- $mkfs $g_dev" 223 silent_exec $mkfs $mkfs_opts $g_dev || err "cannot $mkfs $mkfs_opts on $g_dev" 224 end "-- $mkfs $g_dev"
|
/third_party/f2fs-tools/man/ |
D | Makefile.am | 3 dist_man_MANS = mkfs.f2fs.8 fsck.f2fs.8 dump.f2fs.8 defrag.f2fs.8 resize.f2fs.8 sload.f2fs.8 f2fs_i…
|
/third_party/toybox/tests/ |
D | mount.test | 19 mkfs.ext3 $tmp_b_fs >/dev/null 2>&1
|
/third_party/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 28 ROD mkfs.ext3 -q -F -b 4096 $IMAGE
|
/third_party/f2fs-tools/scripts/ |
D | verify.sh | 34 mkfs.f2fs $IMG `_get_sec $1` | grep sectors
|
12