Discussion:
[Ltsp-discuss] mount additional device at ltsp-client
Truth
2016-01-22 17:01:58 UTC
Permalink
I'm trying to mount an additional device of the ltsp-server to the client.
In order to do so I've tried to use the parameter FSTAB_1 within
/var/lib/tftpboot/ltsp/i386/lts.conf of the server
(see http://manpages.ubuntu.com/manpages/trusty/man5/lts.conf.5.html)

However, after restarting the client the command cat /etc/fstab gives
always the same result ...
# Dynamically generated by LTSP.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0

... and it does not matter whether CONFIGURE_FSTAB is True or False.

Maybe I'm wrong but I would expect to see an additional line within the
clients fstab even though the definition FSTAB_1="..." is wrong ...

Has someone succeed to use FSTAB_1 ?

Many thanks in advance,
Truth

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Truth
2016-01-23 14:23:17 UTC
Permalink
Post by Truth
I'm trying to mount an additional device of the ltsp-server to the client.
In order to do so I've tried to use the parameter FSTAB_1 within
/var/lib/tftpboot/ltsp/i386/lts.conf of the server
(see http://manpages.ubuntu.com/manpages/trusty/man5/lts.conf.5.html)
However, after restarting the client the command cat /etc/fstab gives
always the same result ...
# Dynamically generated by LTSP.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
... and it does not matter whether CONFIGURE_FSTAB is True or False.
Maybe I'm wrong but I would expect to see an additional line within the
clients fstab even though the definition FSTAB_1="..." is wrong ...
Has someone succeed to use FSTAB_1 ?
Many thanks in advance,
Truth
I found the solution in
http://sourceforge.net/p/ltsp/mailman/ltsp-discuss/thread/AFD3E786D12B844AA3E2D7A073B2588846A6709E%40WMS000M04.intra.lan/#msg34199789

The problem was that the line with FSTAB_1="..." was added to the end of
the lts.conf file, which means it was in section [OLD_MONITOR]. When
moving the line in section [Default] everything works fine.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
Loading...