人氣點閱:8866 |
發表人 |
Convert VHD(Virtual PC) to VDI(Virtual Box) 2009-05-25 02:01 分類: ✔️Virtual PC ✔️Virtual Box ✔️Clonezilla 個人: ✔️Virtual PC ✔️Virtual Box ✔️Clonezilla |
/ / /
|
|
Convert VHD(Virtual PC) to VDI(Virtual Box)
有這 VDH -> VDI 需求的人我想都看的懂英文,
所以我用英文寫這兩種方法。
我有嘗試過成功轉換 VHD(Virtual PC 2007) -> VDI(Virtual Box 2.2.2) OK
Method #1: Use /bin/dd
0. Create a fixed size VDI, identical size as VHD.
1. Install Virtual Machine in VirtualBox with any Linux(Ubuntu) or any Linux-LiveCD Disto.
2. Attach Source(VHD) as hda (or sda)
3. Attach Target(VDI) as hdb (or sdb)
4. Boot up to linux vbox
5. Use root to execute => dd if=/dev/hda of=/dev/hdb bs=1048576
(note: if your system is slow, try to downsize bs 1048576 -> 65536)
Method #2: Use Clonezilla
0. Create a fixed size VDI, identical or bigger size as VHD.
1. Install Clonezilla Disto.
2. Aatccah Source(VHD) as hda (or sda)
3. Attach Source(VDI) as hdb (or sdb)
4. Boot up to linux vbox
5. Run Clonezilla to clone disks for you
Clonezilla => http://clonezilla.org/
理論上不轉換 Virtualbox 也認得 Virtual PC VHD 和 VMware VMDK,轉換只是為了方便管理
________________
美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
|
|
Type
繪圖畫廊 設計藝廊 攝影相簿 留言板 最愛收藏 分類標籤
暱稱: Type 註冊: 2002-11-30 發表: 11172 來自: vovo2000.com
V幣: 901758
|
|
|
|
Type
繪圖畫廊 設計藝廊 攝影相簿 留言板 最愛收藏 分類標籤
暱稱: Type 註冊: 2002-11-30 發表: 11172 來自: vovo2000.com
V幣: 901758
|
|
|
|
|