mount_9p
Description:
[ Version ( since = "1.11.12" ) ]
public bool mount_9p (string mounttag, string mountpoint, Mount9P? optargs) throws Error
public bool mount_9p (string mounttag, string mountpoint, Mount9P? optargs) throws Error
mount 9p filesystem
Mount the virtio-9p filesystem with the tag mounttag
on the directory mountpoint
.
If required, "trans=virtio" will be automatically added to the options. Any other options required can be passed in the optional options
parameter.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsMount9P containing optional arguments |
Returns:
true on success, false on error |