On 24.01.2016 15:26, Truth wrote:
> On 24.01.2016 12:32, Alkis Georgopoulos wrote:
>> On 24/01/2016 01:04 μμ, Truth wrote:
>>> So, how can I mount /home2 the same way as /home?
>> Since you're using ltsp-pnp, ensure that the /home2 directory exist on
>> the server and the virtual client disk:
>>      mkdir -p /home2
>>      ltsp-update-image -c /
>>
>> Then put LOCAL_APPS_EXTRAMOUNTS in lts.conf:
>>      LOCAL_APPS_EXTRAMOUNTS="/home2"
>>
>> That's all there is to it.
>>
>> You may also want to read the sshfs man page, option follow_symlinks.
>> LTSP sets that option as *false* for /home,
>> and true for all the dirs in LOCAL_APPS_EXTRAMOUNTS.
>>
>> --
>> Alkis Georgopoulos
>> LTSP developer
>> Professional LTSP support: alk...@gmail.com
> Many thanks - ... it works great, when I pay attention that the line
> with LOCAL_APPS_EXTRAMOUNTS is within the default section [Default].
>
> Is it possible to mount (within home2) only one (the actual)
> user-directory (like in /home)?
> And is it possible to mount all user-directories within  /home?

I'm using Debian as a multi-user platform for the members of my family. 
The data within the home-directory are physically stored within two 
different partitions (e.g. with a different block size for /home and 
/home2) to speed up large files like VirtualBox Images and so on ( 
/home2 is included to /home via symlinks). Since it is a privat network 
there was (almost) no need to change the default settings for files and 
folders and users are able to read from other users home directory which 
makes file sharing very easy.

Since children are getting older and want to use the computer more often 
I've installed a LTSP-PNP client as an additional working station and 
have mounted the 2nd home-partition (/home2) via LOCAL_APPS_EXTRAMOUNTS 
- the same symlinks from the server can be used for the client as well.

Now, users (working on the client) are able to read from other users 
/home2 which is fine since I have the same situation at the server. 
However, users are not able to read from other users /home because only 
one user-directory (the directory of the actual user) is mounted at 
/home by default.

Is there a way to have all user-directories be mounted at /home?

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

Reply via email to