X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfish-actions.pod;h=7cf78d03e1589df081094bb5b25528cdde1f0011;hb=8261323786f5cfa2f9d71d79b4ae8065352eae2b;hp=4ff574fbdb6734a810f4954fada7c5b825d60a61;hpb=228e71fe10128c6f91a6935e6b148c49801bb17f;p=libguestfs.git diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 4ff574f..7cf78d0 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -678,6 +678,29 @@ on the underlying device. The filesystem options C and C 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 command, but it +allows you to set the mount options as for the +L I<-o> flag. + +=head2 mount-ro + + mount-ro device mountpoint + +This is the same as the C 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 command, but it +allows you to set both the mount options and the vfstype +as for the L I<-o> and I<-t> flags. + =head2 mounts mounts