Talal Itani said:
Thanks for the info. But, please, what is a swap drive? what is a
capture drive? what is NAS? Thanks.
The swap file is an integral part of the Windows
Operating System (OS). Both the OS and many other
programs were written by their programmers to make use
of the swap file. (Running without a swap file and using
a large block of RAM, sounds like a great idea but isn't
for the most part.)
Having the swap file on a drive other than the drive with
the OS, improves processing throughput. (For the greatest
benefit both drive must be "Master" in their configuration.
With the SATA interface you will have all the onboard
connections as "Master". With IDE you will normally only
have two "Master" drives available.)
I have labeled the two Raptors as "System", (for the drive
with the OS (XP pro) and the installed programs) and
"Capture" for what is essentially a data drive for the OS and
the installed programs. It gets its name from the fact that I
use it for video captures as well. ( A quality capture, with no
dropped frames, is dependent of a consistent throughput, so
it's best to avoid system generated disk operations during the
capture.)
The basic principal that having two fast drives supports well;
is having it so you have a source drive and a destination drive
for each file operation a program conducts. (Not input and
output to the same drive, at the same time.) Program code for
file operations actually runs in memory, so you can have data
from one drive feed a process then have the process output to
a different drive, this provides for the best timing and the least
conflicts. If you get into the habit of ping-ponging your data
between two drives, you should see improved performance
and fewer problems. ( This is especially true for those who
work with video files.)
A NAS is a "Network Attached Storage" device. In my
case a Buffalo Terastation. But for this discussion consider
it as just another "External Drive", there are USB drives that
serve much the same function. You can get a USB2 drive
enclosure for ~$20 and add a large drive for the undemanding
job of just storing data.
Luck;
Ken