How to Burn CD/DVD in Linux Using Brasero

Channel: Ubuntu Linux Mint Fedora Debian Linux
Abstract: let us now install Brasero and see how you can burn your CD or DVD in Linux. Install Brasero on Linux System To get startedthere are a couple of appli

Frankly speaking, I cannot recall the last time I used a PC with a CD/DVD drive. This is thanks to the ever-evolving tech industry which has seen optical disks replaced by USB drives and other smaller and compact storage media that offer more storage space such as SD cards.

However, that doesn’t mean that CDs and DVDs are no longer used. A fairly small percentage of users still run old PCs which still support DVD / DC drives. Some of them still deem it fit to burn their files on CDs or DVDs for their own reasons.

[ You might also like: 3 Ways to Create Bootable USB Startup Disk ]

In Linux, there are a couple of applications you can use to burn files on a CD or DVD. But by far the best application to use for burning your files is the Brasero CD / DVD burner.

Brasero is a feature-rich and user-friendly CD/DVD burner that is constantly updated by its developers. At the time of writing this guide, the latest release was in September 2021. Brasero is open-source and completely free to download and install.

In this guide, we will demonstrate how you can burn your CD and DVD in a Linux system using Brasero disc-burning program.

Brasero Key Features

Some of the notable features provided by Brasero include:

  • Copying a CD or DVD on the fly.
  • Copying a CD or DVD o the hard disk.
  • Single-session data DVD support.
  • Burning CD and DVD images and cue files.
  • Device detection.
  • Ability to preview songs, videos, and images.
  • Supports drag and drop of files using Nautilus.
  • Can search for files using keywords and file type.
  • An intuitive and user-friendly GUI.

With that out of the way, let us now install Brasero and see how you can burn your CD or DVD in Linux.

Install Brasero on Linux System

To get started, we need to install Brasero, and to do so, we will run the command:

$ sudo apt-get install brasero     [On Debian, Ubuntu and Mint]
$ sudo yum install brasero         [On RHEL/CentOS/Fedora and Rocky Linux/AlmaLinux]
$ sudo emerge -a app-cdr/brasero   [On Gentoo Linux]
$ sudo pacman -S brasero           [On Arch Linux]
$ sudo zypper install brasero      [On OpenSUSE]    

The command installs Brasero alongside other additional packages and dependencies as shown.

Install Brasero in Linux Mint

Once installed, you can easily launch Brasero. On the terminal simply run Brasero in the background to free the terminal.

$ brasero&

This opens the following GUI window with an array of options shown below.

Brasero Linux Disk Burning Tool Burning CD or DVD Using Brasero

Next, insert your CD or DVD in your DVD ROM drive. This will automatically be detected by Brasero.

Then, click on the ‘Data Project’ option as shown.

Brasero Create Data CD and DVD

On the window that appears, add all the files that you want to burn on the CD or DVD. There are two ways of adding the files to the project window.

You can click on the plus [ + ] button as indicated by the arrow and navigate to your files’ location and add them one by one. The alternative is to select and drag them to the project window – which is the easier of the two as it saves you plenty of time.

Burn Files to CD and DVD

In our setup, we have dragged and dropped a few files as shown below.

Files to Burn CD and DVD

Once you are satisfied with the files you have selected, specify the Drive to write the files to and then click on the ‘Burn’ button to commence burning the files to the CD or DVD.

Burning Files to CD and DVD

Now sit back and wait for the disc-burning process to finish. Once it has finished burning, eject your CD / DVD and close the application.

And that’s how you can easily burn your CD or DVD on a Linux system.

Ref From: tecmint

Related articles