diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-02 13:35:14 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-02 13:43:18 +0000 |
commit | 0710326ac5f1a06cf1dc3500617d04cf4cba5631 (patch) | |
tree | 6fd18ef4f7145eedecfd00a1a29fc48d8b7048a3 /contrib/visualize-alignment | |
parent | 65f44b459070a1dbfba66c31e0be69588e49f4a8 (diff) | |
download | libguestfs-0710326ac5f1a06cf1dc3500617d04cf4cba5631.tar.gz libguestfs-0710326ac5f1a06cf1dc3500617d04cf4cba5631.tar.xz libguestfs-0710326ac5f1a06cf1dc3500617d04cf4cba5631.zip |
New API: mkfs_opts, mkfs with optional arguments.
This is an extensible version of 'mkfs' which supports optional
arguments. There is now no need for 'mkfs_b' since you should
use 'mkfs_opts' with the optional 'blocksize' argument instead.
Diffstat (limited to 'contrib/visualize-alignment')
-rw-r--r-- | contrib/visualize-alignment/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/visualize-alignment/README b/contrib/visualize-alignment/README index 6c30f946..e68a9023 100644 --- a/contrib/visualize-alignment/README +++ b/contrib/visualize-alignment/README @@ -54,7 +54,7 @@ qemu patch in the current directory. pvcreate /dev/vda : \ vgcreate VG /dev/vda : \ lvcreate LV VG 32 : \ - mkfs-b ext4 4096 /dev/VG/LV + mkfs-opts ext4 /dev/VG/LV blocksize:4096 Some points to note: * an ext4 filesystem, so it has a journal and extents |