DOKK / manpages / debian 11 / f2fs-tools / resize.f2fs.8.en
RESIZE.F2FS(8) System Manager's Manual RESIZE.F2FS(8)

resize.f2fs - resize filesystem size

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

resize.f2fs is used to resize an f2fs file system (usually in a disk partition). device is the special file corresponding to the device (e.g. /dev/sdXX).

Current version only supports expanding the prebuilt filesystem.

The exit code returned by resize.f2fs is 0 on success and -1 on failure.

Specify the size in sectors.
Specify the level of debugging options. The default number is 0, which shows basic debugging messages.

This version of resize.f2fs has been written by Jaegeuk Kim <jaegeuk@kernel.org>.

resize.f2fs is available from git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git.

mkfs.f2fs(8), fsck.f2fs(8), dump.f2fs(8), defrag.f2fs(8), sload.f2fs(8).