Code: Select all
dd if=/dev/sr0 of=~/name.cd.img status=progress conv=noerror,notrunc,sync
Code: Select all
mount ~/name.cd.img /mnt
Code: Select all
dd if=/dev/sr0 of=~/name.cd.img status=progress conv=noerror,notrunc,sync
Code: Select all
mount ~/name.cd.img /mnt