Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-13-2003, 07:22 PM
|
#1
|
LQ Newbie
Registered: Jan 2003
Location: Berlin NH USA
Distribution: debian, redhat, others
Posts: 12
Rep:
|
What is an ISO image?
What is an ISO image? I can't find anything that defines
what it is, what it does, and how it's used.
|
|
|
01-13-2003, 07:35 PM
|
#2
|
LQ Guru
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613
Rep:
|
http://www.iso.ch/iso/en/ISOOnline.openerpage
Quickie:
It's an image file containing many files, similar to a zip file. iso's are usually used to create bootable cd's.
Cool
|
|
|
01-13-2003, 07:38 PM
|
#3
|
Member
Registered: Aug 2001
Location: Kingsport, TN
Distribution: RHEL & FC
Posts: 267
Rep:
|
Usually it's a copy of an entire CD in a file that can be used to pretty much exactly recreate the original CD.
# dd if=/dev/hdd of=filename
Would create an ISO image of /dev/hdd assuming that's the device of a CD-ROM to file "filename". Various Linux CD burning software can burn them back to a CD for you or even Windows apps like EZ CD Creator or NERO, etc... Generally this method copies tracks and sectors and cares not about filesystems. A Windows PC can copy a Linux CD this way even if it knows nothing about Linux (ISO 9660 CD format is compatible with both OSes).
|
|
|
01-13-2003, 07:41 PM
|
#4
|
Member
Registered: May 2002
Location: AK - The last frontier.
Distribution: Red Hat 8.0, Slackware 8.1, Knoppix 3.7, Lunar 1.3, Sorcerer
Posts: 771
Rep:
|
The universal standard filesystem for data CDs.
The word ISO is commonly used to refer to the iso9660 standard. Different vendors have implemented extensions to the standard ( High Sierra, Rock Ridge, MS Joliet to name a few )
More info at :
http://www.tldp.org/HOWTO/Filesystems-HOWTO.html#toc8
The best way to store a CD filesystem in your hard-disk is to make an iso image of it ( one file - max size 670 MB or so ) . This makes it convenient to lay it on a fresh CDROM should the need arise. Most Linux installations are distributed as ISO images that you can download and burn to CDs.
|
|
|
01-13-2003, 09:04 PM
|
#5
|
LQ Newbie
Registered: Jan 2003
Location: Berlin NH USA
Distribution: debian, redhat, others
Posts: 12
Original Poster
Rep:
|
OK, I get the idea. Thanks , all.
|
|
|
All times are GMT -5. The time now is 01:59 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|