HDD

From Q
Jump to navigation Jump to search

Typical Linux partitioning

fdisk /dev/sda

/dev/sda1  Boot partition (32MB)
/dev/sda2  Swap partition (512MB)
/dev/sda3  Root partition (xxGB)
/dev/sda4  Portage tree partition (2GB)

p

n
p
1
enter
+32M

n
p
2
enter
+512M

n
p
3
enter
+25GB

n
p
4
enter
enter


a
1

t
2
82

p
w