BarkingGhostar
Diamond Member
I thought I was using the correct syntax, but apparently I am not. 'mount' shows my USB flash drive on /dev/sdb1 and I used the following string and got the result:
I've previously included myself as a user to the virtualbox group, which made attaching USB devices in VMs possible but for some off reason I do not know how to interpret the above error (comprehension problem).
Code:
barking@barking ~ $ vboxmanage internalcommands createrawvmdk -filename test.vmdk -rawdisk /dev/sdb1
VBoxManage: error: Cannot open the raw disk '/dev/sdb1': VERR_ACCESS_DENIED
VBoxManage: error: The raw disk vmdk file was not created
I've previously included myself as a user to the virtualbox group, which made attaching USB devices in VMs possible but for some off reason I do not know how to interpret the above error (comprehension problem).