From 627b9d5694e97e4e07ca7383dcb834d5244de499 Mon Sep 17 00:00:00 2001 From: Marty Penner Date: Thu, 27 Feb 2014 16:05:48 -0500 Subject: [PATCH] Ensure the CD-mounting example description tells the user it will mount readonly --- common/mount.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}`