1SLOAD.F2FS(8) System Manager's Manual SLOAD.F2FS(8)
2
3
4
6 sload.f2fs - load directories and files into the device directly
7
9 sload.f2fs [ -f source directory path ] [ -t mount point ] [ -d debug‐
10 ging-level ] device
11
13 sload.f2fs is used to load directories and files into a disk partition.
14 device is the special file corresponding to the device (e.g.
15 /dev/sdXX).
16
17
18 The exit code returned by sload.f2fs is 0 on success and -1 on failure.
19
21 -f source directory path
22 Specify the source directory path to be loaded.
23
24 -t mount point path
25 Specify the mount point path in the partition to load.
26
27 -d debug-level
28 Specify the level of debugging options. The default number is
29 0, which shows basic debugging messages.
30
31
32 AUTHOR
33 This version of sload.f2fs has been written by Hou Pengyang
34 <houpengyang@huawei.com>, Liu Shuoran <liushuoran@huawei.com>,
35 Jaegeuk Kim <jaegeuk@kernel.org>
36
38 sload.f2fs is available from git://git.kernel.org/pub/scm/linux/ker‐
39 nel/git/jaegeuk/f2fs-tools.git.
40
42 mkfs.f2fs(8), fsck.f2fs(8), dump.f2fs(8), defrag.f2fs(8),
43 resize.f2fs(8).
44
45
46
47 SLOAD.F2FS(8)