Re: howto use printer
Posted: 22. Jun 2009, 23:40
$ VBoxManage showvminfo ca9c5649-8b5c-48bf-9490-dc7725451d33
then.
then.
Code: Select all
[docmccoy@Baikal ~]$ VBoxManage showvminfo ca9c5649-8b5c-48bf-9490-dc7725451d33
VirtualBox Command Line Management Interface Version 2.2.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Name: VisualStudio
Guest OS: Windows XP
UUID: ca9c5649-8b5c-48bf-9490-dc7725451d33
Config file: /home/docmccoy/.VirtualBox/Machines/VisualStudio/VisualStudio.xml
Memory size: 952MB
VRAM size: 12MB
Boot menu mode: message and menu
ACPI: on
IOAPIC: off
PAE: off
Time offset: 0 ms
Hardw. virt.ext: on
Nested Paging: off
VT-x VPID: off
State: powered off (since 2009-06-20T20:39:33.000000000)
Monitor count: 1
3D Acceleration: off
Floppy: empty
SATA: disabled
IDE Controller: PIIX4
Primary master: /home/docmccoy/.VirtualBox/HardDisks/VisualStudio.vdi (UUID: 73060c5c-f146-42de-b75d-dfb7b84afa11)
DVD: /usr/share/virtualbox/VBoxGuestAdditions.iso (UUID: 52887dd2-12b1-4b43-b66c-bbcc8f644e57)
NIC 1: MAC: 080027DAE491, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps
NIC 2: disabled
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: PulseAudio, Controller: AC97)
Clipboard Mode: Bidirectional
VRDP: enabled (Address 0.0.0.0, Port 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null)
USB: enabled
USB Device Filters:
Index: 0
Active: yes
Name: JetFlash Mass Storage Device [0141]
VendorId: 058F
ProductId: 6387
Revision: 0141
Manufacturer: JetFlash
Product: Mass Storage Device
Remote: no
Serial Number: 5F0R48JH
Shared folders: <none>
Guest:
Statistics update: disabled
Code: Select all
[docmccoy@Baikal ~]$ su
Password:
[root@Baikal docmccoy]# VBoxManage showvminfo ca9c5649-8b5c-48bf-9490-dc7725451d33
VirtualBox Command Line Management Interface Version 2.2.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
ERROR: Could not find a registered machine with UUID {ca9c5649-8b5c-48bf-9490-dc7725451d33}
Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component VirtualBox, interface IVirtualBox, callee nsISupports
Context: "GetMachine (uuid, machine.asOutParam())" at line 1925 of file VBoxManageInfo.cpp
[root@Baikal docmccoy]#
Code: Select all
VBoxManage showvminfo VisualStudioCode: Select all
[docmccoy@Baikal ~]$ VBoxManage showvminfo VisualStudio
VirtualBox Command Line Management Interface Version 2.2.4
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
Name: VisualStudio
Guest OS: Windows XP
UUID: ca9c5649-8b5c-48bf-9490-dc7725451d33
Config file: /home/docmccoy/.VirtualBox/Machines/VisualStudio/VisualStudio.xml
Memory size: 952MB
VRAM size: 12MB
Boot menu mode: message and menu
ACPI: on
IOAPIC: off
PAE: off
Time offset: 0 ms
Hardw. virt.ext: on
Nested Paging: off
VT-x VPID: off
State: powered off (since 2009-06-20T20:39:33.000000000)
Monitor count: 1
3D Acceleration: off
Floppy: empty
SATA: disabled
IDE Controller: PIIX4
Primary master: /home/docmccoy/.VirtualBox/HardDisks/VisualStudio.vdi (UUID: 73060c5c-f146-42de-b75d-dfb7b84afa11)
DVD: /usr/share/virtualbox/VBoxGuestAdditions.iso (UUID: 52887dd2-12b1-4b43-b66c-bbcc8f644e57)
NIC 1: MAC: 080027DAE491, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: Am79C973, Reported speed: 0 Mbps
NIC 2: disabled
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: PulseAudio, Controller: AC97)
Clipboard Mode: Bidirectional
VRDP: enabled (Address 0.0.0.0, Port 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null)
USB: enabled
USB Device Filters:
Index: 0
Active: yes
Name: JetFlash Mass Storage Device [0141]
VendorId: 058F
ProductId: 6387
Revision: 0141
Manufacturer: JetFlash
Product: Mass Storage Device
Remote: no
Serial Number: 5F0R48JH
Shared folders: <none>
Guest:
Statistics update: disabled
[docmccoy@Baikal ~]$