Mounts a filesystem.
fn mount(src: &CStr, dst: &CStr, ty: &CStr, flags: u64, data: &CStr) -> i32
| Name | Description |
|---|---|
| src | The filesystem to mount. |
| dst | Where to mount it. |
| ty | The type of the filesystem. |
| flags | Flags used when mounting the filesystem. |
| data | Filesystem dependent data. |
Returns success or an error value.