diff --git a/pages/common/mount.md b/pages/common/mount.md index 257a78a9fe..fce9c6f4c7 100644 --- a/pages/common/mount.md +++ b/pages/common/mount.md @@ -15,6 +15,10 @@ `mount --mkdir {{path/to/device_file}} {{path/to/target_directory}}` +- Mount a device to a directory for a specific user: + +`mount -o uid={{user_id}},gid={{group_id}} {{path/to/device_file}} {{path/to/target_directory}}` + - Mount a CD-ROM device (with the filetype ISO9660) to `/cdrom` (readonly): `mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}`