diff --git a/common/mount.md b/common/mount.md index 69ee6620d7..9ae5b14aa6 100644 --- a/common/mount.md +++ b/common/mount.md @@ -10,7 +10,7 @@ `mount -t {{filesystem_type}} {{path_to_device_file}} {{directory_to_mount_to}}` -- Mount a CD-ROM device (with the filetype ISO9660) to /cdrom +- Mount a CD-ROM device (with the filetype ISO9660) to /cdrom (readonly) `mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}`