Mounting a CD/DVD Device: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
== Further Reading ==
== Further Reading ==
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
[[Category:AIX]]
[[Category:Linux]]

Revision as of 16:21, 5 January 2012

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