On Tue, 10 Feb 2004, wren argetlahm wrote: > Installing the dev tools has done horrible things to my computer. > The drive says it has 80MB or so left, but most every program I run > complains about the disk being full and won't run; including trying > to burn CDs to back things up before repartitioning it all. Is there > any way to uninstall the dev tools? No log was placed in the Installer > Logs folder for me to do it manually
The act of installing probably caused the machine to start swapping, leading to huge files in /var/vm. Try this: % du -sch /var/vm/* du: `/var/vm/app_profile': Permission denied 64M /var/vm/swapfile0 64M /var/vm/swapfile1 128M /var/vm/swapfile2 256M /var/vm/swapfile3 512M /var/vm/swapfile4 1.0G total You'll probably have something similar in there. Rebooting will free up much of this. After a reboot, try the suggestions from earlier about purging documentation, localization directories, developer apps, etc. -- Chris Devers too used to running osx on old macs with tiny, cramped hard drives