Hi,
I added "x2gousbmount" and "x2gocdmanager" to my thinclient image, but all that happens is that I can see USB mass storage media being mounted locally on the client when plugged in. CDs don't show up at all, and nothing (neither USB media nor CDs) shows up inside the X2Go session (where should they show up, anyways? Under which path am I supposed to look for them?). I'm not sure if I made a mistake when configuring the session, though. Is there a man page or wiki page explaining what the session config is supposed look like when one wants to automatically share client-side media?
-Stefan
Hi Stefan,
On Mo 06 Jan 2014 12:36:08 CET, Stefan Baur wrote:
I added "x2gousbmount" and "x2gocdmanager" to my thinclient image,
but all that happens is that I can see USB mass storage media being
mounted locally on the client when plugged in. CDs don't show up at
all, and nothing (neither USB media nor CDs) shows up inside the
X2Go session (where should they show up, anyways? Under which path
am I supposed to look for them?). I'm not sure if I made a mistake when configuring the session,
though. Is there a man page or wiki page explaining what the session
config is supposed look like when one wants to automatically share
client-side media?
You need to set the --read-exports-from <dir> cmdline options when
launching X2Go Client as also down in the X2Go Client start script of
the TCE [1].
The <dir> is hard-coded in x2gousbmounts / x2gocdmanager and IIRC
points to ~/export.
Mike
[1]
http://code.x2go.org/gitweb?p=x2gothinclient.git;a=blob;f=x2gothinclientmana...
--
DAS-NETZWERKTEAM mike gabriel, herweg 7, 24357 fleckeby fon: +49 (1520) 1976 148
GnuPG Key ID 0x25771B31 mail: mike.gabriel@das-netzwerkteam.de, http://das-netzwerkteam.de
freeBusy: https://mail.das-netzwerkteam.de/freebusy/m.gabriel%40das-netzwerkteam.de.xf...
Am 06.01.2014 15:41, schrieb Mike Gabriel:
You need to set the --read-exports-from <dir> cmdline options when launching X2Go Client as also down in the X2Go Client start script of the TCE [1].
The <dir> is hard-coded in x2gousbmounts / x2gocdmanager and IIRC points to ~/export.
Could it be that there's something wrong here? The automounter on X2Go-TCE mounts devices to: /media/<devicename>/<partitionname> (e.g. "/media/CDROM-sr0/" or "/media/USB2.0_Mobile_Disk/sdb1/")
They don't show up in ~/export. Should ~/export be symlinked to /media on ThinClients to make this work? Or should --read-exports-from in ThinClients' /etc/x2go/x2gothinclient_start be set to /media instead?
-Stefan