X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfs-actions.pod;h=2a3d62db76bf8e0472025bb0616a8134b49a64ee;hb=f0624da341ceadf637c700fa91727707bd44b41a;hp=c8a607768e1a8dae9731aec21d5b24c5f83cbe6c;hpb=55bf8fd622e9f84364b505db6591ace3ec2b5447;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index c8a6077..2a3d62d 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -15,6 +15,12 @@ first be mounted on C before others can be mounted. Other filesystems can only be mounted on directories which already exist. +The mounted filesystem is writable, if we have sufficient permissions +on the underlying device. + +The filesystem options C and C are set with this +call, in order to improve reliability. + This function return 0 on success or -1 on error. =head2 guestfs_sync @@ -35,7 +41,7 @@ This function return 0 on success or -1 on error. const char *path); Touch acts like the L command. It can be used to -update the filesystems on a file, or, if the file does not exist, +update the timestamps on a file, or, if the file does not exist, to create a new zero-length file. This function return 0 on success or -1 on error.