View Poll Results: I use Virtual Machines to run Linux because:
- Voters
- 9. You may not vote on this poll
-
I haven't got any spare computers / partitions to run Linux on.
-
I have too much of an investment to Windows/Mac to be able to run Linux full-time.
-
I like the safety-net of being able to fall back on windows if I get stuck.
-
I don't use Linux frequently enough to warrant a native-installation.
-
I don't know how to install Linux natively or I've had bad experiences of native installs.
-
Other reason (please specify in your reply)
-
Apr 6th, 2007, 10:54 AM
#1
Why do YOU use Virtual Machines to run Linux?
Everyone seems to have an obsession with Virtual Machines for running / trying out Linux. If this is you, whats you're reason?
I don't live here any more.
-
Apr 6th, 2007, 04:23 PM
#2
Re: Why do YOU use Virtual Machines to run Linux?
I got Ubuntu 6 installed on HD and Ubuntu 7 beta,server,FC 6,open suse on virtual machines.
__________________
________________0îîî___
___îîî0________(___)____
__(___)_________) _/_____
___\_ (_________(_/______
____\_)_________________
-
Apr 6th, 2007, 04:53 PM
#3
Re: Why do YOU use Virtual Machines to run Linux?
I really haven't used Linux enough ( or know enough about it) to worrant me giving it its own partition or full pc. That's what a vm is for, if after tring it out i decide i want to use it more then i'll move it to another area (partition or pc)
-
Apr 10th, 2007, 07:20 AM
#4
Hyperactive Member
Re: Why do YOU use Virtual Machines to run Linux?
I use VM installs of Linux for testing purposes...if something screws up it's easy to revert without affecting a live system.
-
Apr 11th, 2007, 07:12 AM
#5
Hyperactive Member
Re: Why do YOU use Virtual Machines to run Linux?
Virtual Machines are very good for testing stuff and running linux on a virtual machine is a hassle free way of learning linux
My monkey wearing the fedora points and laughs at you.
-
Apr 11th, 2007, 04:34 PM
#6
Frenzied Member
Re: Why do YOU use Virtual Machines to run Linux?
Whenever I want to try a different distro out to see what all the fuss is about, I'll generally run it in a VM. It's just quicker and it's always temporary.
-
May 8th, 2007, 10:28 PM
#7
Fanatic Member
Re: Why do YOU use Virtual Machines to run Linux?
For 14 years I'm using computers, I'm not aware that MS Windows/DOS is not the only OS that exist.
I'm using Virtual Machine to test Cross-Platform Development/Deployment.
-
May 10th, 2007, 12:42 AM
#8
Lively Member
Re: Why do YOU use Virtual Machines to run Linux?
I love the snapshot ability. If I mess things up, I can just revert the machine.
Gr,
Mightor
What the world needs is more geniuses with humility, there are so few of us left.
If my post was accidentally useful, please rate it as such, thanks!
Mon aéroglisseur est plein des anguilles.
-
May 10th, 2007, 06:41 AM
#9
Re: Why do YOU use Virtual Machines to run Linux?
You can do that with normal installs anyway. Just dump the entire partition to a file. Easy peasy. You don't even have to mount the drive to do it.
cat </dev/hda2 >mywholedisc_backupfile
Last edited by wossname; May 10th, 2007 at 06:44 AM.
I don't live here any more.
-
May 10th, 2007, 08:02 AM
#10
Lively Member
Re: Why do YOU use Virtual Machines to run Linux?
 Originally Posted by wossname
You can do that with normal installs anyway. Just dump the entire partition to a file. Easy peasy. You don't even have to mount the drive to do it.
cat </dev/hda2 >mywholedisc_backupfile
But a vmware snapshot isn't as big as your partition
What the world needs is more geniuses with humility, there are so few of us left.
If my post was accidentally useful, please rate it as such, thanks!
Mon aéroglisseur est plein des anguilles.
-
May 10th, 2007, 10:43 AM
#11
Hyperactive Member
Re: Why do YOU use Virtual Machines to run Linux?
Well fine then, tar and gzip the file afterwards!!
-
May 10th, 2007, 11:21 AM
#12
Hyperactive Member
Re: Why do YOU use Virtual Machines to run Linux?
not until dd can read and write gzip compressed files.
My monkey wearing the fedora points and laughs at you.
-
May 10th, 2007, 11:33 AM
#13
Lively Member
Re: Why do YOU use Virtual Machines to run Linux?
 Originally Posted by Arrow_Raider
not until dd can read and write gzip compressed files.
Code:
dd if=<disk> | gzip -c > <file> # make dd write a gziped file
gunzip -c <file> | dd of=<disk> # make dd read a gzipped file :)
My point was that vmware snapshots take about 30s to revert to, this would take a LOT longer 
Gr,
Mightor
What the world needs is more geniuses with humility, there are so few of us left.
If my post was accidentally useful, please rate it as such, thanks!
Mon aéroglisseur est plein des anguilles.
-
May 10th, 2007, 12:00 PM
#14
Re: Why do YOU use Virtual Machines to run Linux?
Picky picky picky.
I don't live here any more.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|