mount_options


Description:

[ Version ( since = "1.0.10" ) ]
public bool mount_options (string options, string mountable, string mountpoint) throws Error

mount a guest disk with mount options

This is the same as the mount command, but it allows you to set the mount options as for the mount(8) *-o* flag.

If the options parameter is an empty string, then no options are passed (all options default to whatever the filesystem uses).

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error