Mount the filesystem read-only.
const MOUNT_READ_ONLY: MountFlags = MountFlags(MS_RDONLY);
mount(2) and MS_RDONLY therein