Mailinglist Archive: opensuse (1382 mails)
| < Previous | Next > |
Re: [opensuse] [OT] is there a virtual machine that uses harddisk as harddisk image
- From: Greg Freemyer <greg.freemyer@xxxxxxxxx>
- Date: Mon, 1 Jun 2009 11:17:19 -0400
- Message-id: <87f94c370906010817l520c4461reee36689d985434d@xxxxxxxxxxxxxx>
On Mon, Jun 1, 2009 at 10:17 AM, Randall R Schulz <rschulz@xxxxxxxxx> wrote:
Never tried, but I'd be very surprised if a simple dd did not do the trick.
dd if=<virtual-drive-file> of=/dev/sdx
Then fix the vm config to use that drive / partition.
fyi: I have more confidence you can work with partitions than with full drives.
In that case, dd if=<virtual-drive-file> of=/dev/sdxn
where x is the drive identifier and n is the partition identifier
Greg
--
Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
First 99 Days Litigation White Paper -
http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf
The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
On Monday June 1 2009, Zhang Weiwu wrote:<snip>
On 2009-05-31 10:56:42 +0800 Randall R Schulz <rschulz@xxxxxxxxx>
wrote:
On Saturday May 30 2009, Zhang Weiwu wrote:
could virtual machine software make use of a separate harddisk
instead of a disk image to improve its performance?
By the way do you know if I can convert an existing hard-disk image
file to a real harddisk?
Offhand, I don't, but there's probably a tool for doing it.
Never tried, but I'd be very surprised if a simple dd did not do the trick.
dd if=<virtual-drive-file> of=/dev/sdx
Then fix the vm config to use that drive / partition.
fyi: I have more confidence you can work with partitions than with full drives.
In that case, dd if=<virtual-drive-file> of=/dev/sdxn
where x is the drive identifier and n is the partition identifier
Greg
--
Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
First 99 Days Litigation White Paper -
http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf
The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |