You maybe mean "bothered" ? To be bored is something entirely different ...linuxviolin wrote: Again personally I would say to you not to be bored
I'd separate /var if anything. That stuff fills up all the time and having it on / together with all the static stuff (/usr, /opt, etc.) is ugly and slows the system down. /home should always be separate.linuxviolin wrote: to do as many different partitions and just to make / and /home (maybe /boot if you really want it). That is completely sufficient. It is just a personal opinion.
You're lucky..... I'm too tired. Tomorrow maybe?linuxviolin wrote: {scorp123, do not strike me!}
Out of experience I'd suggest size of swap = size of RAM if you have 1 GB or more RAM. If your RAM size is less than 1 GB then size of swap = 2 * size of RAM. But I wouldn't recommend a swap larger than 4 GB ... I mean if you have to swap 4 GB around and still run "Out of memory" then something is seriously wrong anywaymsgnomer wrote: I guess 3 GB seems excessive to me. 1 GB is sufficient

scorp123 wrote:You maybe mean "bothered" ? To be bored is something entirely different ...
scorp123 wrote:/home should always be separate.

linuxviolin wrote:scorp123 wrote:You maybe mean "bothered" ? To be bored is something entirely different ...
Or annoyed maybe.... sorry for my a little approximate English!
scorp123 wrote:/home should always be separate.
Definitively YES!

Sure, we could change it so that every Windows partition gets automatically formatted and deleted (too bad if you wanted to keep it). Or we make /home use 80% of your second hard disk (too bad if you don't have one). .....nelamvr6 wrote: If this is the case, is it possible to make this the default behavior for the Mint install routine?
See above. You want a separate /home? Then tell the installer.nelamvr6 wrote: when I asked the Mint installer to do the right thing it gave me a / and a swap, and nothing more.

scorp123 wrote:Sure, we could change it so that every Windows partition gets automatically formatted and deleted (too bad if you wanted to keep it). Or we make /home use 80% of your second hard disk (too bad if you don't have one). .....nelamvr6 wrote: If this is the case, is it possible to make this the default behavior for the Mint install routine?![]()
You see the problem, yes? No installer can replace human intelligence. *YOU* have to tell it what you want. To correctly guess the "right" partition scheme (and what is "right" or not is a hot topic in it self) for each and every user and each and every system is impossible. The other problem I see: Even if the installer did suggest to create a separate /home partition I fear it would confuse the heck out of newbies. Chances are also they'd get the sizes wrong, e.g. make /home too small because they don't realise yet what they need it for. Or they make " / " too small ... or they by accident delete their Windows partition because they thought they could re-use the same partitions and settings under Linux ... and and and.
It's better if the user informs himself and then decides for himself what he wants to do.See above. You want a separate /home? Then tell the installer.nelamvr6 wrote: when I asked the Mint installer to do the right thing it gave me a / and a swap, and nothing more.
If you think this is "unfriendly" try the Solaris installer for contrast ... it will overwrite whatever it finds and take no prisoners and show no mercy to whatever is on your harddisks. And it will enforce it's partitioning scheme: e.g. per default slice 0 is always root " / ", slice 1 is always swap, slice 2 always covers the entire disk from first sector to the last sector and is reserved for Solaris-internal use (this by accident also makes sure that normal partition programs get confused like hell when they see that the third partition overlaps with the rest ... but this is "normal" here!), slice 3 is always /export, slice 4 is always not really defined, slice 5 is always usually used for /opt, slice 6 is always /usr, and slice 7 is always /home ... and there are always exactly these 8 partitions, slices 0 - 7 on each Solaris disk. Not more. Not less. And nothing else .... usually.
Trust me, you don't want the Mint installer (or any other Linux installer) do this to you. Being able to tell the installer about your partitioning wishes is precisely what you as home user want. An installer that would enforce the "right" partitioning scheme whether you want it or not would make you very unhappy.

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? You want a separate /home => you've got to define it, partition your harddrive and then tell the installer to mount your /home there.nelamvr6 wrote: So within those constraints, why cant the Mint installer take the space I've assigned it, using my "human intelligence", and then use that space to make at least a /, /home and swap partitions?

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?
You want a separate /home => you've got to define it, partition your harddrive and then tell the installer to mount your /home there.
UNIX-like OS simply expect that *You* know what you do.

Why can't the installer at least ask me if I want a separate /home partition?



Usually with most Linux installers you can tell them to use the partition in question as /home but *NOT* format it, e.g. use it "as is".nelamvr6 wrote:Or is there a way to make the Mint installer aware that my /home partition is there?

scorp123 wrote:Usually with most Linux installers you can tell them to use the partition in question as /home but *NOT* format it, e.g. use it "as is".nelamvr6 wrote:Or is there a way to make the Mint installer aware that my /home partition is there?
But your other approach would work too ... you could just install your new Linux OS over the previous " / " partition and then add your previous /home after the installation, e.g. by editing the relevant section in /etc/fstab so that it would mount /home again under the right place.


some of these newb question must be tiresome...


msgnomer wrote:I used the gparted live cd first to do the partitioning and then I ran the mint live cd to install. Doing it that way was incredibly easy.
http://gparted.sourceforge.net/livecd.php

Husse wrote:some of these newb question must be tiresome...
Not at all, when they are asked with afterthought as you do
The only "risk" with home on its own partition is that some old config files remain and your install does not become absolutely fresh
This happened to me. After installing Cassandra the menu still said Bianca and I still have mintConfig as Control Center not the Cassandra version - I've just not cared enough to fix that
The ubiquity installer is good in many respects compared to other installers, but it is a bit kinky when it comes to selecting partitions
find . -depth -print0 | sudo cpio --null --sparse -pvd /new/

nelamvr6 wrote:msgnomer wrote:I used the gparted live cd first to do the partitioning and then I ran the mint live cd to install. Doing it that way was incredibly easy.
http://gparted.sourceforge.net/livecd.php
OK, how did you do this? Could you give me a step by step? I understand how to make partitions, that part is easy.
But I couldn't figure out how to tell the installer that a particular partition should be used as root and another partition used as /home etc.

msgnomer wrote:nelamvr6 wrote:msgnomer wrote:I used the gparted live cd first to do the partitioning and then I ran the mint live cd to install. Doing it that way was incredibly easy.
http://gparted.sourceforge.net/livecd.php
OK, how did you do this? Could you give me a step by step? I understand how to make partitions, that part is easy.
But I couldn't figure out how to tell the installer that a particular partition should be used as root and another partition used as /home etc.
If I recall correctly, you tell it what to mount for each partition under "Edit" during the install process. So, say you made a /home partition - you click "edit" (it might be "edit partition" - I'm not sure of exact terms) and there you will see partition size, file system type, and a drop down list of available mount points (/boot, /home, /usr, /r, etc).

Quote:
find . -depth -print0 | sudo cpio --null --sparse -pvd /new/
sudo cp -a -v -u /home/* /mnt/newhome/

Users browsing this forum: No registered users and 13 guests