iso:create_iso_from_cd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
iso:create_iso_from_cd [2017/03/31 10:24] – peter | iso:create_iso_from_cd [2019/11/29 18:09] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ISO - 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 | ||
- | </ | ||
iso/create_iso_from_cd.1490955865.txt.gz · Last modified: 2020/07/15 09:30 (external edit)