Page 1 of 1

USB key hidden of RDP session

Posted: Mon Jan 31, 2022 2:51 pm
by nicodep
Hi,
I use Rpi4 with 1 monitor and 3 screens (3 RDP sessions differents)
When i plug USB key, i see right the key in web interface but not in the RDP session screen 1

I have activated redirection via gpedit like viewtopic.php?f=25&t=47476&sid=15d92e38 ... 383c166be1
i test with 2 usb key (Fat32 and NTFS)
See the log

Thk
WTware_E4.5F.01.78.DF.BB_2022-01-31_12-36-55.txt
(118.02 KiB) Downloaded 696 times

Re: USB key hidden of RDP session

Posted: Mon Jan 31, 2022 6:15 pm
by aka
"usb=" option redirects physical USB device. It's impossible to redirect one device to two servers. Remove "usb=" line from config.

Filesystem can be redirected to two servers. Write this line at the beginning of the config file:

Code: Select all

disk=usb
Note that it still can cause errors if two servers attempt to write to the same file.