I need that passthrough is always "on", I select this, but when I restart
passthrough is off.
So I'm write a script with the command VBoxManage storageattach, but I have
any problem with the parameter
VBoxManage storageattach    <uuid|vmname>
                            --storagectl <name>
                            --port <number>
                            --device <number>
                            [--type <dvddrive|hdd|fdd>
                             --medium
<none|emptydrive|uuid|filename|host:<drive>>]
                            [--passthrough <on|off>]
                            [--forceunmount]

I write
VBoxManage storageattach sigest --storagectl "Ide Controller" --port 1
--medium
00445644-0000-0000-2f64-65762f686463 --passthrough on
Result :
Syntax error: Couldn't find the controller with the name: Ide Controller
But what is the name of storage controller for storagectl
And isn't possibile set passthrough on for good ?
Thank's

This is my showvminfo

Name:            sigest
Guest OS:        Debian
UUID:            44e716c7-7ec1-498e-97b1-21b64a48ad85
Config file:     /home/pacmo/.VirtualBox/Machines/sigest/sigest.xml
Hardware UUID:   44e716c7-7ec1-498e-97b1-21b64a48ad85
Memory size:     1024MB
VRAM size:       12MB
Number of CPUs:  1
Synthetic Cpu:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): Floppy
Boot Device (2): DVD
Boot Device (3): HardDisk
Boot Device (4): Not Assigned
ACPI:            on
IOAPIC:          off
PAE:             off
Time offset:     0 ms
Hardw. virt.ext: on
Hardw. virt.ext exclusive: on
Nested Paging:   off
VT-x VPID:       off
State:           powered off (since 2010-02-04T07:47:31.000000000)
Monitor count:   1
3D Acceleration: off
2D Video Acceleration: off
Teleporter Enabled: off
Teleporter Port: 0
Teleporter Address:NIC 3:           disabled
NIC 4:           disabled
NIC 5:           disabled
NIC 6:           disabled
NIC 7:           disabled
NIC 8:           disabled
UART 1:          disabled
UART 2:          disabled
Audio:           enabled (Driver: ALSA, Controller: AC97)
Clipboard Mode:  Bidirectional
VRDP:            disabled
USB:             enabled

USB Device Filters:

<none>

Shared folders:  <none>

Guest:

Statistics update:                   disabled

Teleporter Password:
Storage Controller Name (0):            IDE Controller
Storage Controller Type (0):            PIIX4
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  2
Storage Controller Port Count (0):      2
Storage Controller Name (1):            Floppy Controller
Storage Controller Type (1):            I82078
Storage Controller Instance Number (1): 0
Storage Controller Max Port Count (1):  1
Storage Controller Port Count (1):      1
IDE Controller (0, 0):
/home/pacmo/.VirtualBox/HardDisks/{a52fa779-6650-4ff8-abfe-0d6d0a00a1e2}.vmdk
(UUID: d02047f6-a1b8-4677-a19e-1bfb0873ee4b)
IDE Controller (1, 0): /dev/hdc (UUID: 00445644-0000-0000-2f64-65762f686463)
(passthrough enabled)
Floppy Controller (0, 0): Empty
NIC 1:           MAC: 0800270F3EF4, Attachment: Bridged Interface 'eth0',
Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported
speed: 0 Mbps
NIC 2:           disabled
_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to