The I/O cache encountered an error
Posted: 14. May 2014, 16:09
I made a vmdk file so that I can boot Ubuntu from my USB Drive using this command:
This worked, I am able to boot up but all of the sudden it crashes and I get this error message:
The I/O cache encountered an error while updating data in medium ahci-0-0 (rc=VERR_ACCES_DENIED). Make sure there is enough free space on the disk and that the disk is working properly. Operation can be resumed afterwards.
With the ID: BLKCACHE_IOERR
I tried to use diskpart and tried to do this command on the USB Drive:
This didn't make much of a difference.
I did try it while running virtualbox as an administrator.
Does anyone have any idea what I should do?
Code: Select all
VBoxManage internalcommands createrawvmdk -filename "%USERPROFILE%"\.VirtualBox\usb.vmdk -rawdisk \\.\PhysicalDrive1The I/O cache encountered an error while updating data in medium ahci-0-0 (rc=VERR_ACCES_DENIED). Make sure there is enough free space on the disk and that the disk is working properly. Operation can be resumed afterwards.
With the ID: BLKCACHE_IOERR
I tried to use diskpart and tried to do this command on the USB Drive:
Code: Select all
attributes disk clear readonlyI did try it while running virtualbox as an administrator.
Does anyone have any idea what I should do?