<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: install different linux systems on ONE HARDDISC in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268910#M71960</link>
    <description>Oh I forgot.&lt;BR /&gt;&lt;BR /&gt;You'll have to manually reconfigrue each distro's /etc/fstab to *FORCIBLY* mount given partitions, and not rely upon filesystem labels.  Manually remove *ALL* file system labels, as this will screw you over.</description>
    <pubDate>Wed, 05 May 2004 20:32:47 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-05-05T20:32:47Z</dc:date>
    <item>
      <title>install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268906#M71956</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I would like to install on only ONE HARDDISC following systems:&lt;BR /&gt;&lt;BR /&gt;- SUSE&lt;BR /&gt;- Debian&lt;BR /&gt;- RedHat&lt;BR /&gt;- freeBSD&lt;BR /&gt;&lt;BR /&gt;how should I create partitions on this harddisc ?&lt;BR /&gt;&lt;BR /&gt;I think for every distribution:&lt;BR /&gt;&lt;BR /&gt;1. Ext2 /boot partiton 100 MB ( primary )&lt;BR /&gt;2. Ext3 / partition 15 GB ( logical )&lt;BR /&gt;&lt;BR /&gt;and on the end ONLY ONE SWAP 2 GB for all systems.&lt;BR /&gt;&lt;BR /&gt;in MBR I'll install only GRUB from SUSE&lt;BR /&gt;and boot all systems.&lt;BR /&gt;&lt;BR /&gt;LILO or GRUB from others systems will be installed in their  /root  partitions. &lt;BR /&gt;&lt;BR /&gt;any idea ?</description>
      <pubDate>Wed, 05 May 2004 17:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268906#M71956</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-05T17:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268907#M71957</link>
      <description>Umm, ugh?&lt;BR /&gt;&lt;BR /&gt;FreeBSD isn't Linux, so won't be able to share a Swap partition.&lt;BR /&gt;&lt;BR /&gt;And assuming you set the chanloader's correctly in the MBR's boot-loader (grub), you should be fine.&lt;BR /&gt;&lt;BR /&gt;Just make sure none of the other Linuxen try to load it's neighbour's filesystems.&lt;BR /&gt;&lt;BR /&gt;Incidentally, you won't be able to create that many primary partitions.  But if you're doing this, you'll hopefully be using recent enough hardware so it won't matter.</description>
      <pubDate>Wed, 05 May 2004 19:55:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268907#M71957</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-05T19:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268908#M71958</link>
      <description>You may get two of these guys to live on one hard disk, but the chances that one grub(which one) will be compatabile with all of the other distributions is pretty low.&lt;BR /&gt;&lt;BR /&gt;Like Stuart said, I think sharing the one swap is going to have systems booting up with no swap at all.&lt;BR /&gt;&lt;BR /&gt;Too many eggs in one basket.&lt;BR /&gt;&lt;BR /&gt;I think as an experiment its worth a try, because I'm interested in how and when the whole thing blows up.&lt;BR /&gt;&lt;BR /&gt;I'd say you need a swap partition for each distribution because they probably handle it differently.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 May 2004 20:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268908#M71958</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-05T20:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268909#M71959</link>
      <description>Steven,&lt;BR /&gt;&lt;BR /&gt;All the Linux distro's handle swap in the same way, and there'll be no issue sharing it.&lt;BR /&gt;&lt;BR /&gt;Once it's got a swapfs on it ('mkswap'), it's the same.  It doesn't matter what data is there upon boot-up, it gets cleaned.&lt;BR /&gt;&lt;BR /&gt;Assuming you have only 1 filesystem for each distro, you should beable to get all of them to live side-by-side without too much effort.  You are probably going to run out of file systems if you split them up too much.&lt;BR /&gt;&lt;BR /&gt;Partition table something akin to this should be ok though:&lt;BR /&gt;&lt;BR /&gt;/dev/hda1 100MB suse /boot&lt;BR /&gt;/dev/hda2 xxxxx swap for linux&lt;BR /&gt;/dev/hda3 xxxxx swap for freebsd&lt;BR /&gt;/dev/hda4 logical&lt;BR /&gt;/dev/hda5 15g suse /&lt;BR /&gt;/dev/hda6 15g debian /&lt;BR /&gt;/dev/hda7 15g redhat /&lt;BR /&gt;/dev/hda8 15g freebsd /&lt;BR /&gt;&lt;BR /&gt;You should need to load the boot-loader into each file system, but just rely upon Grub on the MBR.&lt;BR /&gt;&lt;BR /&gt;if you insist on a boot-loader for each successive, then ensure that the 'chainloader +1' is set for each grub section.&lt;BR /&gt;&lt;BR /&gt;If all goes well, you should be alright, so long as the kernel files get put in the first few hundred mb of the filesystems.  You just don't have the partition space to create a /boot for each, I don't think.</description>
      <pubDate>Wed, 05 May 2004 20:31:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268909#M71959</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-05T20:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268910#M71960</link>
      <description>Oh I forgot.&lt;BR /&gt;&lt;BR /&gt;You'll have to manually reconfigrue each distro's /etc/fstab to *FORCIBLY* mount given partitions, and not rely upon filesystem labels.  Manually remove *ALL* file system labels, as this will screw you over.</description>
      <pubDate>Wed, 05 May 2004 20:32:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268910#M71960</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-05-05T20:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268911#M71961</link>
      <description>I'm on my development box now using Windows at the moment. This box also boots into SuSE 9 whose home is a 40 GB drive hdb. Fedora Core 1 also lives on this box in a 4 GB partition on the hda drive. I use GRUB for the boot loader and within the GRUB menu the Floppy option boots Fedora.&lt;BR /&gt;&lt;BR /&gt;All seem to live happily together. SuSE can see and copy files from Windows, but can't see Fedora. Fedora can't see Widows or SuSE.&lt;BR /&gt;&lt;BR /&gt;So my guess is that you should be able to do what you are trying; don't know about the swap ??&lt;BR /&gt;&lt;BR /&gt;Vern</description>
      <pubDate>Wed, 05 May 2004 21:32:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268911#M71961</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-05-05T21:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: install different linux systems on ONE HARDDISC</title>
      <link>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268912#M71962</link>
      <description>My philosophy is a server based approach. A box isn't a server or potential one unless its ready to work full time. Thats not how to learn things, which I guess you are trying.&lt;BR /&gt;&lt;BR /&gt;It is how to set up production boxes and get things done. Therefore I never mess with multi partition systems. There is enough used hardware out there to keep me happy and in servers.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 May 2004 22:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/install-different-linux-systems-on-one-harddisc/m-p/3268912#M71962</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-05-05T22:32:53Z</dc:date>
    </item>
  </channel>
</rss>

