Software >> OS >> Unix >> How to use CDROM on unix/linux


1.      insert CD into drive
2.      # mount /dev/cdrom /mnt/cdrom
3.      use the files in /mnt/cdrom as required
4.      # umount /mnt/cdrom