Mounting a CD/DVD Device: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== AIX ==
== AIX ==
# <tt>'''# mount -v cdrfs -r /dev/cd0  /cdrom'''</tt>
* <tt>'''# mount -v cdrfs -r /dev/cd0  /cdrom'''</tt>
Alternatively
-- Alternatively --
# <tt>'''# mount -V cdrfs -o ro /dev/cd0  /cdrom'''</tt>
* <tt>'''# mount -V cdrfs -o ro /dev/cd0  /cdrom'''</tt>

Revision as of 20:17, 29 December 2011

AIX

  • # mount -v cdrfs -r /dev/cd0 /cdrom

-- Alternatively --

  • # mount -V cdrfs -o ro /dev/cd0 /cdrom