1RESIZE.F2FS(8)              System Manager's Manual             RESIZE.F2FS(8)
2
3
4

NAME

6       resize.f2fs - resize filesystem size
7

SYNOPSIS

9       resize.f2fs [ -t target sectors ] [ -d debugging-level ] device
10

DESCRIPTION

12       resize.f2fs  is  used  to resize an f2fs file system (usually in a disk
13       partition).  device is the special file  corresponding  to  the  device
14       (e.g.  /dev/sdXX).
15
16       Current version only supports expanding the prebuilt filesystem.
17
18
19       The  exit  code returned by resize.f2fs is 0 on success and -1 on fail‐
20       ure.
21

OPTIONS

23       -t target sectors
24              Specify the size in sectors.
25
26       -d debug-level
27              Specify the level of debugging options.  The default  number  is
28              0, which shows basic debugging messages.
29
30
31       AUTHOR
32              This  version  of  resize.f2fs  has  been written by Jaegeuk Kim
33              <jaegeuk@kernel.org>.
34

AVAILABILITY

36       resize.f2fs is available  from  git://git.kernel.org/pub/scm/linux/ker‐
37       nel/git/jaegeuk/f2fs-tools.git.
38

SEE ALSO

40       mkfs.f2fs(8),      fsck.f2fs(8),      dump.f2fs(8),     defrag.f2fs(8),
41       sload.f2fs(8).
42
43
44
45                                                                RESIZE.F2FS(8)
Impressum