Thinstation / thinstation

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

freerdp USB redirection #807

Open drnuriev opened 8 months ago

drnuriev commented 8 months ago

` module usb-storage

module autofs4 # Automount and autofs support

module isofs # ISO9960 file system support for CDRoms module udf # CDRom UDF file system support module vfat # Fat and VFat file system support module ntfs # NTFS file system support

module ext2 # Ext2 file system support

module ext4 # Ext4 file system support

module nfs # NFS file system support

module cifs # CIFS support (use either this or smbfs - not both)


!!Miscellaneous

package overlayfs # This is needed in order for squashfs compression mode to work.

package ts-classic # The classic ts logic for network/netfiles/hostname/mounting/telnetd/telnet/playcd

package automount

package netfiles # Adds only this package instead of the whole ts-classic. netfiles lets you get thinstation.conf.xxx files

from the TFTP-server

package udisks

package automount

package networkmanager

package autonet

package udisks-glue`

** package xfwm4

package xfwm4-extra

package xfce4-power-manager package terminal # Terminal emulator for xfwm4 -- Pulls in xfwm4 package thunar # File Manager for xfwm4 -- Pulls in xfwm4


UDISKS_AUTOMOUNT=true BASE_MOUNT_PATH=/media USB_MOUNT_DIR="."


Freerdp 2.11.5

  1. /drive:hotplug,/media -USB appears in Windows like a charm, works fine (copy, create files etc) :) When I plug and unplug, I can not to put file in, it says about needs 4kb free space.
  2. /drive:hotplug,* First login to RDS it works- I see USB, copy, create files and etc. Then unplug, after that insert USB in - linux say "Volume mounted", but the USB in Windows does not appear. After unplug-plug: gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) /dev/sdc1 on /media/2451-A627 type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,flush,errors=remount-ro,uhelper=udisks2) /dev/sdb on /media/BAD1-FCC2 type exfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2) Thanks for your help.
drnuriev commented 8 months ago

Hello! I could say: The update freerdp from 2.7.0 to 2.11.5 was a little bit untimely. I downgrated it and USB works fine with /drive:hotplug,* Thanks :)