I need to setup a couple of LTSP servers to support the number of users.
I decided to setup a nfs server so that certain directories remain the
same on all ltsp servers.
I am thinking 1 master server and 1+ slave server.
I am thinking of moving
/home
/opt/ltsp
/var/lib/tftpboot to the nfs server.

I want to mount /opt/ltsp and /var/lib/tftpboot as rw only to the master
and /home/ as rw on all servers.

my qustion is what options should i set for each one in /etc/exports file?
this is what i am currently thinking(assuming the folders are located
in /exports).

/exports/home         all_ip(rw,no_root_squash,sync)
/exports/ltsp            master_ip(rw,no_root_squash,sync)
slave_ip(ro,no_root_squash,async)
/exports/tftpboot      master_ip(rw,no_root_squash,sync)
slave_ip(ro,no_root_squash,async)


-- 
Tomoki Taniguchi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_____________________________________________________________________
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