]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fsfreeze: move filesystem support info to manual page
authorSami Kerola <kerolasa@iki.fi>
Sun, 18 Dec 2016 18:32:41 +0000 (18:32 +0000)
committerKarel Zak <kzak@redhat.com>
Thu, 22 Dec 2016 11:18:45 +0000 (12:18 +0100)
Include btrfs, f2fs, and nilfs to list of supported filesystems, with note
the list can be incomplete.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/fsfreeze.8
sys-utils/fsfreeze.c

index 785cdd9c8b515a07d5e858682c8da988805ae144..500d311cb5cf561e5a120cd8dd35022b1463966b 100644 (file)
@@ -61,6 +61,20 @@ Display version information and exit.
 .TP
 .BR \-h , " \-\-help"
 Display help text and exit.
+.SH FILESYSTEM SUPPORT
+This command will work only if filesystem supports has support for freezing.
+List of these filesystems include (2016-12-18)
+.BR btrfs ,
+.BR ext2/3/4 ,
+.BR f2fs ,
+.BR jfs ,
+.BR nilfs2 ,
+.BR reiserfs ,
+and
+.BR xfs .
+Previous list may be incomplete, as more filesystems get support.  If in
+doubt easiest way to know if a filesystem has support is create a small
+loopback mount and test freezing it.
 .SH AUTHOR
 .PP
 Written by Hajime Taira.
index a25eaff209651ab6b1046dfff967604d8880ddc5..d837d2f3980abde13fde25ea1117e38567d64b12 100644 (file)
@@ -40,7 +40,7 @@ static void __attribute__((__noreturn__)) usage(FILE *out)
              _(" %s [options] <mountpoint>\n"), program_invocation_short_name);
 
        fputs(USAGE_SEPARATOR, out);
-       fputs(_("Suspend access to a filesystem (ext3/4, ReiserFS, JFS, XFS).\n"), out);
+       fputs(_("Suspend access to a filesystem.\n"), out);
 
        fputs(USAGE_OPTIONS, out);
        fputs(_(" -f, --freeze      freeze the filesystem\n"), out);