|
Written by Amanatullah khalil
|
|
Sunday, 24 May 2009 |
|
This is the way via software to eject a cdrom under freebsd For ATA (IDE/EIDE) cdroms the device is /dev/acd0c and the command looks like this: cdcontrol -f /dev/acd0c eject For SCSI cdroms the device is /dev/cd0c and the command would be: cdcontrol -f /dev/cd0c eject I do not have a usb cdrom so I am not sure what that one would look like. Please post a comment if you have seen that one. courtesy http://www.tech-recipes.com/rx/343/eject-a-cdrom-in-freebsd/
|