cd:create_iso_from_cd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cd:create_iso_from_cd [2017/03/31 10:21] – peter | cd:create_iso_from_cd [2019/11/26 21:28] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== CD - Create ISO from CD ====== | ||
- | |||
- | ===== Using dd ===== | ||
- | |||
- | <code bash> | ||
- | dd if=/ | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | You must have permission to access the drive directly using **dd**. | ||
- | |||
- | When creating an ISO file, the device must not be mounted. | ||
- | < | ||
- | umount /dev/cdrom | ||
- | </ | ||
- | </ | ||
- | |||
- | |||
- | ===== Using cat ===== | ||
- | |||
- | <code bash> | ||
- | cat /dev/scd0 > cdrom_image.iso | ||
- | </ | ||
cd/create_iso_from_cd.1490955719.txt.gz · Last modified: 2020/07/15 09:30 (external edit)