Code: Select all
The problem was that the image I created didn't have read/write permissions for the current user. xD Hi, reading in some forums they said that I could mount directly an existing partition containing windows XP by doing this
Code: Select all
VBoxManage internalcommands createrawvmdk -filename ~/.VirtualBox/WinXP.vmdk -rawdisk /dev/sdaok, that went well the link to the partition worked fine, now when I try to mount the "linked image file" I got this message:

I have set all permissions to the partition containing windows xp with chmod, and I really don't know what is wrong.
Any comment or suggestion will be of great help.. thanks.
*edit I'm using Ubuntu 8.04 as host.