Ensure the CD-mounting example description tells the user it will mount readonly
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
`mount -t {{filesystem_type}} {{path_to_device_file}} {{directory_to_mount_to}}`
|
`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}}`
|
`mount -t {{iso9660}} -o ro {{/dev/cdrom}} {{/cdrom}}`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user