CD-ROM Partitions?

  • Thread starter Thread starter Albretch
  • Start date Start date
A

Albretch

Is there (or could there be) such things as CD-ROM partitions?

I know CD-ROMs are cheap, but having to carry a number of them around
is still a hassle

I am thinking about the technical possibility to burn on a CD-ROM,
say, baseline versions of FreeBSD and Linux, with a few applications
and multibooting it on a machine with lots of RAM (512 Mb should be
OK).

Of course, appropriate space will be accomodated on an extra hard
disk for swap partitions and applications that need to write out data
to files, or the OS should be configured to syslog via a network, . .
..

Knoppix and Devil Linux do something similar, but just for an OS on a
CD-ROM.

Do you know of such things?

I need to xpost because this is a no-clear-land issue.
 
["Followup-To:" header set to comp.os.linux.setup.]
Is there (or could there be) such things as CD-ROM partitions?

I know CD-ROMs are cheap, but having to carry a number of them around
is still a hassle

I am thinking about the technical possibility to burn on a CD-ROM,
say, baseline versions of FreeBSD and Linux, with a few applications
and multibooting it on a machine with lots of RAM (512 Mb should be
OK).

Of course, appropriate space will be accomodated on an extra hard
disk for swap partitions and applications that need to write out data
to files, or the OS should be configured to syslog via a network, . .
.

Knoppix and Devil Linux do something similar, but just for an OS on a
CD-ROM.

Do you know of such things?

I need to xpost because this is a no-clear-land issue.

Not a hardware issue, a Linux or BSD burning group is the place to ask.

Pretty sure that the specs say that harddrive emulation is to be single
partition.

I believe Isolinux may allow you to boot multiple OSs and might allow
you to choose options when booting, but I don't know that you could
choose between seperate filesystems on the same CD. I don't know if
creating a multi-session or hybird CD would allow this or not, I have my
doubts.

I don't know if you can buy double-sided CDs or not, but that sounds like
the most promising avenue.

GL & HTH,

Michael C.
 
On 10 Jul, in article
<[email protected]>
Is there (or could there be) such things as CD-ROM partitions?

I know CD-ROMs are cheap, but having to carry a number of them around
is still a hassle

I am thinking about the technical possibility to burn on a CD-ROM,
say, baseline versions of FreeBSD and Linux, with a few applications
and multibooting it on a machine with lots of RAM (512 Mb should be
OK).

I have one such here that boots one of multiple images from the one
cd. Take a look at http://www.bootdisk.com/ and especially follow
the link to http://www.nu2.nu/bootcd/


David
 
Albretch said:
Is there (or could there be) such things as CD-ROM partitions?

I know CD-ROMs are cheap, but having to carry a number of them around
is still a hassle

I am thinking about the technical possibility to burn on a CD-ROM,
say, baseline versions of FreeBSD and Linux, with a few applications
and multibooting it on a machine with lots of RAM (512 Mb should be
OK).

Of course, appropriate space will be accomodated on an extra hard
disk for swap partitions and applications that need to write out data
to files, or the OS should be configured to syslog via a network, . .
.

Knoppix and Devil Linux do something similar, but just for an OS on a
CD-ROM.

Do you know of such things?

I need to xpost because this is a no-clear-land issue.

There are multisession cd-roms, ie you can have Mac,Amiga and so on
filesystems on the same cd-rom.
 
["Followup-To:" header set to comp.os.linux.setup.]
There are multisession cd-roms, ie you can have Mac,Amiga and so on
filesystems on the same cd-rom.

Those are typically data CDs, not bootable. The OS determines which
filesystem to mount, not the user. Don't know if there is a bootloader
that understands CD sessions.

Michael C.
--
(e-mail address removed) http://mcsuper5.freeshell.org/

There's a basic human weakness inherent in all people which tempts them
to want what they can't have and not want what is readily available to
them. - Robert J. Ringer
 
When you use El Torito HD boot emulation, there is a partition table and Int13
drive 80h.

In principle there could be partitions and a boot manager, although it is not
officially supported.
 
On 10 Jul 2004 20:31:21 -0700
Is there (or could there be) such things as CD-ROM partitions?

CDs have tracks, in principle you could make a bootable CD with
a multi stage boot that allowed you to select which track to continue to
boot from.
 
Steve said:
On 10 Jul 2004 20:31:21 -0700


CDs have tracks, in principle you could make a bootable CD with
a multi stage boot that allowed you to select which track to continue to
boot from.

Actually, CDs have track. One. Finding a position along the track other
than by reading the whole thing or seeking to an approximate position and
then reading along to the desired point is problematical.
 
Back
Top