Complete.Org: Mailing Lists: Archives: discussion: November 2001:
[aclug-L] Re: RedHat 7.2
Home

[aclug-L] Re: RedHat 7.2

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: <discussion@xxxxxxxxx>
Subject: [aclug-L] Re: RedHat 7.2
From: "Dustin" <dustin@xxxxxxxxxxxxxx>
Date: Thu, 15 Nov 2001 22:12:01 -0600
Reply-to: discussion@xxxxxxxxx

another way would be:

mkdir /mnt/redhat/1 /mnt/redhat/2
mount -o loop enigma-i386-disk1.iso /mnt/redhat/1
mount -o loop enigma-i386-disk2.iso /mnt/redhat/2

that is, if you haven't burned it yet...
what I ended up doing at work is mounting the disks on one of our ftp
servers and creating a net install disk, then giving the IP and directory of
the ftp server in the install... 100Mb ethernet is a *heck* of a lot faster
than a cdrom drive it seems :)

-Dustin

-----Original Message-----
From: discussion-bounce@xxxxxxxxx [mailto:discussion-bounce@xxxxxxxxx]On
Behalf Of David Wiebe
Sent: Thursday, November 15, 2001 9:28 PM
To: discussion@xxxxxxxxx
Subject: [aclug-L] Re: RedHat 7.2

This is from memory and .bash_history, so your mileage may vary:
        mount /dev/cdrom /mnt/cdrom
        losetup /dev/loop0 /mnt/cdrom/*.iso
        mount /dev/loop0 /mnt/Loop
        cd /mnt/Loop

Dave
-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi

-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]