


scorp123 wrote:kenetics wrote:Thanks. One other question, will there be a /boot for each Linux OS and does Grub reside in the boot?
Each Linux installation has its /boot directory, yes. So this can either just be a sub-directory in each of the root directories of each installation ... or if you really want it super complicated, you could create each /boot for each Linux installation as a separate partition and mount point. The big question is: How are you going to partition your harddisk then so that these things don't get into each other's way ?? (It can be done ... but it's not easy!!) Also, something that you need to think ahead of: The GRUB installation of the last Linux distribution you install is most likely the one that will take control of the Master Boot Record of your harddisk. So when the PC boots, you'll first see the GRUB of the last Linux distribution you installed. All other Linux installations should still be selectable as boot options. Regardless of this, you can still always overwrite the MBR's GRUB with a GRUB from your currently running distribution, regardless in which order it was installed. You'll just have to make sure that the /boot/grub/menu.lst you want to use is right about the various menu entries and that everything is selectable. Basically you can copy and paste the relevant sections of each menu.lst file from one distribution to another (ain't that cool or what?)
My partitioning scheme which I posted in this thread was assuming that one would only have one Linux as the main OS and a Windows installation somewhere (e.g. for the casual game here and there).
With multiple Linux installations things might be slightly more complicated. Let's take a 120 GB disk as basis and let's assume you would install up to three Linux distros on it (e.g. for evaluation purposes). Let's assume we're talking about these fine Linux distributions:- openSuSE 10.2
So here we go:
- Linux Mint "Bianca"
- Fedora Core 6/dev/hda1 -- 15 GB openSUSE 10.2, containing everything but /home
/dev/hda2 -- 15 GB Fedora Core 6, containing everything but /home
/dev/hda3 -- 15 GB Linux Mint, containing everything but /home
/dev/hda4 -- extended partition, from here to the end of the HD
/dev/hda5 -- ca. 75-78 GB shared /home between all three distros (user names could nontheless be different between the three; having the same user name on all three may create new problems eg. with incompatible settings in GNOME and KDE ... with the help of symbolic links stuff like documents, browser settings, etc. could still be shared easily between all three distros and user accounts!) ...Very important: Make sure you only format this partition the first time (e.g. during the installation of the first Linux distro you want to use) and then don't format it in all subsequent installations!Or else: bye bye oh beloved files, bye bye browser settings, bye bye e-mails ...
![]()
/dev/hda9 -- swap, whatever is left of the harddisk (e.g. 2 GB)




ibm450 wrote:can not get to run 2 distros on my system. i install LM7 then LM6KDE and all turns pear shape. the system wont load up and KDE installation over writes LM7 grub. as far as creating the separate partitions i cant seem to understand how to use different partitions to install other distros on to it. can some1 explain do a step to step tutorial on exactly what to do from partitions to installing other distros to modifying the grub etc.
also i find playing video files on LM very grainy and washed (even adjusting the sat - contrast levels) opposed to playing them in xp which play crisp clear

linuxviolin wrote:Personally I would say to you not to be bored, for a home user use simply 1 partition for / (about 10 GB should be enough) and 1 for /home, both in ext3.
For swap use 1 GB maximum and I recommend to you to lower the swappiness (that depends on your memory):
"The use of the swap memory by default on Kernel 2.6.xx is set to 60% that means that the system will use intensively the swap memory. This sounds good if we have a small amount of memory (around 512MB or less) and lot of load on our PC especially if it is working as server. But if we have plenty of RAM (at least 1GB), as I do which is 2GB, and we are using our PC as desktop machine for daily use, we can change the percentage of swap to be utilized. This setting will increase the performance of Linux experience." (Vichar Bhatt)
Run at the CLI, as root:
cat /proc/sys/vm/swappiness
You should see 60. Now change it to 10 (or even 0 as I did it, adapt according to your system, test):
sysctl -w vm.swappiness=10
Now is time to work for some minutes with some applications if you see that is better, you can make the changes permanent, adding this line at the end of /etc/sysctl.conf:
vm.swappiness=10
nelamvr6 wrote:scorp123 wrote:And where should it put /home? On your Windows partition? Before or after " / "? On a separate disk? On your USB stick? On your external harddisk? .... You see the problem?
No, I can't see the problem at all!
At this point I will have told the installer I want to, for example, use the largest free contiguous space for my Linux installation.
Why can the installer take that specification, and then divvy it up appropriately between /, /home and swap?
I didn't tell the installer where I wanted my swap partition, how did it know where to put that?You want a separate /home => you've got to define it, partition your harddrive and then tell the installer to mount your /home there.
Why? I mean, we're speaking in hypotheticals here, and we all want to make Linux better, right? Why should I have to tell it anything?UNIX-like OS simply expect that *You* know what you do.
And this is what has to change if we want broader acceptance of Linux on the desktop.
All I know is that I'm not a dummy, and I'm not completely computer illiterate either. But the installer never even mentioned a separate /home partition. Only after installing, only then do I read both you and Clem posting that one should at a minimum have a separate /home partition!
I understand what you are saying, but isn't Mint about making things work the right way out of the box? Why can't the installer at least ask me if I want a separate /home partition?

MintyCat wrote:<snip>
And now, finally, my partitioning scheme, followed by some questions:
HDD -- 500GB
/dev/sda1: /boot [150 MB]
/dev/sda2: / [20GB, because here apps get installed, right? so I need some space]
/dev/sda3: extended partition, up and until the end of the disk
/dev/sda4: /usr [5GB, what's this for?]
/dev/sda5: NFTS (Factory_Image)
/dev/sda6: /opt [2GB, is that enough or those files get stored in / if this partition doesn't exist?]
/dev/sda7: /var [2GB, do I need this if I'm not running a server?]
/dev/sda8: /home [Rest of the disk]
/dev/sda9: swap [3GB, since I have 3GB RAM]
Supposedly I don't need /srv since I don't run a server, right?
MintyCat wrote:And I already have an Windows partition, which contains a recovery image of Vista, and I think it's located in between /usr and /opt. Is there any problem with that? If there is, how can I work it out?
MintyCat wrote:And can someone explain to me how do I make that extended partition? What's it for?
MintyCat wrote:Hopefully I haven't got you guys bored, or actually sleeping, I just like to make my contribution to the project the way I can, giving suggestions and participating on the forum. At least for the moment, because I plan on helping much more. Thank you all guys for your time!

marcus0263 wrote:"extended" get by the hard set 4 partition limitation, by created an "extended" slice you can therefore create more slices in the "extended" slice.
I though would change your scheme to this -
/dev/sda1: /boot [150 MB]
Fine
/dev/sda2: / [20GB, because here apps get installed, right? so I need some space]
Don't really need this much, I would only have 10 - 12 GB at most here
/dev/sda3: extended partition, up and until the end of the disk
Yep
/dev/sda4: /usr [5GB, what's this for?]
Fine, maybe even bump it up to 8 GB. This is where most of your programs and libraries are stored
/dev/sda5: NFTS (Factory_Image)
Fine
/dev/sda6: /opt [2GB, is that enough or those files get stored in / if this partition doesn't exist?]
You could remove this completly, not many programs us the /opt file system, some do though and it's safe to be on the root slice
/dev/sda7: /var [2GB, do I need this if I'm not running a server?]
You're going to run into issues with only 2GB here IMO. I would bump this up to at least 5 GB. I also recommend having a slice for /var/log at around 256 MB, this will prevent a misbehaving daemon filling up the logs to bleed over and corrupting critical system files. I always put /var/log on it's own slice.
/dev/sda8: /home [Rest of the disk]
Yep
/dev/sda9: swap [3GB, since I have 3GB RAM]
Don't need this much, I'd personally cut it down to 512MB. But if you plan on using "suspend to disk" (which I never do) you will need a bit over the amount of RAM you have installed. If you're going to use "Suspend to Disk" I'd go amount of RAM + 128 - 256 MB

MintyCat wrote:Oh. So let me see if I caught the drill...
/dev/sda1: /boot [150 MB]
/dev/sda2: / [15GB, just in case]
/dev/sda3: extended partition, up and until the end of the disk [in which /usr, /var, /home and swap are included, right?]
/dev/sda4: /usr [10GB, since I like to install stuff]
/dev/sda5: NFTS (Factory_Image)
no more /opt, since whatever was supposed to be here it will be stored in /, am I right?
/dev/sda7: /var [5GB, but how do I make a slice for /var/log? Make /var extended?]
/dev/sda8: /home [Rest of the disk]
/dev/sda9: swap [512MB? Even if I want video editing, compiz and games?]
Thank you very much for your help and quick response













Redhorse wrote:If you have already few partions then you get problem.
You can't pick one and use it. You must delete it first and make it again. You must go forward and back in the instal. to make this.
And you can't install grub were you like and you can not put it on floppy.
This is on all ubuntu dists.


In this time and age it is possible to resize the partitions if needed. The current partitioning scheme on my main desktop:mariapeter12 wrote:There is an hidden danger in partitioning the hard drive as a lot of space can be "lost for use" due to bad partitioning.
Filesystem Size Used Avail Use% Mounted on
/dev/sda5 2.4G 323M 2.0G 15% /
/dev/sdd1 459G 216M 435G 1% /data2
/dev/sda9 8.0G 147M 7.8G 2% /tmp
/dev/sda1 130M 34M 95M 27% /boot
/dev/sda6 7.1G 3.7G 3.4G 53% /usr
/dev/sdc1 1.4T 969G 338G 75% /data
/dev/sda7 3.5G 604M 2.9G 18% /var
/dev/sda8 6.9G 864M 5.7G 13% /opt
/dev/sda11 543G 337G 200G 63% /home
/home/sysadm/.Private 543G 337G 200G 63% /home/sysadm
Users browsing this forum: Bing [Bot], karlchen and 15 guests