Module rustix::mount::mount_unmount
source · Expand description
Linux mount
.
Functions§
mount(source, target, filesystemtype, mountflags, data)
mount2(source, target, filesystemtype, mountflags, data)
mount(source, target, NULL, MS_BIND, NULL)
mount(NULL, target, NULL, mountflags, NULL)
mount(source, target, NULL, MS_MOVE, NULL)
mount(source, target, NULL, MS_BIND | MS_REC, NULL)
mount(NULL, target, NULL, MS_REMOUNT | mountflags, data)
umount2(target, flags)