"sudo lsof" is a better choice than top since it will list the applications with open files. If you know the name of the mount point like /mnt/cdrom you can use "sudo lsof | grep cdrom" to extract...