diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-03 22:45:42 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-03 22:45:42 +0100 |
commit | b72ec21d24824720385c9cd024b7f1eae734f4a4 (patch) | |
tree | c4c84d2e3a66011bc38fe68e4fdce22c77d9d550 /guestfs-actions.pod | |
parent | 99bd425a0a8fb02c27e0c22b32dafa804773a7b1 (diff) | |
download | libguestfs-b72ec21d24824720385c9cd024b7f1eae734f4a4.tar.gz libguestfs-b72ec21d24824720385c9cd024b7f1eae734f4a4.tar.xz libguestfs-b72ec21d24824720385c9cd024b7f1eae734f4a4.zip |
Small updates to the generator.
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r-- | guestfs-actions.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/guestfs-actions.pod b/guestfs-actions.pod index c8a60776..f1ef3320 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<sync> and C<noatime> are set with this +call, in order to improve reliability. + This function return 0 on success or -1 on error. =head2 guestfs_sync |