Is it possible for me to uninstall Mac OS 9 on my Tiger system? I've it installed the other time to run a program but now that my system is really slow and i need to free some space, is it possible for me to uninstall Classic?
CoMpX said:I thought you could just drag the Classic Apps and System folder into the trash, but I just tried that and apparently it didn't work.
randas said:You sure that dosent work? Im preety sure that how I UnInstalled OS9 on my iBook
What makes you think it didn't work? Did you get an error? What did it say?CoMpX said:I thought you could just drag the Classic Apps and System folder into the trash, but I just tried that and apparently it didn't work.
grapes911 said:What makes you think it didn't work? Did you get an error? What did it say?
grapes911 said:Try this in the terminal:
sudo mv /System\ Folder/ ~/.Trash/
You'll have to enter an admin password.
CoMpX said:Joe be scared.Idk what it is, but I am just scared to type unknown segments of code into the terminal...especially ones containing the words "trash" and "system".
grapes911 said:I used mv to move the folder instead of deleting it. It takes the System Folder (which is OS 9 as oposed to System which is OS X) and moves it to the trash bin (yes the same trash bin in your dock). Nothing is getting deleted until you empty the trash bin.
Maybe it's in use? I don't see how or why? Try a restart. Then a secure empty trash.CoMpX said:OK ,thanks. That worked. The only thing is, when I emptied the trash it refused to delete the font "Veranda" for some reason.
grapes911 said:Maybe it's in use? I don't see how or why? Try a restart. Then a secure empty trash.
If not, we can go back to the trusty terminal:
rm -rf ~/.Trash/*
This removes all files in you trash. The r mean recursively (incase there are folders). The f means do it forcefully and ignore common errors.
Nice to see it worked.CoMpX said:Hmm...I just tried to empty the trash again and it worked..its all gone.![]()