diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-22 21:02:49 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-22 21:02:49 +0100 |
commit | 79cdf81e2fb717ea4372a55170d16800cdbddf23 (patch) | |
tree | 42b91b69ef02a17c49de10944d249526d63698f6 /guestfish-actions.pod | |
parent | d7ffe439e8ec5304a1a2d1eb591d348c4ab84f38 (diff) | |
download | libguestfs-79cdf81e2fb717ea4372a55170d16800cdbddf23.tar.gz libguestfs-79cdf81e2fb717ea4372a55170d16800cdbddf23.tar.xz libguestfs-79cdf81e2fb717ea4372a55170d16800cdbddf23.zip |
Generated code for new mount_* commands.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 4ff574fb..7cf78d03 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -678,6 +678,29 @@ on the underlying device. The filesystem options C<sync> and C<noatime> are set with this call, in order to improve reliability. +=head2 mount-options + + mount-options options device mountpoint + +This is the same as the C<mount> command, but it +allows you to set the mount options as for the +L<mount(8)> I<-o> flag. + +=head2 mount-ro + + mount-ro device mountpoint + +This is the same as the C<mount> command, but it +mounts the filesystem with the read-only (I<-o ro>) flag. + +=head2 mount-vfs + + mount-vfs options vfstype device mountpoint + +This is the same as the C<mount> command, but it +allows you to set both the mount options and the vfstype +as for the L<mount(8)> I<-o> and I<-t> flags. + =head2 mounts mounts |