mount_vfs
Description:
[ Version ( since = "1.0.10" ) ]
public bool mount_vfs (string options, string vfstype, string mountable, string mountpoint) throws Error
public bool mount_vfs (string options, string vfstype, string mountable, string mountpoint) throws Error
mount a guest disk with mount options and vfstype
This is the same as the mount command, but it allows you to set both the mount options and the vfstype as for the mount(8) *-o* and *-t* flags.
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |