View Single Post
  #1  
Old 12-06-2004, 11:13 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default Upgrading Laptop HD

Currently I have 2 computers, one for my more intense programs (Like EQ) and one for everything else. My Laptop.
However, 20GB can go by pretty quickly over time and I am thinking of adding on via an external drive. It's not the best laptop for an external drive considering I only have 2 usb 1.1 ports, however its better than nothing.

Anyway, anyone have any suggestions for drives? I am looking for one with at least 60GB+, that I can carry with me and that does not take an AC adapter seperately. I found in a tiger direct catalog The Pocketec Pockey DataStor USB 80 GB but its $270 (kinda pricy).

Anyone have any other suggestions?
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote