public inbox for rhdb@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Overholt <overholt@redhat.com>
To: Paul Leung <dragonpath@hotmail.com>
Cc: dbhole@redhat.com, rhdb@sources.redhat.com
Subject: Re: RHDB 2.1 ISO not working
Date: Fri, 10 Jan 2003 15:24:00 -0000	[thread overview]
Message-ID: <20030110152403.GE21993@redhat.com> (raw)
In-Reply-To: <F244z6TqJQUYDHUrIIv0002b679@hotmail.com>

Paul Leung once said:
> I downloaded the iso from a mirror in hawaii into my windows machine.  I 
> burned it at 6x speed with my HP burner and EasyCD Creator software.  I 
> then tried to use it on my Redhat 8.0 machine.

I'm willing to bet that it was the fault of EasyCD Creator.

> The weird stuff that I found on the cd are these:
> The "Install" scripts were named "install" with a lowercase i.
> The "RHL-7.3" and "RHL-8.0" directories were in lowercase and they had a 
> underline instead of a hyphen.
> I also think I saw that the execute permission was missing from all files 
> and directories.

Yes, I think this was caused by your burning software.  Can you get burning
working under Red Hat Linux?  Alternatively, is your ISO accessible on a
hard disk to your RH installation?  If so, you could just mount it on
loopback:

(do everything beginning with a `#' as root)

# mkdir /mnt/rhdb
# mount -o ro,loop <isofilename> /mnt/rhdb

Where <isofilename> should be replaced with the full path to the RHDB 2.1
ISO file.

The first option (burning under Red Hat) can be accomplished with:

# cdrecord -scanbus

this will display the current recording devices available.
Pick the SCSI ID of the CD writer ... it will be something like:

scsibus0:
        0,0,0     0) '        ' 'CD-R/RW RW7080A ' '1.10' Removable CD-ROM
        0,1,0     1) 'ASUS    ' 'DVD-ROM E608    ' '1.40' Removable CD-ROM

where 0,0,0 is the one I want.  Put a blank CD in your burner and:

# cdrecord dev=0,0,0 rhdb21-i386.iso

This should burn the ISO properly.  Let us know what happens.

> Thanks for helping me.  I've been a windows slave for a long time and when 
> I started using linux, the first thing that hit me was how great linux 
> people are with help and support.  When I get good enough at linux, I'll 
> pay it forward.

Glad to hear it!

Andrew

  reply	other threads:[~2003-01-10 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-10  5:43 Paul Leung
2003-01-10 15:24 ` Andrew Overholt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-01-12  5:48 Paul Leung
2003-01-12 17:40 ` Fernando Nasser
2003-01-13 16:49   ` Patrick Macdonald
2003-01-10  6:19 Paul Leung
2003-01-09 21:55 Fred New
2003-01-09 13:58 George T. Gibson
2003-01-09  4:33 Paul Leung
2003-01-09 18:19 ` Deepak Bhole

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030110152403.GE21993@redhat.com \
    --to=overholt@redhat.com \
    --cc=dbhole@redhat.com \
    --cc=dragonpath@hotmail.com \
    --cc=rhdb@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).