1x2golistmounts(8) X2Go Server Tool x2golistmounts(8)
2
3
4
6 x2golistmounts - List Mounted Shares for an X2Go Session
7
9 x2golistmounts [<session_id>]
10
11
13 x2golistmounts returns a list of mounted client-side folders or devices
14 for X2Go session <session_id>.
15
16 If this commands get evoked inside an X2Go session, the <session_id>
17 parameter can be omitted (and the env var $X2GO_SESSION will be used
18 instead).
19
20 x2golistmounts is run with normal user privileges and it is used by
21 X2Go clients to render a list of SSHFS mounts for a given X2Go
22 sessions.
23
25 A line-by-line list of mounted shares is returned by x2golistmounts.
26 Each line consists of two mount point attribute fields separated by the
27 pipe symbol (,,|'').
28
29 The meanings of these mount point attributes are:
30
31 field 01: <sshfs_target_host_ip>
32 field 02: <mount_point_path_on_server>
33
34 As exitcode x2golistmounts always returns 0.
35
37 x2gomountdirs(8), x2goumount-session(8)
38
40 This manual has been written by Mike Gabriel <mike.gabriel@das-
41 netzwerkteam.de> for the X2Go project (https://www.x2go.org).
42
43
44
45Version 4.1.0.3 Nov 2018 x2golistmounts(8)