E
E
eljaja2018-08-13 16:54:47
linux
eljaja, 2018-08-13 16:54:47

How to forward an encrypted flash drive (bitlocker) from linux to a windows rdp session?

I'm trying to forward an encrypted flash drive using bitlocker from linux to a windows rdp session, but I encountered that the file names in the rdp session are short (Latin no more than 8 characters, Cyrillic no more than 4), probably due to the msdos mount option. Decrypt flash drive with dislocker

sudo dislocker-fuse -V $decflash -u$flashpass -- /home/pi/dislocker
sudo mount -t msdos -o loop,rw,umask=0 /home/pi/dislocker/dislocker-file /media/pi/ЗашифрованнаяФлешка

When I use another FS (vfat for example), Russian characters turn into ? and you can't create files in a windows rdp session. This is how I use freerdp
xfreerdp /v:$trmip /u:$login /p:$password /d:$dome /f /cert-ignore /drive:USB,/media/pi +fonts -wallpaper

i.e. I forward all mounted flash drives, I use raspberry pi 3 and the latest release of raspbian

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
eljaja, 2018-08-21
@eljaja

In general, it was necessary to specify the parameters when mounting mount -r vfat, iocharset=utf16

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question