Festplatten Problem

Allgemeine Diskussionen über den Einsatz von VirtualBox.
Post Reply
jupitersaturn
Posts: 4
Joined: 22. Nov 2017, 16:17

Festplatten Problem

Post 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#
mpack
Site Moderator
Posts: 39134
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Festplatten Problem

Post 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.
jupitersaturn
Posts: 4
Joined: 22. Nov 2017, 16:17

Re: Festplatten Problem

Post by jupitersaturn »

Thank you so much!
That was it! Now it did work without problems!
Post Reply