vote up 0 vote down star

Has anyone any experience on running virtual machines on an USB stick?

Today, I have several development servers running in virtual instances on my external eSata 7200rpm 2.5" disk. However, I have been thinking on instead putting my virtual disks on an USB instead. The sizes (I need 30GB+) and prices has come to a point where it seems feasible.

Anyone actually have done some tests? Is it more performant than a mechanical HD? Any other things to consider?

A SSD is not an option at this point.

flag

4 Answers

vote up 0 vote down check

Running a VM is not much different to using USB for a general filesystem. The same rules apply. You get good seek performance but poor burst writes relative to a HD. Eventually the memory cells on flash ram degrade and you need to replace them.

For my money I think you'll see an overall improvement in speed since OS bootup usually requires reading many small files. I'd make sure your virtual memory file and temp directories are on a real HD though or you'll wear the flash ram unnecessarily.

link|flag
And eventually hard-drives die and you have to replace them. As far as I know the mechanisms used to spread out writes over the Flash memory are effective enough that they have about the same lifetime as hard disks nowadays. – Johannes Rössel Jun 17 at 10:06
I won't argue with that, flash ram is improving in speed, cost and quality very quickly. – SpliFF Jun 17 at 10:07
vote up 0 vote down

Not directly an answer to your question, but from a performance, price and disk space perspective using an external 2,5" USB drive (500 GB) could be a valid alternative. You could even buy two (backup/original) and partition them to get maybe 10 Test-OS on there.

link|flag
vote up 0 vote down

If you want to move virtual machine between hosts, consider storing it on usual HDD and then transfer it either via ftp or on USB stick (if you want to take it home for example).

Your USB Stick will can die to fast because of frequent rewrites. You just get slow device which will die in a year because of extensive use. That could be just a waste of money.

link|flag
vote up 0 vote down

Another problem you might have is that if you use more than one or two flash pens, your system will have considerable loss of performance for they might share the same bus, depending on your system specs. Although if you use only one or two usb disks, you might pull it off

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.