X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=fish%2Fguestfish.pod;h=98286d188e8966aec91cdd591ad08bbaa65a6d3c;hp=abf6d7ac08b851305f84e2e6241cc2435ca2707b;hb=4e529e06a4500959cd783f5029354fea47a253a6;hpb=a20e5c00c35490fa29668630113a01240a69b701 diff --git a/fish/guestfish.pod b/fish/guestfish.pod index abf6d7a..98286d1 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -299,9 +299,9 @@ L below. Connect to a live virtual machine. (Experimental, see L). -=item B<-m dev[:mountpoint]> +=item B<-m dev[:mountpoint[:options]]> -=item B<--mount dev[:mountpoint]> +=item B<--mount dev[:mountpoint[:options]]> Mount the named partition or logical volume on the given mountpoint. @@ -318,8 +318,17 @@ filesystems and LVs available (see L, L and L commands), or you can use the L program. -Using this flag is mostly equivalent to using the C -command or the C command if the I<--ro> flag was given. +The third (and rarely used) part of the mount parameter is the list of +mount options used to mount the underlying filesystem. If this is not +given, then the mount options are either the empty string or C +(the latter if the I<--ro> flag is used). By specifying the mount +options, you override this default choice. Probably the only time you +would use this is to enable ACLs and/or extended attributes if the +filesystem can support them: + + -m /dev/sda1:/:acl,user_xattr + +Using this flag is equivalent to using the C command. =item B<-n>