Network Install Http RHEL working with ISOs

Kristian Hermansen kristian.hermansen-Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org
Sun May 20 20:13:58 EDT 2007


On 5/20/07, sgoldman <sgoldman-3s7WtUTddSA at public.gmane.org> wrote:
>         I don't understand the process extracting the ISO images from the disk - I have the cdrom mounted  "ro" if someone has a minute.. I'd appreciate it -

Your question is a little ambiguous, however...

Make an ISO from a CD/DVD?
$ dd if=/dev/cdrom of=/tmp/mydisc.iso

Extract files from an ISO?
$ mkdir /tmp/mydisc /tmp/myfiles
$ sudo mount -o loop mydisc.iso /tmp/mydisc
$ cp /tmp/mydisc/afile.txt /tmp/myfiles/
-- 
Kristian Hermansen

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.






More information about the Discuss mailing list