Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 357007 - Update handbook partitioning example?
Summary: Update handbook partitioning example?
Status: RESOLVED WORKSFORME
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-01 20:08 UTC by Ryan Hill (RETIRED)
Modified: 2011-03-01 20:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Hill (RETIRED) gentoo-dev 2011-03-01 20:08:09 UTC
Our current example isn't very helpful:

"As an example partitioning, we show you one for a 20GB disk, used as a demonstration laptop"...

Maybe we could update this for a more modern system?  Something like:

/        500M
/boot    250M
/opt       5G
/usr      20G
/var      10G
/home       *  (the rest)

This is based on my laptops - I have about 15G used in /usr (including portage distfiles), 10G for /var is mainly for WORKDIR and ccache, /opt is a guess, I don't seem to have anything in there. I _think_ it's a typical setup but I might be weird. ;D
Comment 1 nm (RETIRED) gentoo-dev 2011-03-01 20:41:20 UTC
Don't forget how popular netbooks and low-storage devices like "affordable" SSDs are. On my desktop, I only have a 30GB SSD for /, so I had to buy a 16GB SSD for /var and /usr/portage. The examples work fine; don't forget the actual configuration used throughout the handbook, mentioned a couple of paragraphs up:

Partition       Filesystem 	Size 	Description
/dev/sda1 	ext2 	        32M 	Boot partition
/dev/sda2 	(swap) 	        512M 	Swap partition
/dev/sda3 	ext3 	        Rest of the disk 	Root partition

That example there is pretty good for showing all the things you can put on even a small hard disk.

I like it as-is, so for now I'll mark this WORKSFORME. However, we've got some other pending bugs for GPT, filesystems, and other disk-related things, so don't be surprised if you see this example change more closely to your suggestion. Thanks for the ideas!