(partitionOrMountPoint string)
| 7 | MountTmpfs(mountPoint string, size string) (err error) |
| 8 | MountFilesystem(partitionPath, mountPoint, fstype string, mountOptions ...string) (err error) |
| 9 | Unmount(partitionOrMountPoint string) (didUnmount bool, err error) |
| 10 | |
| 11 | RemountAsReadonly(mountPoint string) (err error) |
| 12 | Remount(fromMountPoint, toMountPoint string, mountOptions ...string) (err error) |
no outgoing calls
no test coverage detected