When I install debian, I always use partition portion like this :
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 7.4G 239M 6.8G 4% /
tmpfs 503M 0 503M 0% /lib/init/rw
udev 10M 56K 10M 1% /dev
tmpfs 503M 0 503M 0% /dev/shm
/dev/hda8 11G 154M 9.5G 2% /cache0
/dev/hda9 11G 154M 9.5G 2% /cache1
/dev/hda7 14G 167M 13G 2% /home
/dev/hda2 3.7G 72M 3.5G 3% /tmp
/dev/hda5 14G 621M 13G 5% /usr
/dev/hda6 14G 414M 13G 4% /var
additional info :
* for swap, I use 2 x RAM if RAM =< 512.
note : this partition is just according to my opinion, and will different portion if other people set the partition.
If you have finished install debian etch for your system and need repositories for your update packages, you can try this repository list :
# regular updates for etch
deb http://ftp.debian.org/debian/ etch main contrib non-free
deb-src http://ftp.debian.org/debian/ etch main contrib non-free
# security updates for etch
deb http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free
# multimedia Christian Marillat (was: ftp.nerim.net)
deb http://www.debian-multimedia.org etch main
deb-src http://www.debian-multimedia.org etch main
# unofficial http://www.debian-unofficial.org
deb http://ftp.debian-unofficial.org/debian etch main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian etch main contrib non-free restricted
in order to effect with your machine please run :
~# apt-get update
and make sure your sistem machine connected to internet ;)
source taken from : visoracle
related post :Debian etch installation.