Hello,
What I used to do in the day was make a floppy disk that had a Ram Drive available, so that I could boot with the floppy disk, and then move the system folder to the Ram drive, from where I could eject the floppy disk out, and load other things.
Today, you might wish to make that CD-ROM, and also burn along with it a utility that you can make a RAM disk on the fly. Copy Norton to that Ram Disk, and then run from there. Granted, this means you are going to need some higher RAM in order to store and work with all this data, but that is what you are going to need to do if you need to write temp files and work on the hard drive.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
Hi,
As an addendum... you could also try a USB flash drive (the little USB thumbdrive things that hold 256 MB or something like that) or you could put an external USB/Firewire drive. I like the Thumby idea. New-age and portable.
In the day, I had a Syquest EZDrive that had removable 128MB cartridges that I used.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
Hello,
A RAM Disk is a "disk" that is setup in RAM (memory). It behaves just like a traditional disk, with the following thoughts:
* It is in RAM, so a strict RAM disk will be lost if the computer crashes or reboots
* It is small in size, because it has to compete with other programs in memory
* It is REALLY REALLY FAST
* It is ideal for things that are temporary, and / or placing files that will have a lot of I/O interactions with their programs (such as compiling a program, or lots of little writes to a file).
More information may be found here:
http://www.macosxhints.com/article.php?story=20020530084607311
Also, if you are looking for a quick program that does this, take a look at
http://www.clarkwoodsoftware.com/rambunctious/ramb2.html
By the way, Linux can use RAM disks too!
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57