


I personally have a lot of kernels for a number of systems that I have on my harddisk, that is why I automatically recommend 500. 50 megs should be sufficient. Go with 128 as jmbsvicetto suggested becuase you cannot go wrong with that.anchorman082589 wrote:I already had taken into account /boot, i forgot to mention it, but i olny made it 50mb, why make it 500?








If you only have 20GB, I would use 4 partitions:anchorman082589 wrote:Thanks, I guess i'll go with this:How how should i divide up 20gb of space between these? (don't take the /boot into account)1. /boot
2. /home
3. /var
4. /opt
5. swap
6. /
Thanks for all the help,
Dan
Code: Select all
/boot 128MB
/home X
SWAP 512MB
/ 20GB - X - 640MBCode: Select all
fw postfix # df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 20G 193M 19G 1% /
udev 252M 248K 251M 1% /dev
cachedir 20G 193M 19G 1% /lib/splash/cache
/dev/hda2 9.6G 33M 9.6G 1% /home
/dev/hda6 9.6G 2.9G 6.8G 30% /usr
/dev/hda7 30G 346M 30G 2% /var
none 252M 0 252M 0% /dev/shm
/dev/hda1 122M 9.6M 106M 9% /boot
fw postfix # Code: Select all
atlantis@atl64 ~/Documents/UoL $ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 21G 12G 8,9G 56% /
udev 1004M 260K 1004M 1% /dev
cachedir 4,0M 72K 4,0M 2% /lib64/splash/cache
/dev/md/0 70G 50G 21G 71% /home
/dev/sda5 21G 3,0G 18G 15% /opt
/dev/sda6 44G 41G 3,3G 93% /srv
/dev/sdb6 22G 8,1G 14G 38% /var
tmpfs 1004M 0 1004M 0% /dev/shm
/dev/sda1 122M 24M 92M 21% /boot
atlantis@atl64 ~/Documents/UoL $ 
Hi.Insulator wrote:Is there any reason why Gentoo shouldn't be installed entirely (ie boot, swap and root) within an extended partition?
Or does boot have to be a primary partition?
Sorry if this has been answered, I'm having trouble wading through all the docs, and I'm trying to install onto a computer that already has hda1, hda2 and hda5 used by windows. (hda1 is windows ME backup, and hda5 is windows xp within extended partition hda2) (I know, too much microsoft for one poor computer)


First of all, you won't be able to run qtparted. Qtparted is a graphical partitioning tool. You'll need to have gentoo already installed with X and Qt to run it, which you don't. So you'll have to use fdisk or parted.crazy_wookie wrote:i have a hdd at 30 gb with 2 partitions : c for winxp and d for anything else.. i cannot change nothing at c..
so please tell me how should i do the partitions (with qtparted) considering the fact that i still should be able to run winxp


Hi, your root partition is too small. Gentoo needs alot of space for source files etc. My root currently uses about 11Gb out of 25. Give something like 15Gb to root and you should be ok.Mart352 wrote:6 GiB /Gentoo
Use ext2 for your /boot. As for the rest, it's up to you. I use reiser4 for root and ext3 for home.Mart352 wrote:which ones [filesystems] should i use?
I've got a similar problem. I've outgrown the hard disk that hosts my Gentoo system, so I'd like to move the /home and /opt directories to another hard disk that's only got one partition available on it. I don't want to re-partition the disk because it already has data on it.kopfsalat wrote:Just create symlinks instead. For example,The_Saint wrote:Is it possible to have two or more directories at the same partition? For instance, can I have something like this?
hda1: /boot
hda2: swap
hda3: /
hda5: /usr and /opt
hda6: /home and /varensures that all binary/optional packages are installed to /usr/local on the /usr partition.Code: Select all
ln -s /usr/local /opt
If you already have an /opt directory, simply mv it to the new destination and symlink afterwards.
As was mentioned before, for people new to the linux world using just one / and a /boot partition is recommended. It works and you will reinstall anyway once you know your way around.
Code: Select all
/dev/hda1 /boot
/dev/hda2 /swap
/dev/hda3 /