Page 1 of 1

Festplatten Problem

Posted: 22. Nov 2017, 16:24
by jupitersaturn
Wenn ich eine Festplatte einbinden will in Virtualbox, bekomme ich folgenden Fehler.
Kann mir jemand helfen?
Ich habe schon alles mögliche versucht, aber er will einfach nicht. Einen Ordner vbox gibt es ja gar nicht und das File VMDK.cpp ist auch nirgends zu finden.

root@debian:/media# VBoxManage internalcommands createrawvmdk -filename "/home/mbalsiger/VirtualBox\ VMs/harddisk1.vmdk" -rawdisk /dev/sdb1
VBoxManage: error: VMDK: could not create new file '/home/mbalsiger/VirtualBox\ VMs/harddisk1.vmdk'
VBoxManage: error: Error code VERR_FILE_NOT_FOUND at /home/vbox/vbox-5.2.0/src/VBox/Storage/VMDK.cpp(3389) in function int vmdkCreateRawImage(PVMDKIMAGE, PVDISKRAW, uint64_t)
VBoxManage: error: Cannot create the raw disk VMDK: VERR_FILE_NOT_FOUND
VBoxManage: error: The raw disk vmdk file was not created
root@debian:/media#

Re: Festplatten Problem

Posted: 22. Nov 2017, 20:18
by mpack
Answering in English.

It seems to me that you should either escape space characters using "\ ", or you should wrap the entire filename in quotes. Not both.

In any case, does Debian even have that "\ " space escape feature? For some reason I thought that was an OS X thing.

Re: Festplatten Problem

Posted: 22. Nov 2017, 21:12
by jupitersaturn
Thank you so much!
That was it! Now it did work without problems!