How to eject a cd/dvd in Linux if the eject button dosen’t works.
It sometimes happens that when you press the eject button of the DVD/CD drive, nothing happens. You can eject the disk only by rebooting the system. But you can eject the disk without a system reboot by the following methods.
Simply right click on the CD/DVD icon on your desktop and select the Eject/Unmount option. If even this does not work , then run the following command:
$ df
Shown below is a sample output for the above command:
/dev/hda6 11079832 6788525 365286 66% /tmp
“ ” ” ” ” ”
/dev/hdc 693064 693064 0 100% /media/LFYCD_March08
This tells us that /dev/hdc is our CD/DVD-ROM drive. Now use the following command as the root.
# fuser -km /dev/hdc
Now you should be able to eject your Disk
1 Comment to “How to eject a cd/dvd in Linux if the eject button dosen’t works.”
Post comment
12MP administrator bash bashrc calculator camera cd/dvd cfs error change IP cPanel csf csf iptable csf vps DKIM dkim spam eject eject linux execution time exim fake orkut FTP ftp error hacking history IP iptable error Linux linux disc Notepad Tricks open source orkut phishing password private folder in windows pro-ftp pure-ftp recover password Red Hat reset administrator password samsung secret folder Teiid time of command time out error Windows windows tricks
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
Recent Posts
- lvreduce and lvextent a Linux partition, a quick “howto”!
- Fix Toshiba battery issue for Linux
- How to enable DKIM in cPanel server.
- Exim: remove mails in queue from a particular sender.E
- OpenVZ network down SIOCADDRT: Network is unreachable
- How to configure NAT with iptables on a VPS.
- How to disable gzip output on lightspeed server accounts
- Find Linux OS is 32 or 64bit.
- songbird! iTunes for Ubuntu
- How to Hide Text in Notepad !!
- How to transfer a cPanel account to DirectAdmin.
- System User Account in Windows XP !!
- Configure Windows XP to Automatically Login!
- How to change Linux root password temporarily.
- How to install winrar for Linux




You can also use the eject command to eject the disk from the drive.