Mounting a CD/DVD Device

From UNIX Systems Administration
Revision as of 15:12, 5 January 2012 by Michael Kohler (talk | contribs)
Jump to navigation Jump to search

AIX

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

-- Alternatively --

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

Linux

  • # mount -t iso9660 /dev/cdrom /cdrom

Further Reading

  1. IBM pSeries and AIX Information Center