Mounting a CD/DVD Device: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
-- Alternatively --
-- Alternatively --
* <tt>'''# mount -V cdrfs -o ro /dev/cd0  /cdrom'''</tt>
* <tt>'''# mount -V cdrfs -o ro /dev/cd0  /cdrom'''</tt>
== Linux ==
* <tt>'''# mount -t iso9660 /dev/cdrom /cdrom'''</tt>


== 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]

Revision as of 15:12, 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