Opened 11 years ago
Last modified 11 years ago
#12669 new defect
Mac OSX VBoxManage: error: Cannot read the partition information from '/dev/disk0'
Reported by: | DonyorM | Owned by: | |
---|---|---|---|
Component: | host support | Version: | VirtualBox 4.3.6 |
Keywords: | VBoxManage, partition information | Cc: | |
Guest type: | all | Host type: | Mac OS X |
Description (last modified by )
I am trying to get VirtualBox to boot up my Bootcamp Partition. Does anyone know why I'm getting the error "VBoxManage: error: Cannot read the partition information from '/dev/disk0'"?
What I typed into terminal
WinXPmbp manila$ chmod 777 /dev/disk0 /dev/disk0s4 WinXPmbp manila$ sudo VBoxManage internalcommands createrawvmdk -rawdisk /dev/disk0 -filename "/Users/home/VirtualBox/WinXPMBP/bootcamp.vmdk" -partitions 4 Password: VBoxManage: error: Cannot read the partition information from '/dev/disk0' VBoxManage: error: The raw disk vmdk file was not created
Change History (3)
comment:1 by , 11 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 11 years ago
comment:3 by , 11 years ago
Replying to frank:
Try if
sudo dd if=/dev/disk0s4 of=foo bs=1024 count=1works. If not then it's a permission problem.
This is what I got;
1+0 records in 1+0 records out 1024 bytes transferred in 0.029385 secs (34848 bytes/sec)
Note:
See TracTickets
for help on using tickets.
Try if
works. If not then it's a permission problem.