April 19, 2024, 12:29:43 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: reading iso files in Linux  (Read 6949 times)

Offline 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!.

Offline 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..

Offline 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

 :D  :D  :D  :D

Offline 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

 :D  :D  :D  :D

Offline neo

  • Linux Learner
  • ***
  • Posts: 125
    • http://www.investorsgain.com
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