.iso in linux???


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers .iso in linux???
# 1  
Old 02-29-2004
.iso in linux???

dear experts
How can I extract the files and install an application that has a postfix of .iso ??? could you please advise what is iso in linux Red hat and what is a file.iso ??
Very Best Regards
# 2  
Old 02-29-2004
Conventionally a .iso file is an image of a ISO9660 Filesystem (CD-ROM Data). These can be either burnt onto a blank CD, or can be mounted via loopback and you can access the data.

There is the possibility that this file may not be a CD image and just have the extension iso, to find out for sure at a terminal change to the directory this file is located and do 'file filename.iso' this will tell you what type of file filename.iso is.
# 3  
Old 02-29-2004
Thanks
It shows data file
# 4  
Old 02-29-2004
This is somewhat from memory, since I don't have a box to test it on at the moment, but you should be able to mount it like this (assuming it's a valid ISO, and you're root):
Code:
# mkdir cdmnt
# mount -t iso9960 -o loop filename.iso cdmnt/

# 5  
Old 02-29-2004
wohh i didnt know you could do that Smilie
well, i had an idea you could but i didnt know how Smilie
# 6  
Old 03-01-2004
Redhat (I don't know about other Distos) also allows you do install via NFS using the ISOs instead of the extracted ISOs. No extraction needed.https://www.redhat.com/docs/manuals/...RK-INSTALL-ISO
# 7  
Old 03-01-2004
Quote:
Originally posted by LivinFree
This is somewhat from memory
LivinFree! Welcome back, man. We missed you... Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

RHEL Linux 6.2 to 7.3 - Bootable iso

Hi All On one of my sandbox machine, I want to replace RHEL 6.2 to RHEL 7.3. I am using both developer editions. rhel-server-7.3-x86_64-dvd.iso ... This is what I have downloaded from Red Hat Enterprise Linux Download | Red Hat Developers My understanding is this file would work as a... (1 Reply)
Discussion started by: videsh77
1 Replies

2. Solaris

Solaris 10 iso CD available?

I'm starting a project to replace the boot drive on my Sparc 10 Ultra running Solaris 10. Apparently, to do this I will need to boot from cdrom after installing the new drive. I went to the Orcale download site but they only have a DVD ISO for Solaris 10. Unfortunately, my machine only has a CD... (12 Replies)
Discussion started by: Michele31416
12 Replies

3. UNIX for Advanced & Expert Users

ISO 88591 file encoding charset in Linux

Hello Experts, please help to provide any insight as I am facing issue migrating java application from hpux to redhat. The java program is using InputStreamReader to read a file without specifying any charset parameter. However, in new Linux Redhat 5.6 environent, when reading a file that... (1 Reply)
Discussion started by: sonic_air
1 Replies

4. Red Hat

How to create a bootable ISO from running Linux box?

Hi All, I have one query on creating bootable ISO. I have installed Centos 5.6 and done few configuration changes which is needed for deploying my App. Later I have deployed my app. Now Centos is up and running in a dedicated box along with my app. Now I want to create the... (3 Replies)
Discussion started by: kalpeer
3 Replies

5. Red Hat

How to make boot.iso image from rhel6 installation dvd iso ?

Hello Everyone, Can anyone let me know how to make minimal boot.iso from rhl6 installation dvd iso image. I have a dvd image with me but i want to make just a minimal boot media. Somehow it is not shipped with dvd iso. I know we can download boot.iso from redhat site but is there any anyway we... (5 Replies)
Discussion started by: Rohit Bhanot
5 Replies

6. Linux

A working bootable Linux XP Desktop 4.0.31 ISO image?

Hi everyone, I want to run on VMWare the Linux XP 2010 Desktop 4.0.31 distro, Iīve downloaded the latest realese from its website (Trustverse Desktop 4.0 RC1 -build 31)-->http://www.linux-xp.com/desktop/download/. Itīs 4.47 GB in size, but when I mount on an ISO software, the size is 2.75GB... (0 Replies)
Discussion started by: cgkmal
0 Replies

7. Red Hat

mounting ISO in linux

Hi Guys, I'm having a bit of trouble and im not sure what is the deal, I'm trying to mount an ISO on my RHEL box and it is not letting me... mount -o loop -t iso9660 /home/bgalante/rhel-5-server-i386-disc3.iso /mnt mount: Not a directory any idea what i am doing wrong? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies
Login or Register to Ask a Question