hallo people
i,m using LTSP Client/Server on my work, all works OK, but hawe minor problem:
sometimes is needed to connect USB drive to client(s) and read/write data
i added following lines to /opt/ltsp/i386/etc/udev/rules.d/88-ltspfsd.rule (not sure with file name, at this time i hawe not access to LTSP server)
Code:
ACTION=="add", SUBSYSTEM=="block", ENV{ID_TYPE}=="disk", ATTRS{removable}!="1", RUN+="ltspfs_entry add %k"
also LOCALDEV=True In the lts.conf file
after this, when i connect USB Drive to client, the system automatically crates few directoryes in /media/$user
directory names begins with device names, like: drive-dsc1, drive-sdc1-1, drive-sdc1-2
the actual contents of drive are in last directory (in this case /media/$user/drive-sdc1-2), other directories are empty
second problem: i cant unmount locally connected drive
third problem: Thunar not shows icon of locally connected drive on the desktop (i use XFCE4)
how i can fix this problems?
thanks
and again sorry for poor english