alexcolson

Create VirtualBox disk with physical Disk

Nov 21st, 2011
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. mkdir -p ~/VirtualBox VMs/B7
  2. cd ~/VirtualBox VMs/B7
  3. sudo chmod 777 /dev/disk0s3
  4. VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk0 -filename bootcamp.vmdk -partitions 3
  5. sudo 777 *.vmdk
  6.  
  7.  
Advertisement
Add Comment
Please, Sign In to add comment