cd:finalize_a_disk
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cd:finalize_a_disk [2017/03/31 11:17] – peter | cd:finalize_a_disk [2019/11/26 21:33] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CD - Finalize a disk ====== | ||
- | CD: | ||
- | |||
- | <code bash> | ||
- | cdrecord -fix -dev=/ | ||
- | </ | ||
- | |||
- | |||
- | DVD: | ||
- | |||
- | <code bash> | ||
- | cdrecord -fix -dev=/ | ||
- | </ | ||
- | |||
- | |||
- | <WRAP warning> | ||
- | 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: <code bash> sudo umount / | ||
- | </ |
cd/finalize_a_disk.1490959043.txt.gz · Last modified: 2020/07/15 09:30 (external edit)