From: Richard Jones Date: Thu, 27 May 2010 08:49:28 +0000 (+0100) Subject: Revise documentation on creating files. X-Git-Tag: 1.3.17~7 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=1d1cc4114d48623fb44e3d18e74407902c8f2ae9 Revise documentation on creating files. --- diff --git a/src/guestfs.pod b/src/guestfs.pod index e3f6cf0..3794023 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -258,7 +258,11 @@ L. It's often the case that you want to write a file or files to the disk image. -For small, single files, use L. +To write a small file with fixed content, use L. To +create a file of all zeroes, use L (sparse) or +L (with all disk blocks allocated). There are a +variety of other functions for creating test files, for example +L and L. To upload a single file, use L. This call has no limits on file content or size (even files larger than 4 GB).