Backup restore system CDs/DVDs to an .iso file using Brasero.
STEP 1:
Run Brasero.
STEP 2:
Click Disk copy.
STEP 3:
In the Select to disc to write to drop down box, change this to Image file. This will tell Brasero to save the file as an .iso file instead of burning to a new disc.
STEP 4:
Click Copy.
STEP 5:
Perform MD5SUM on .iso file and original CD/DVD to ensure you have a good copy. Open terminal (see example below).
user@zorin:~$ md5sum HP_S7620N-DVD01.iso
f2df81f5a7f419a6d0f726a8351e0d46 HP_S7620N-DVD01.iso
user@zorin:~$ md5sum /dev/cdrom
f2df81f5a7f419a6d0f726a8351e0d46 /dev/cdrom
user@zorin:~$
user@zorin:~$ md5sum HP_S7620N-DVD02.iso
1e2a32f316caf2906a3b4940f80cb1bd HP_S7620N-DVD02.iso
user@zorin:~$ md5sum /dev/cdrom
1e2a32f316caf2906a3b4940f80cb1bd /dev/cdrom
user@zorin:~$
user@zorin:~$ md5sum HP_S7620N-DVD03.iso
e5922212b8cc7f32cae736f407e092de HP_S7620N-DVD03.iso
user@zorin:~$ md5sum /dev/cdrom
e5922212b8cc7f32cae736f407e092de /dev/cdrom
user@zorin:~$
For more details about MD5SUM, see link below:
https://help.ubuntu.com/community/HowToMD5SUM
For more details about MD5SUM, see link below:
https://help.ubuntu.com/community/HowToMD5SUM
No comments:
Post a Comment