0

I planning to by a 1TB portable external hard disk. I have a budget of Rs 6000( US $136 approx. ) . How do I check the external hard disk that I purchase would support operations for multiple OS's( especially linux ).

For e.g. I referred to this offer from ebay:-

http://cgi.ebay.in/1TB-W-D-3-0-Passport-External-Portable-Hard-Disk-BILL-/260763580999?pt=LH_DefaultDomain_203&hash=item3cb6b87a47#ht_3869wt_1141

This and many similar offers never have any mention of whether or not they support Linux OS. I could see that they support Mac OS.

I am planning to reserve around 450 GB for Ubuntu and say remaining 450 for use with either Windows 7/XP . Would I be able to successfully implement this scenario?

Can I boot Ubuntu directly from this hard disk? Or if not, can this external hard disk be used as a mount point for more than machines which have the same version of Ubuntu installed on it( this would serve the purpose like a normal usb pen drive, right?). In my case I specifically have a PC and a laptop both having Ubuntu 10.04 OS Installed on it. The only diff is that the PC has Win XP installed and the Laptop has Win 7 installed.

Can you please help me on this and suggest me on what features do I need to look in for when I would be purchasing an external hard disk and would want to use it for the above scenario.

In any case if the above scenario can't be implemented, could you please suggest alternative best solutions which can be considered.

Thank you..

andrew.46
  • 39,359

1 Answers1

4

I have never seen an external hard disk which is incompatible with Ubuntu. Most external HDD's work "plug & play". The software (or crapware) delivered with the package might not be compatible, but it does not matter.

The software delivered with that external HDD:

  • encryption software, alternative: LUKS
  • SmartWare (backup software?), alternative: deja-dup (front-end of duplicity)
  • In some cases, partitioning software is included, the alternative would be GParted

To get the full power out of it, I recommend formatting the Linux partition ext4 and the Windows one NTFS. You can use GParted for that.

Ubuntu can be booted from external HDD's, you might need to enable booting from USB drives in your BIOS or change the booting order to make the external HDD be booted before the internal one.

Lekensteyn
  • 178,446