In this tutorial you will learn how burn ISO image to DVD using Ubuntu 20.04 Focal Fossa Linux desktop.
In this tutorial you will learn:
- How to burn ISO to DVD from a graphical user interface on Ubuntu 20.04
- How to install Brasero ISO burning application
- How to check the content of burned DVD
Software Requirements and Conventions Used
| Category | Requirements, Conventions or Software Version Used |
|---|---|
| System | Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa |
| Software | Brasero |
| Other | Privileged access to your Linux system as root or via the sudo command. |
| Conventions |
# – requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command$ – requires given linux commands to be executed as a regular non-privileged user |
Ubuntu 20.04 Burn ISO to DVD step by step instructions
- Check your system whether it supports DVD burning. Start by opening a terminal window and execution of the bellow command:
$ cat /proc/sys/dev/cdrom/info
👁 hardware device which supports DVD write
Your system should have at least one hardware device which supports DVD write. Check the output and look forCan write DVD-R. The integer1means that the DVD write is supported. - Next, download the ISO image you wish to burn. As an example, in this tutorial, we will burn downloaded Ubuntu 20.04 ISO image.
-
-
-
-
👁 enter sudo user password
Enter your username and password. Your user needs to belong to sudo administrative group. -
👁 open iso image with brasero dvd burner
Insert blank DVD and use the File Manager to locate the ISO image you wish to burn to DVD. Right click on the ISO image file and selectOpen With Brasero. -
👁 Insert blank DVD and select it to write the ISO image to
Select the blank DVD to write the ISO image to. Once ready hit theBurnbutton. -
-
👁 ISO image is successfully burned to DVD disc
You should see aSuccessmessage once the ISO image is successfully burned to DVD disc. -
👁 Use file manager to check the content of your freshly burned DVD disc
Use file manager to check the content of your freshly burned DVD disc.
