diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-15 13:59:07 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-15 13:59:07 +0100 |
commit | ad5abc8d367c9c410051062cae066b1b141b4c76 (patch) | |
tree | 9b22bc0900d83ac5a79a8bed7c3283f2fc742536 /guestfish-actions.pod | |
parent | d5ae4a54e83018687ec05255bc39e7f5ab71a453 (diff) | |
download | libguestfs-ad5abc8d367c9c410051062cae066b1b141b4c76.tar.gz libguestfs-ad5abc8d367c9c410051062cae066b1b141b4c76.tar.xz libguestfs-ad5abc8d367c9c410051062cae066b1b141b4c76.zip |
Generated code for tune2fs-l command and RHashtable return type.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index e240f499..28f9559c 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -631,6 +631,18 @@ Touch acts like the L<touch(1)> command. It can be used to update the timestamps on a file, or, if the file does not exist, to create a new zero-length file. +=head2 tune2fs-l + + tune2fs-l device + +This returns the contents of the ext2 or ext3 filesystem superblock +on C<device>. + +It is the same as running C<tune2fs -l device>. See L<tune2fs(8)> +manpage for more details. The list of fields returned isn't +clearly defined, and depends on both the version of C<tune2fs> +that libguestfs was built against, and the filesystem itself. + =head2 umount | unmount umount pathordevice |