On Wed, 17 May 2000, Manuel A. Camacho Q. wrote:

> I just got a CD-ROM with GNU archives from LinuxMall. But, when I mount
> the CD, there is only one big file called sourceIT_1_5.iso .
> 
> I have no idea how to decompress or extract the archives. Can somebody
> help me?
> 
> Thanks a lot.
> 
> Regards,
> 
> -Manuel.
> 
Well, if it is realy an ISO image, one way to do it is to use something
like this as root:

insmod loop
mkdir /mnt/ISO
mount -o loop /mnt/cdrom/sourceIT_1_5.iso /mnt/ISO
 
The CD ROM files should now be accessable in /mnt/ISO.

Mikkel  
--
    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to