0

Some time ago I made a question asking How to install Ubuntu on a USB external Hard Drive without losing its external storage ability. They've closed my question and sent to this one.

Today I did the steps "Installing Ubuntu to a removable USB drive with Virtual Box". But When I try to use the Hard Drive as a normal USB Stick, the system doesn't recognize it. I'm using Windows, the Windows detects the drive. Although the bootable Ubuntu works fine, the windows doesn't recognize as hard drive unit. Does it really lead for what I wanted to?

Doon
  • 113
  • This question is hard to understand. Are you wanting to create a Virtualbox image of Ubuntu, and have that image be on a USB drive? Also, when you say 'the system doesn't recognise it' which system are you referring to? – Tom Brossman Dec 21 '12 at 20:41
  • I want to fully install the Ubuntu on my external Hard drive and keep using it to store data (as a normal USB stick). "The system" refers to Windows. – Doon Dec 21 '12 at 20:45
  • Okay, that is still an exact duplicate of the one you link to in the question here. You mention Virtualbox, that's the confusing bit. What exactly does Virtualbox have to do with fully installing on the external drive? – Tom Brossman Dec 21 '12 at 20:48
  • 1
    Just added a link to the answer. It will be clearer now. The answer uses VirtualBox to do it. Check my answer again. Thank you :) – Doon Dec 21 '12 at 20:54
  • 1
    Thanks for following up but I still don't see why you would use Virtualbox. Why are you using Virtualbox for this? It appears the best thing for you to do is already answered in the duplicate. All you need is two partitions on the USB drive, one for Ubuntu and one (NTFS) for data that Windows can use. What file system are you using for data on the USB drive? If yuo formatted it ext3 or ext4 WIndows can' see it. Is that the issue here? – Tom Brossman Dec 21 '12 at 21:03
  • This is a better solution, try this method instead. That duplicate is needlessly complex. – Tom Brossman Dec 21 '12 at 21:13

1 Answers1

2

I would recommend the method suggested by Tom Brossman in the comment above.

Create two partitions on your drive, one for Ubuntu and the other for your Data (NTFS). You may create a third 2 to 4Gb partition for Swap if you wish (recommended).

When you plug it in a Windows machine, the OS will recognise the NTFS partition and mount it normally while ignoring the ext4 partition for Ubuntu and the Swap partition if there is one.

To Do
  • 15,502