Taking the the following example from section 12.2.1 of the user manual,
Code: Select all
VBoxManage setextradata "VM name" "VBoxInternal/Devices/ahci/0/LUN#[x]/Config/FlushInterval" [b]Code: Select all
VBoxManage setextradata "VM name" "VBoxInternal/Devices/ahci/0/LUN#[0]/Config/FlushInterval" [1000000]Code: Select all
VBoxManage setextradata "VM name" "VBoxInternal/Devices/ahci/0/LUN#0/Config/FlushInterval" 1000000Thanks for any advice.