CD - Mount a CD/DVD



  • Note: Some windows managers automatically mount cds and dvds
    AIX

    # mount -rv cdrfs /dev/cd0 /cdrom
    

    or automatically via configuration of cdromd daemon, which uses configuration file /etc/cdromd.conf, daemon is managed via System Resource Controller

    # cdmount
    # cdumount
    # cdutil
    

    HP-UX
    For HP-UX 11.00: Install patches PHCO_26449, PHKL_26448, and PHKL_26450
    For HP-UX 11i (11.11): install patches PHCO_25841, PHKL_26269, and PHKL_28025
    Use ioscan to find out your cd

    # mount -F cdfs -o rr /dev/dsk/cxtydz /SD_CDROM
    

    can try following, assuming /cdrom mount point exists.

    # mount /dev/dsk/cxtydz /cdrom
    

    Solaris
    Use iostat -En to find your cdrom/dvd device

    # mount -r -F hsfs /dev/dsk/cxtydzs2 /cdrom
    

    or automatically via the vold daemon which has a configuration file /etc/vold.conf, controlled by SMF under solaris 10, and legacy scripts pre solaris 10


Log in to reply
 

© Lightnetics 2024