mount_loop


Description:

[ Version ( since = "1.0.54" ) ]
public bool mount_loop (string file, string mountpoint) throws Error

mount a file using the loop device

This command lets you mount file (a filesystem image in a file) on a mount point. It is entirely equivalent to the command "mount -o loop file mountpoint".

Parameters:

this

A GuestfsSession object

Returns:

true on success, false on error