How to mount cdrom's in aix?



  • Device device name is normally /dev/cd0, To mount a cdrom using the CLI command line interface do:

    # mount -o ro -v cdrfs /dev/disk-device /cdrom
    eg: 
    # mount -o ro -v cdrfs /dev/cd0 /cdrom
    

    To mount the cdrom remotely, run the following on the local system where you have cdrom mounted

    # exportfs -v -r /cdrom
    

    Where "remote-host" is the name of your host, run the mount command this way:

    # mount -o ro -v cdrfs /cdrom remote-host:/cdrom
    

Log in to reply
 

© Lightnetics 2024