3

Does it work if Windows is installed inside virtual box of Ubuntu and on an external USB hard drive?

My laptop is Lenovo T400. I am using Ubuntu 12.04, and would like to install SAS 9.3 (its system requirement is here). But I can't find or purchase SAS linux version for Ubuntu. So I guess I have to install SAS under Windows.

Also on my internal hard drive of my laptop, the partition with the most free space has about 23 GB. I am wondering how much space is needed to install Windows 7 and SAS 9.3 under the virtual box of Ubuntu 12.04?

If the space of my internal hard drive is not enough, is it okay to install them on an external USB hard drive? Will that be inconvenient and slow to run Windows 7 and SAS 9.3 under the virtual box from the external hard darive?

Thanks and regards!

Tim
  • 17,743

3 Answers3

2

It should be possible, but be aware any PC virtualisation has nearly horrible I/O performance, and your external hard drive being USB it is likely it will be a painful experience. If you could get a FireWire or eSata drive, preferrably SSD, it would be nicer all around.

Leandro
  • 182
2

I am wondering how much space is needed to install Windows 7 and SAS 9.3 under the virtual box of Ubuntu 12.04?

Windows 7 takes up about 16 GiB.

Windows 7 plus a single program is likely to fit inside those 23 free GIB, but your disk will be quite full. (16GiB + SAS + some free space).

If the space of my internal hard drive is not enough, is it okay to install them on an external USB hard drive?

Yes, that would work. By default Virtualbox stores the information of the OS it emulates in a .VDI file. You can put this file anywhere you want, including on the local harddisk or on an USB attacked harddisk.

Will that be inconvenient and slow to run Windows 7 and SAS 9.3 under the virtual box from the external hard drive?

It will be slower. How much depends on the drive, the USB version and how much SAS uses the disk. Just starting win7 from an image on an USB drive is not a problem. Just wait 30 seconds longer while it starts.

But I can't find or purchase SAS linux version for Ubuntu

However there are package for Red Hat. And you could convert a RPM to a .deb. For more information on that see https://askubuntu.com/questions/193117/i-have-a-rpm-file-how-do-i-convert-to-deb-file-for-running-on-ubuntu.

Briefly:
sudo apt-get install alien
sudo alien -d package-name.rpm
alien -i package-name.deb

Hennes
  • 65,804
  • 7
  • 115
  • 169
1

If you have enough memory, you should be fine. Having the VM on a USB drive is perfectly fine. As to the performance, you will only know when you run the VM. I have not run SAS though and just for general use (mostly to have a dedicated VM to connect to corporate VPN that only worked in Windows).

Leandro
  • 182
johnshen64
  • 4,701