M
M
morgan2015-02-26 09:37:22
linux
morgan, 2015-02-26 09:37:22

How to determine the serial number of a usb flash connected to a thin client with Thinstation 5 on a virtual machine?

How to determine the serial number of a usb device connected to a thin client running Thinstation 5 on a virtual machine running Windows OS?
The flash drive is connected to the thin client, and in the virtual machine it is defined as a network drive.
Perhaps there is some thinstation 5 configuration parameter besides or to help:
SESSION_0_RDESKTOP_OPTIONS=" -f -u '' -a 32 -r disk:USB=/mnt/usbdevice/"
RDESKTOP_USB=On
Either initially set by serial number or other possible attributes , which flashes are allowed to work with the virtual machine.
For example, the key to the USB_MOUNT_OPTIONS parameter.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
t_q_l, 2015-02-27
@morgane

From the virtual machine, connect via SSH to the thin client and do something like:

# udevadm info --query all --name=/dev/ttyUSB1 --attribute-walk | grep serial

    SUBSYSTEMS=="usb-serial"
    ATTRS{serial}=="A7031LHX"
    ATTRS{serial}=="0000:00:1d.0"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question