Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
793 stars 187 forks source link

USB Label & USB Mount Syntax #672

Closed marierau98 closed 2 years ago

marierau98 commented 2 years ago

I wanted to ask if there is a possibility to define a label for usb sticks like a name or a letter. Additionally I wanted to ask if someone can explain me the following syntax from our old configuration:

SESSION_0_FREERDP_OPTIONS="/vc:ftrdpbr /drive:H,/mnt/usbdevice" (of course there are more parameters but I dont quite understand what vc and drive do)

Thinstation commented 2 years ago

USB_MOUNT_USELABEL="Yes"

/vc means to use a specific channel service. Usually not needed. /drive tells freerdp to share /mnt/usbdevice as H: on the remote server

marierau98 commented 2 years ago

Thanks