If you want to find out what is taking up the space, then cd to /, and run du -ks *
This will show disk usage for each directory. Then look for the biggest one, cd to that, and run the same command until you walk the directory tree down to the culprit. (Of course, exclude virtual filesystems such as proc).