Ubuntu 20.04 Adding DVD Drive

Ubuntu 20.04 Minimal Install

Command to add a CD or DVD Drive

Install the udftools and hwinfo:

# apt-get install udftools hwinfo

Get cdrom or dvdrom info:

# hwinfo --cdrom

Device should me /dev/sr0

Mount the DVD Drive:

# mount /dev/sr0 /media