hi to all
[on ltsp-3 on mandrake 9.2]
/ and /home are correctly mounted...
You have /home mounted on the client? That sounds a bit strange. It should not be.
but i have to mount some other NFS volumes on my thin client so i add these volumes in /opt/ltsp/i381/etc/fstab
139.124.2.107:/mnt/disk3 /mnt/disk3 nfs exec,dev,suid,rw 1 1 139.124.2.107:/mnt/disk2 /mnt/disk2 nfs exec,dev,suid,rw 1 1
but they are not automatically mounted at the end of the boot phase
$ mount -a dont succeeed, nothing happens
Most likely this is because when the thin client is booted, its view of the world is that / (on the client) is /opt/ltsp/i386 on the server. Thus /mnt/disk? is outside the / file system as viewed from the client and just dont exist.
what have i to do in order to autmatically mount some extra NFS volume?
Move the stuff you want mounted into the /opt/ltsp/i386 tree should do it if my view of this is correct.
have i to modify rc.local in order to add the mounting of these new disk volume?
thanks for answer and ideas
ML
-- Med vennlig hilsen Ragnar Wisl�ff ------------- Life is a reach. Then you gybe.
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _____________________________________________________________________ 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
