Eject & Load CDROM in Ubuntu from Terminal


To eject, type the following code in the terminal :-

eject cdrom

And to insert the tray back type the following code in the terminal :-

eject -t cdrom

Leave a comment