View Full Version : Killing 9
samdweck
Oct 6, 2002, 07:42 PM
Okay, so they are killing OS 9 in january, and it will no longer ship on new comps... but what I want to know is if there will be some way to take 9 completely off of a pre-2003 computer. I am sick of having it present, and would like to delete it altogether! Is this/will this be possible?
Chaszmyr
Oct 6, 2002, 07:50 PM
OS9 isnt going to be completely dead.. Classic will still exist, it just won't be bootable.
Yes it is possible to completely remove OS9 from a computer (i cant remember exactly how), but if you do if you try to run an OS9 app classic will begin to start and say the OS can not be found.
samdweck
Oct 6, 2002, 07:54 PM
Originally posted by Chaszmyr
OS9 isnt going to be completely dead.. Classic will still exist, it just won't be bootable.
Yes it is possible to completely remove OS9 from a computer (i cant remember exactly how), but if you do if you try to run an OS9 app classic will begin to start and say the OS can not be found.
if you could find out how for me, I'd really appreciate it... also do you thimk apple will make a fix for taht in 10.3?
MisterMe
Oct 6, 2002, 07:57 PM
Originally posted by Chaszmyr
....
Yes it is possible to completely remove OS9 from a computer (i cant remember exactly how), ....
1. Drag it to the trash.
2. Empty trash.
samdweck
Oct 6, 2002, 07:59 PM
Originally posted by MisterMe
1. Drag it to the trash.
2. Empty trash.
r u serious? I can't wait!
samdweck
Oct 6, 2002, 08:00 PM
no you can't... i just tried it... doesn't work b/c it is "owned by the root"
Fezwick
Oct 6, 2002, 08:06 PM
Originally posted by samdweck
no you can't... i just tried it... doesn't work b/c it is "owned by the root"
Then do this... open up the terminal. type rm -r with a trailing space. Drag the OS 9 folder on top of the terminal window. Hit enter and bye bye OS 9!
samdweck
Oct 6, 2002, 08:08 PM
Originally posted by Fezwick
Then do this... open up the terminal. type rm -r with a trailing space. Drag the OS 9 folder on top of the terminal window. Hit enter and bye bye OS 9!
fez, ur a genius, only one thing... i have to figure out that unix part... let me give it a go! btw, what is a trailing space?!
samdweck
Oct 6, 2002, 08:10 PM
Originally posted by samdweck
fez, ur a genius, only one thing... i have to figure out that unix part... let me give it a go! btw, what is a trailing space?!
wait.. doesn't work... says permission is denied.. maybe it's smarter than we think.
Fezwick
Oct 6, 2002, 08:11 PM
Originally posted by samdweck
fez, ur a genius, only one thing... i have to figure out that unix part... let me give it a go! btw, what is a trailing space?!
Just put a space at the end of -r.
samdweck
Oct 6, 2002, 08:13 PM
Originally posted by Fezwick
Just put a space at the end of -r.
thanks fezwick.. now i learned something new today! Let me try it out...
Fezwick
Oct 6, 2002, 08:15 PM
Originally posted by samdweck
wait.. doesn't work... says permission is denied.. maybe it's smarter than we think.
Oops... forgot you have to login as root. Go to the Utilities folder and open Netinfo Manager. Go to the Security menu and click on Authenticate. If you havent specified a root password you will be asked to do so. Now after that is finished you should be logged in as root. Now do what I said before and you should be golden.
samdweck
Oct 6, 2002, 08:21 PM
Originally posted by Fezwick
Oops... forgot you have to login as root. Go to the Utilities folder and open Netinfo Manager. Go to the Security menu and click on Authenticate. If you havent specified a root password you will be asked to do so. Now after that is finished you should be logged in as root. Now do what I said before and you should be golden. i will try it, but can it ever be put back on?
samdweck
Oct 6, 2002, 08:23 PM
Originally posted by samdweck
i will try it, but can it ever be put back on?
access denied again... hmmm.. do i have to stay in that net w/e program?
neilt
Oct 6, 2002, 08:37 PM
this is all very close....
here is how you do it.
1st. Are you an admin? make sure you have admin rights on the account you are logged into.
2. in terminal type the following:
sudo rm -R "/System Folder"
3. You will be prompted for a password. This is your admin password for your account.
If you are an admin, you will be able to do the 'sudo' level stuff.
What this does:
sudo - "switch user and do" since you don't tell it which user to switch to, it will switch to root.
by the way, root does not need to be enabled in netinfo manager for this to work.
rm -- Remove
-R -- Recursivley, basicallly you are saying, remove this folder and everything in it.
"/System Folder" -- what you want to remove. You can either put it in quotes or escape out the space by typing System\ Folder I think it is easier with the quotes.
Neilt
samdweck
Oct 6, 2002, 08:45 PM
Originally posted by neilt
this is all very close....
here is how you do it.
1st. Are you an admin? make sure you have admin rights on the account you are logged into.
2. in terminal type the following:
sudo rm -R "/System Folder"
3. You will be prompted for a password. This is your admin password for your account.
If you are an admin, you will be able to do the 'sudo' level stuff.
What this does:
sudo - "switch user and do" since you don't tell it which user to switch to, it will switch to root.
by the way, root does not need to be enabled in netinfo manager for this to work.
rm -- Remove
-R -- Recursivley, basicallly you are saying, remove this folder and everything in it.
"/System Folder" -- what you want to remove. You can either put it in quotes or escape out the space by typing System\ Folder I think it is easier with the quotes.
Neilt
i am an admin, i enabled myself as root, and did everything u said, and it still says permission denied... however when i try to drag it to trash it syas it's in use by system.. any thought?
neilt
Oct 6, 2002, 08:49 PM
can you copy/paste what you have in your terminal window.
also in terminal run top.
do this by typing top at the command line.
let it run for a second or two. then press q to make it stop.
copy and paste that info as well.
neil
samdweck
Oct 6, 2002, 08:54 PM
Originally posted by neilt
can you copy/paste what you have in your terminal window.
also in terminal run top.
do this by typing top at the command line.
let it run for a second or two. then press q to make it stop.
copy and paste that info as well.
neil
Welcome to Darwin!
[Sams-Jaguar:~] samdweck% rm -r
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
[Sams-Jaguar:~] samdweck% /System\ Folder
/System Folder: Permission denied.
[Sams-Jaguar:~] samdweck% rm -r
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
[Sams-Jaguar:~] samdweck% "/System Folder"
/System Folder: Permission denied.
[Sams-Jaguar:~] samdweck% top
Processes: 54 total, 2 running, 52 sleeping... 142 threads 21:53:29
Load Avg: 0.16, 0.29, 0.28 CPU usage: 3.7% user, 7.4% sys, 88.9% idle
SharedLibs: num = 7, resident = 2.22M code, 160K data, 584K LinkEdit
MemRegions: num = 3572, resident = 54.1M + 11.6M private, 61.1M shared
PhysMem: 43.2M wired, 73.8M active, 136M inactive, 253M used, 259M free
VM: 2.20G + 3.62M 6822(0) pageins, 0(0) pageouts
PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
512 top 7.4% 0:00.48 1 14 18 248K 336K 544K 13.6M
506 SecurityAg 0.0% 0:01.13 2 74 86 1.23M 5.43M 3.72M 67.3M
502 Internet E 0.0% 1:13.69 7 83 222 19.6M 14.5M 28.9M 104M
501 Mail 0.0% 0:06.23 4 136 158 4.28M 9.30M 10.7M 80.8M
498 tcsh 0.0% 0:00.06 1 10 15 348K 600K 800K 5.73M
497 login 0.0% 0:00.41 1 12 33 244K 388K 568K 13.7M
496 Terminal 0.9% 0:01.74 3 60 99 1.16M 6.87M 5.78M 70.4M
495 NetInfo Ma 0.0% 0:02.50 2 78 103 2.30M 6.43M 6.52M 69.9M
493 AppleModem 0.0% 0:00.23 2 59 67 668K 4.25M 2.31M 65.5M
492 modemd 0.0% 0:04.75 2 76 46 820K 1.57M 1.91M 16.4M
491 FaxJobMgr 0.0% 0:02.17 6 112 87 1.65M 3.67M 2.88M 67.5M
490 Fax Server 0.0% 0:00.26 1 54 72 888K 4.05M 2.54M 65.9M
489 Fax Assist 0.0% 0:00.26 1 52 70 976K 3.48M 2.23M 64.5M
485 iChatAgent 0.0% 0:00.63 5 64 51 472K 1.93M 2.21M 49.4M
482 WeatherPop 0.0% 0:02.92 1 78 89 1.80M 4.84M 3.71M 67.2M
[Sams-Jaguar:~] samdweck%
in the terminal itself:
Welcome to Darwin!
[Sams-Jaguar:~] samdweck% rm -r
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
[Sams-Jaguar:~] samdweck% /System\ Folder
/System Folder: Permission denied.
[Sams-Jaguar:~] samdweck% rm -r
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
[Sams-Jaguar:~] samdweck% "/System Folder"
/System Folder: Permission denied.
[Sams-Jaguar:~] samdweck% top
neilt
Oct 6, 2002, 08:58 PM
type your command all on one line.
like this:
[Neil-Tordas-Computer:~] neiltord% sudo rm -R "/System Folder"
then type your password. when it asks.
neilt
Oct 6, 2002, 09:01 PM
if you want to see what is happening type this:
sudo rm -Rvf "/System Folder"
samdweck
Oct 6, 2002, 09:03 PM
Originally posted by neilt
type your command all on one line.
like this:
[Neil-Tordas-Computer:~] neiltord% sudo rm -R "/System Folder"
then type your password. when it asks.
I am going to try it, but do you really think it will make a big diff? is this whole thing safe?
samdweck
Oct 6, 2002, 09:04 PM
Originally posted by samdweck
I am going to try it, but do you really think it will make a big diff? is this whole thing safe?
something intersting came up:
sudo rm -R "/System Folder"Last login: Sun Oct 6 21:40:59 on ttyp1
Welcome to Darwin!
[Sams-Jaguar:~] samdweck% sudo rm -R "/System Folder"
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these two things:
#1) Respect the privacy of others.
#2) Think before you type.
Password:
rm: /System Folder: No such file or directory
[Sams-Jaguar:~] samdweck%
Rower_CPU
Oct 6, 2002, 09:05 PM
Originally posted by samdweck
i am an admin, i enabled myself as root, and did everything u said, and it still says permission denied... however when i try to drag it to trash it syas it's in use by system.. any thought?
Stop Classic? If Classic is running in the background, then it will probably say "in use".
samdweck
Oct 6, 2002, 09:06 PM
Originally posted by Rower_CPU
Stop Classic? If Classic is running in the background, then it will probably say "in use".
thansk for trying, but classic isn't running... good thought though... kinda like plugging in the toaster!
samdweck
Oct 6, 2002, 09:08 PM
it might have said it didn't work, but somewhere along the line, the folder uh... disappeard! cool... just hope the comp starts up lol!
chibianh
Oct 6, 2002, 09:08 PM
ignore this.. i posted something earlier which was answered already..
neilt
Oct 6, 2002, 09:10 PM
Originally posted by samdweck
something intersting came up:
sudo rm -R "/System Folder"Last login: Sun Oct 6 21:40:59 on ttyp1
Welcome to Darwin!
[Sams-Jaguar:~] samdweck% sudo rm -R "/System Folder"
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these two things:
#1) Respect the privacy of others.
#2) Think before you type.
Password:
rm: /System Folder: No such file or directory
[Sams-Jaguar:~] samdweck%
ummm......look and see if you System Folder is still at the root level of your hard drive.
what you just posted says it isn't there. My directions are based on the System Folder being at the root (top/main) level. picture below.
is this where you System Folder is located? if not, where is it?
MrMacMan
Oct 6, 2002, 09:19 PM
If you kill Os 9 You WILL get a visit from my boss, K ?
;) I still use Os 9 for 2 reasons, Speed (I have the original 233 iMac) and because I can't buy 10 anyways. :rolleyes:
cleo
Oct 6, 2002, 09:20 PM
Easy solution, guys... back up your files (should be easy as backing up your user folder) then reinstall X choosing the option to format the hard drive. Voila!
neilt
Oct 6, 2002, 09:22 PM
Originally posted by cleo
Easy solution, guys... back up your files (should be easy as backing up your user folder) then reinstall X choosing the option to format the hard drive. Voila!
umm.....yeah, that would work....if you don't mind spending a couple of hours reinstalling everything and copying your data back over.:D
if you go this route, make sure you have all your application installers available to reinstall. Many apps put stuff in the /Library directory, so backing up just your home directory won't cut it.
Also, you will need to recreate your user account and go throught the wonderful setup wizard and registration process. then make sure you wrote down all your network settings and locations if you had those set up as well.
or, you could type 27 characters at the command line. :D :rolleyes:
mnkeybsness
Oct 7, 2002, 01:23 AM
easy solution...
if you do a "get info" on the system folder and change it's ownership from "root" to "<user>" then you can delete it
forget all that UNIX hassles
groovebuster
Oct 7, 2002, 01:41 AM
Oh my god guys!!! In german we have that saying "Man sieht den Wald vor lauter Bäumen nicht"! ... means "you don't see the forrest because of all the trees"!
It is amusing how you get all into details of the UNIX under MacOS X making a scientific research out of it, while the solution is so easy.
Just boot from the MacOS 9 Installer CD, then you can do whatever you like to with your harddrive. Just pull all MacOS 9 files to the trash, empty Trash... done!
Takes 3 minutes! Including Booting the computer from CD...
Have a nice day!
groovebuster
samdweck
Oct 7, 2002, 06:28 AM
Originally posted by mnkeybsness
easy solution...
if you do a "get info" on the system folder and change it's ownership from "root" to "<user>" then you can delete it
forget all that UNIX hassles
problem with that is that sometimes, you can't change the privs
samdweck
Oct 7, 2002, 06:29 AM
Originally posted by groovebuster
Oh my god guys!!! In german we have that saying "Man sieht den Wald vor lauter Bäumen nicht"! ... means "you don't see the forrest because of all the trees"!
It is amusing how you get all into details of the UNIX under MacOS X making a scientific research out of it, while the solution is so easy.
Just boot from the MacOS 9 Installer CD, then you can do whatever you like to with your harddrive. Just pull all MacOS 9 files to the trash, empty Trash... done!
Takes 3 minutes! Including Booting the computer from CD...
Have a nice day!
groovebuster
Okay, I think you got it this time! Thanks to everyone who helped me get this done!
irmongoose
Oct 7, 2002, 06:46 AM
By the way, if you enable root from the NetInfo Manager, you have LOG OUT, and then log back in as root...
Once you do that, you can do anything, no questions asked.
irmongoose
P.S. doesn't su mean Super User?
groovebuster
Oct 7, 2002, 07:18 AM
Originally posted by samdweck
Okay, I think you got it this time! Thanks to everyone who helped me get this done!
Pas de problème! :)
groovebuster
TheT
Oct 7, 2002, 07:28 AM
The way I do it (doesn't mean it's better, just works better for me):
Open Terminal
type in 'sudo chown <user> ' (where <user> is your username)
drag 'n' drop the file or folder on there
enter
enter your admin password
Done!
Now you can just delete it in the Finder, or do what ever you want!
:D
PS:groovebuster: It's way faster than booting up from CD with my iMac DV SE...(scheiss DVD-Laufwerk;) )
groovebuster
Oct 7, 2002, 07:35 AM
Originally posted by TheT
The way I do it (doesn't mean it's better, just works better for me):
Open Terminal
type in 'sudo chown <user> ' (where <user> is your username)
drag 'n' drop the file or folder on there
enter
enter your admin password
Done!
Now you can just delete it in the Finder, or do what ever you want!
:D
Yup, that also works...! But I always hesitate to tell people they should mess with the user rights of a UNIX system, when they are not very much into that matter and don't really know what they are doing there. I guess for the common user just booting from the OS9 CD is the way they can understand right away without giving them a lot of possibilities to screw up something...
:)
groovebuster
TheT
Oct 7, 2002, 07:39 AM
Originally posted by groovebuster
Yup, that also works...! But I always hesitate to tell people they should mess with the user rights of a UNIX system, when they are not very much into that matter and don't really know what they are doing there. I guess for the common user just booting from the OS9 CD is the way they can understand right away without giving them a lot of possibilities to screw up something...
:)
groovebuster
Well, actually, you can easliy mess up everything when you're booted in OS9, because you're just allowed to do all you want :D
But basically, you're right, so for all the OSX newbies: Don't mess with UNIX :) :D :cool:
groovebuster
Oct 7, 2002, 07:58 AM
Originally posted by TheT
Well, actually, you can easliy mess up everything when you're booted in OS9, because you're just allowed to do all you want :D
But basically, you're right, so for all the OSX newbies: Don't mess with UNIX :) :D :cool:
Stimmt schon... eh.... quit right! But deleting anything else but the Systemfolder of MacOS 9 would be shining stupid... even one more reason to not giving them tips how to tweak MacOS X! ;)
groovebuster
samdweck
Oct 7, 2002, 02:26 PM
Originally posted by groovebuster
Pas de problème! :)
groovebuster
Is that german or french or both? B/c I take french, and that means no problem, but it could be a cognate.. is it?
groovebuster
Oct 9, 2002, 09:52 AM
Originally posted by samdweck
Is that german or french or both? B/c I take french, and that means no problem, but it could be a cognate.. is it?
I am a German who was talking french. :) That's all!
groovebuster
Edit: The same sentence in German would be -> Kein Problem!
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.