Disadvantages of operating system on external drive

I am constantly traveling between two countries and I am constantly forced to bring my laptop with me. I was wondering if it is possible to install an operating system such as Linux or Windows on my external 1TB HDD. I would be very thankful if someone who is more knowledgeable share his or her thoughts on this subject. Also are there any disadvantages in having your operating system stored on external drive? Thank you in advance!

4

3 Answers

Are there any disadvantages in having your operating system stored on external drive?

Generally there are no disadvantages.

Practically: An external drive conneted via ESATA works just as well. An external SAS or an external SCSI drive will work just as well. A drive connected over USB will be slower. Partially due to needless packet overhead. If you use USB 2 expect it to be much slower, while USB 3.1 with UASP might be almost as fast as a regular laptop drive.

If you use windows (and you tagged it windows) its get tricky. For most versions you want to succesfully boot windows so it can start recognising USB devices. Catch 22...

There are at least two ways around that:

  1. Windows to go.
  2. Put windows in a VM. The vm disk image itself is just a data file. This will work extremely well for some things (like office stuff, reading mail etc) and poorly for others (mainly high FPS gaming).

It would be perfectly functional to do. (I recommend persistent Linux [Arch, Ubuntu/Debian {which do you prefer}, or RHEL are best] on the external drive. So much easier to set up, and properly configured to be minimal will make it nicer) Here is the rub: Imagine your internal hard drive can do RW @ 300MB/s (just for argument's sake). Now image that streaming from an external drive at, say, 50MB/s. Then add delays from the USB interface, and the massive latency change, and life sucks. If your SSD boot takes 10seconds, then a HDD boot will take 5(ish)minutes, and your external HDD boot will take 10-20 years. (Yes, I'm estimating those first values, and yes, I'm exaggerating the external, but you should get the point). I recommend upgrading your internal drive (I use a 2TB Segate SSHD that I got for $99.99 USD), and doing a dual boot. Yes, a dual boot has its own pains, but it generally will work better and not be painful to use.

The only real disadvantage is possible bottlenecks due to using USB instead of SATA or PCIe, and the fact that you may accidentally unplug the drive during usage.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like