Mounting a CD/DVD Device: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== AIX == # <tt>'''# mount -v cdrfs -r /dev/cd0 /cdrom'''</tt> Alternatively # <tt>'''#mount -V cdrfs -o ro /dev/cd0 /cdrom'''</tt>")
 
No edit summary
Line 2: Line 2:
# <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:08, 29 December 2011

AIX

  1. # mount -v cdrfs -r /dev/cd0 /cdrom

Alternatively

  1. # mount -V cdrfs -o ro /dev/cd0 /cdrom