LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need help with this (https://www.linuxquestions.org/questions/linux-newbie-8/need-help-with-this-4175534650/)

actinide 02-20-2015 04:24 PM

Need help with this
 
I've just downloaded 5 DVDs that are the certified ethical hacker course
The question how do watch them. I've tried burning them to cd but nothings showing up.

JeremyBoden 02-20-2015 06:48 PM

Read the instructions?
If these are .ISO files you can read them directly.

jstephens84 02-20-2015 07:19 PM

As JeremyBoden pointed out you have 3 options.

1. mount the iso
Code:

# mount -o loop dvd.iso /media
2. write the ISO to a usb drive
Code:

dd if=/path/to/iso.iso of=/dev/sdX bs=1M
3. Write the ISO to dvd using either k3b or brasero.

frankbell 02-20-2015 08:14 PM

If you want to burn them to disk, be sure to use the "Burn ISO" tool in your burning program. If you just burn the *.iso to disk, all you will have is a copy of the *.iso file.

I know. I've done it.:)


All times are GMT -5. The time now is 01:11 AM.