Home
last modified time | relevance | path

Searched refs:mkfs (Results 1 – 25 of 71) sorted by relevance

123

/third_party/exfatprogs/
DBUILD.gn23 ":mkfs.exfat",
40 "mkfs",
59 ##Build mkfs.exfat
60 ohos_executable("mkfs.exfat") {
63 "mkfs/mkfs.c",
64 "mkfs/upcase.c",
69 "./mkfs",
91 "./mkfs",
110 "./mkfs",
128 "./mkfs",
[all …]
DNEWS5 * mkfs.exfat: ensure that the cluster size is greater than or
7 * mkfs.exfat: replace lseek() + write() with pwrite().
10 * mkfs.exfat: prevent an integer overflow when computing the FAT
18 * mkfs.exfat: set 0x80 to DriveSelect of the boot sector
29 * mkfs.exfat: adjust the boundary alignment calculations to compensate
33 * mkfs.exfat: add the "--pack-bitmap" option to relocate the allocation
63 * mkfs.exfat: generate pseudo unique serials while creating filesystems.
64 * mkfs.exfat: add the "-b" option to align the start offset of FAT and
79 * mkfs.exfat: harmonize set volume label option with tune.exfat.
114 * mkfs.exfat: quick/full format support
[all …]
DREADME.md31 - 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
DMakefile.am5 SUBDIRS = lib mkfs fsck tune label dump subdir
11 manpages/mkfs.exfat.8 \
20 mkfs/Android.bp \
/third_party/ltp/testscripts/
Dltp-aiodio.sh147 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 …]
Dltp-scsi_debug.sh191 mkfs -V -t ext3 /dev/$part1
193 mkfs -V -t ext2 /dev/$part2
197 mkfs -V -t msdos -I /dev/$part4
Dautofs1.sh76 mkfs -t ext2 $disk_partition
110 /sbin/mkfs -t ext2 $floppy_dev
/third_party/ltp/lib/
Dtst_mkfs.c30 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/
DBUILD.gn13 "//third_party/f2fs-tools/mkfs:mkfs.f2fs",
20 "//third_party/f2fs-tools/mkfs:mkfs.f2fs($host_toolchain)",
DREADME.md34 1. Add the below line into mkfs/Makefile.am:
48 mkfs.f2fs -l [LABEL] $DEV
50 For more mkfs options, see man page.
D.gitignore47 /mkfs/mkfs.f2fs
DMakefile.am5 SUBDIRS = man lib mkfs fsck tools subdir
/third_party/exfatprogs/mkfs/
DMakefile.am4 sbin_PROGRAMS = mkfs.exfat
6 mkfs_exfat_SOURCES = mkfs.c upcase.c mkfs.h
/third_party/e2fsprogs/
De2fsprogs.spec130 %{_root_sbindir}/mkfs.ext2
131 %{_root_sbindir}/mkfs.ext3
132 %{_root_sbindir}/mkfs.ext4
133 %{_root_sbindir}/mkfs.ext4dev
176 %{_mandir}/man8/mkfs.ext2.8*
177 %{_mandir}/man8/mkfs.ext3.8*
178 %{_mandir}/man8/mkfs.ext4.8*
179 %{_mandir}/man8/mkfs.ext4dev.8*
/third_party/ltp/testcases/kernel/fs/fsx-linux/
Dfsxtest32 mkfs -t $2 -q $1
34 mkfs -t $2 $1
/third_party/ntfs-3g/ntfsprogs/
DMakefile.am169 $(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/
DBUILD.gn18 ##Build mkfs.f2fs
19 ohos_executable("mkfs.f2fs") {
/third_party/ltp/testcases/kernel/mce-test/stress/
Dhwpoison.sh201 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/e2fsprogs/misc/
DAndroid.bp110 symlinks: ["mkfs.ext2", "mkfs.ext3", "mkfs.ext4"],
/third_party/e2fsprogs/debian/
De2fsprogs.install14 sbin/mkfs.ext?
47 usr/share/man/man8/mkfs.ext?.8
De2fsprogs-udeb.install11 sbin/mkfs.ext?
/third_party/f2fs-tools/man/
DMakefile.am3 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/e2fsprogs/tests/m_64bit_flexbg/
Dscript1 DESCRIPTION="mkfs with 64bit and flex_bg"
/third_party/e2fsprogs/tests/m_desc_size_128/
Dscript1 DESCRIPTION="enable 128-byte group descriptor on mkfs"
/third_party/e2fsprogs/tests/m_quota/
Dscript1 DESCRIPTION="enable quota feature on mkfs"

123