Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
Subject: application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
Subject: X Windows problem (xauth)
Subject: Upgrading openoffice 1 1 rpm
Subject: FTP: connection refused
Subject: FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
Subject: broadcom network interface
make mrproper
Couldn 't open PID file /var/run/named/named pid Permission denied
sendmail configuration on redhat
kernel 2 6 and /dev/sound/mixer not found
Subject: Promise 378 controller
Subject: Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
Subject: Lotus Notes under Wine
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
/etc/security/limits conf question
Intel E/1000 driver
rpm database corrupt
Command stream end of file while reading
qla2300 modules
 
what is an image

what is an image

2005-07-16       - By Martin Stricker

 Back
Reply:     1     2     3  

13200178 Hendra Tampang Allo wrote:
>
> Hi friends, i am sorry i am a newbie. I still don't understand what
> image means.For example, what does boot image mean?

In this case, it means an image of a filesystem. It is a file which
contains the whole structure and files of a complete filesystem. On
Unix-like operating systems (like Linux) you can look into it (and even
change the content!) by mounting it onto the loopback device (notz to be
confused with the loopback interface which is the computer's own network
interface and always has the IP address 127.0.0.1). Look at "man mount"
and search for the option -o loop.

Filesystem images are mostly used for bootable media, because to be
bootable the filesystem on the bootable media (floppy, harddisk, CD
etc.) needs to have a bootloader in its master boot record (MBR). The
MBR is a special place and cannot be written with normal methods (it is
not accessible by normal programs). That means: If you make a copy of
all files from a bootable floppy to a blank floppy, that copied floppy
is *not* bootable - the MBR has not been copied (and even if the boot
would fail, because the location of the files on the floppy are not
identical - booting is quite complicated and difficult). So the easiest
way to send bootable meadia is to create an image of the filesystem,
because that is an *exact* copy of everything including the MBR, and
everything stays at exactly the same place.

Most commonly you will see floppy images and ISO images, the latter are
either for CDs or DVDs (depending on the size). As a side note, every
bootable CD and DVD contains a bootable floppy image, because for
booting the CD/DVD drive acts like a floppy drive (that was easier to
implement than to invent a new way of booting). So if you want to create
a bootable CD, you need a bootable floppy image and tell your CD burning
software about it (on Linux it is mkisofs -b option, and mkisofs creates
an ISO image).

To write a boot image onto a floppy, you can use dd on Linux or rawrite
on Windows. To write an ISO image onto a CD or DVD you need to tell your
burning software that you want to burn an image. You cannot write an
image as a file to a medium, because it's not a file but a filesystem.

I hope that helps and is not too complicated!

Best regards,
Martin Stricker
--
Homepage: http://www.martin-stricker.de/
Linux Migration Project: http://www.linux-migration.org/
Red Hat Linux FedoraCore3 for low memory: http://www.rule-project.org/
Registered Linux user #210635: http://counter.li.org/

--
Shrike-list mailing list
Shrike-list@(protected)
https://www.redhat.com/mailman/listinfo/shrike-list