15.02.2012 15:44, Aravind M D kirjoitti:

> I have read somewhere if we use NFS home we wont face the problem so i
> tried using home directory mounted as nfs.
>
> In /opt/ltsp/i386/etc/lts.conf
>
> [default]
> NFS_HOME=/home

Not sure what you have done, because there is no need for manually 
mounting /home?

I use here LXDE from chroot and I can touch file 'New.file' in /home?

This is client.

root@ltsp21:~# mount
192.168.0.254:/opt/ltsp/i386 on / type nfs 
(rw,relatime,vers=3,rsize=524288,wsize=524288,namlen=255,hard,nolock,proto=tcp,port=65535,timeo=7,retrans=10,sec=sys,mountport=65535,addr=192.168.0.254)

192.168.0.254:/home/ltspmx001 on /home/ltspmx001 type fuse.sshfs 
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,max_read=65536)

root@ltsp21:~# ls -al /home/ltspmx001/New.file
-rw-r--r-- 1 ltspmx001 ltspmx001 0 15.2. 20:09 /home/ltspmx001/New.file

This is server.

root@ltsp:/home/ltsp# mount

root@ltsp:/home/ltsp# ls -al /home/ltspmx001/New.file
-rw-r--r-- 1 ltspmx001 ltspmx001 0 15.2. 20:09 /home/ltspmx001/New.file


But if it is your case, that you need to do something for /home, then 
look at this.

# Grant access to /opt from local apps
LOCAL_OPT = True

# Grant access to /media from local apps
LOCAL_MEDIA = True

# Grant access to /home instead of /home/logged_in_user
LOCAL_REAL_HOME = True

https://help.ubuntu.com/community/UbuntuLTSP/GetMoreFromLocalApps


Best Regards Asmo Koskinen.

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_____________________________________________________________________
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