Jaegeuk Kim | de166ee | 2015-12-09 16:18:44 -0800 | [diff] [blame] | 1 | .\" Copyright (C) 2015 Huawei Ltd. |
| 2 | .\" |
| 3 | .TH SLOAD.F2FS 8 |
| 4 | .SH NAME |
| 5 | sload.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 |
| 23 | is 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 |
| 28 | The exit code returned by |
| 29 | .B sload.f2fs |
| 30 | is 0 on success and -1 on failure. |
| 31 | .SH OPTIONS |
| 32 | .TP |
| 33 | .BI \-f " source directory path" |
| 34 | Specify the source directory path to be loaded. |
| 35 | .TP |
| 36 | .BI \-t " mount point path" |
| 37 | Specify the mount point path in the partition to load. |
| 38 | .TP |
| 39 | .BI \-d " debug-level" |
| 40 | Specify the level of debugging options. |
| 41 | The default number is 0, which shows basic debugging messages. |
| 42 | .TP |
| 43 | .SH AUTHOR |
| 44 | This version of |
| 45 | .B sload.f2fs |
| 46 | has been written by Hou Pengyang <houpengyang@huawei.com>, |
| 47 | Liu Shuoran <liushuoran@huawei.com>, Jaegeuk Kim <jaegeuk@kernel.org> |
| 48 | .SH AVAILABILITY |
| 49 | .B sload.f2fs |
| 50 | is 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). |