80 gig -- cool!
If you are serious about installing Debian and want to try it from scratch then check out this walk through posted on OSNews:
After installing edit the file /etc/apt/sources.list and place these lines in:
deb
unstable main contrib non-free
deb
unstable/non-US main contrib non-free
Comment out these lines:
#deb ftp://ftp.us.debian.org/debian/ stable main non-free contrib
#deb-src ftp://ftp.us.debian.org/debian/ stable main non-free contrib
#deb
stable/non-US main contrib non-free
#deb-src
stable/non-US main contrib non-free
From the command line (as root) issue this command:
apt-get update
You will see a lot of activity, and after that you will have available most of the more modern packages available.
Read up on how the apt package handler works. It can save you a lot of hassle with program dependencies. There is also a version called apt-rpm that works with Red Hat, mandrake, and other distros still using the rpm packages.
Apt works pretty good and is well behaived mostly. If you want to install a program just type, for example:
apt-get install gimp
Apt will download, configure, build, and install "The Gimp" program solving all dependency issues at the same time. Cool! No dependency hell!
Have fun playing, Chis
PS: you might consider making several smaller partitions for several different distros. You can alway move things you want to save from one to the other (like files in your "home" directory) and then wipe out that partition to install something else. I have five different Linux distros and Win98 installed on my HD.