Home

How to Use CDs and DVDs with Linux

|
Updated:  
2016-03-26 22:09:17
|
From The Book:  
No items found.
Fedora Core Linux 5 Multipack For Dummies
Explore Book
Buy On Amazon

Just because you’re using open-source Linux as your operating system is no reason to think you can’t play CDs or watch DVDs on your computer. To access or remove disks, just follow these procedures:

To access your CDs/DVDs:

  • If you’re in the GUI, the media should be automatically detected.

  • On the command line, start by typing mount /media/cdrom. If this doesn’t work, look in the /media directory. You may need to use /media/cdrecorder, /media/dvdrecorder, or some other variant.

To remove your CDs/DVDs:

  • In the GNOME desktop, right-click the CD icon and select Eject from the context menu. If you're using the KDE desktop, select the Device Notifier icon in the Panel, then select the CD icon to eject.

  • On the command line, type umount /media/cdrom, or change cdrom to whatever you had to use to mount the item.

About This Article

This article is from the book: 

No items found.

About the book author:

Richard Blum has more than 30 years of experience as a systems administrator and programmer. He teaches online courses in PHP, JavaScript, HTML5, and CSS3 programming, and authored the latest edition of Linux For Dummies.