blob: d07330cfd1a13735ef82d9dbf74784028bb63293 [file] [log] [blame]
Jaegeuk Kimde166ee2015-12-09 16:18:44 -08001.\" Copyright (C) 2015 Huawei Ltd.
2.\"
3.TH SLOAD.F2FS 8
4.SH NAME
5sload.f2fs \- load directories and files into the device directly
6.SH SYNOPSIS
7.B sload.f2fs
8[
9.B \-f
10.I source directory path
11]
12[
13.B \-t
14.I mount point
15]
16[
17.B \-d
18.I debugging-level
19]
20.I device
21.SH DESCRIPTION
22.B sload.f2fs
23is used to load directories and files into a disk partition.
24\fIdevice\fP is the special file corresponding to the device (e.g.
25\fI/dev/sdXX\fP).
26
27.PP
28The exit code returned by
29.B sload.f2fs
30is 0 on success and -1 on failure.
31.SH OPTIONS
32.TP
33.BI \-f " source directory path"
34Specify the source directory path to be loaded.
35.TP
36.BI \-t " mount point path"
37Specify the mount point path in the partition to load.
38.TP
39.BI \-d " debug-level"
40Specify the level of debugging options.
41The default number is 0, which shows basic debugging messages.
42.TP
43.SH AUTHOR
44This version of
45.B sload.f2fs
46has been written by Hou Pengyang <houpengyang@huawei.com>,
47Liu Shuoran <liushuoran@huawei.com>, Jaegeuk Kim <jaegeuk@kernel.org>
48.SH AVAILABILITY
49.B sload.f2fs
50is available from git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git.
51.SH SEE ALSO
52.BR mkfs.f2fs(8),
53.BR fsck.f2fs(8),
54.BR dump.f2fs(8),
55.BR defrag.f2fs(8),
56.BR resize.f2fs(8).