Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 24, 2024, 06:51:43 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Installation Support
»
reading iso files in Linux
« previous
next »
Print
Pages: [
1
]
Author
Topic: reading iso files in Linux (Read 10523 times)
jerry146
New Member
Posts: 2
reading iso files in Linux
«
on:
January 29, 2004, 05:07:53 AM »
i have a Linux software cd from which i created an iso image of the cd (it was given in the instructions, i created a file named linuxcd.iso). but i don't know how to use that iso image to read the contents of the cd.
can anyone please help with that?
Thank you!.
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
reading iso files in Linux
«
Reply #1 on:
January 29, 2004, 05:54:07 AM »
Well. ISO image is the exact copy of cd stored in HD if you want to read its content , burn it as Image in a CD then you can read it from CD. But you can also mount them..
Also if you burn it as file you can still read it but if it was a bootable image then it will no longer remain bootable..
Logged
dalek
LST CareTaker
Crescent
Posts: 243
reading iso files in Linux
«
Reply #2 on:
January 29, 2004, 05:55:59 AM »
Try this link. www.linuxiso.org and look on the left. There are a couple of links on the left. May help.
Later
Logged
dalek
LST CareTaker
Crescent
Posts: 243
reading iso files in Linux
«
Reply #3 on:
January 29, 2004, 06:34:12 AM »
I thought of this after my last post. Make sure you have that thing set to burn, not simulate the burn. I did that once. It looks just like it is buring but it is not.
That link I posted above will have details on the program you are using. It is usually in the screen that comes up when you select burn and just before it actually starts.
It fooled me a few times.
Later
Logged
neo
Linux Learner
Posts: 125
reading iso files in Linux
«
Reply #4 on:
January 29, 2004, 05:59:29 PM »
man u have to mount it on a directory use the command if the directory is /mnt/image
Code:
[Select]
mount *****.iso -o loop /mnt/image
u will be able to mount it
then cd /mnt/image
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Installation Support
»
reading iso files in Linux