ubuntu:cd:finalize_a_disk
Ubuntu - CD - Finalize a disk
CD:
cdrecord -fix -dev=/dev/cdrw
DVD:
cdrecord -fix -dev=/dev/dvdrw
You may get the following error if the disk is mounted:
Error trying to open /dev/cdrw exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/cdrw exclusively (Device or resource busy)... retrying in 1 second. Error trying to open /dev/cdrw exclusively (Device or resource busy)... retrying in 1 second.
Unmount the device first:
sudo umount /media/CDROM
ubuntu/cd/finalize_a_disk.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1