Reviewed-by: Dave Rutherford <dave@evilpettingzoo.com>
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
.RE
.fi
-Note that a swap file must not contain any holes (so, using
+Note that a swap file must not contain any holes. Using
.BR cp (1)
-to create the file is not acceptable).
+to create the file is not acceptable. Neither is use of
+.BR fallocate (1)
+on file systems that support preallocated files, such as
+.BR XFS " or " ext4 ,
+or on copy-on-write filesystems like
+.BR btrfs .
+It is recommended to use
+.BR dd (1)
+and /dev/zero in these cases. Please read notes from
+.BR swapon (8)
+before adding a swap file to copy-on-write filesystems.
.SH ENVIRONMENT
.IP LIBBLKID_DEBUG=all