Mounting a CD/DVD Device

From UNIX Systems Administration
Revision as of 20:08, 29 December 2011 by Michael Kohler (talk | contribs) (Created page with "== AIX == # <tt>'''# mount -v cdrfs -r /dev/cd0 /cdrom'''</tt> Alternatively # <tt>'''#mount -V cdrfs -o ro /dev/cd0 /cdrom'''</tt>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AIX

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

Alternatively

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