pub fn launch(
mapping_address: GuestAddress,
vm_memory_client: VmMemoryClient,
device_tube: Tube,
path: &Path,
ugid: &(Option<u32>, Option<u32>),
ugid_map: (&str, &str),
builder: Builder,
jail_config: &Option<JailConfig>
) -> Result<Pid>
Expand description
Starts a process to create an ext2 filesystem on a given shared memory region.