> I've just started with ltsp-pnp on 12.04 Ubuntu. If I create a directory > say /usr/local/music on the server it does not show up on the client. > Can someone tell me what I am missing ? > Peter
I think this: "If you need to, you can exclude some of your server files or directories from the generated image from /etc/ltsp/ltsp-update-image.excludes." https://help.ubuntu.com/community/UbuntuLTSP/ltsp-pnp#Generating_the_client_image Check that 'usr/*' is not excluded. And remember to make image every time you change something (add/remove apps, files etc) in server side, ltsp-pnp is little bit different that way. I also use nfs for /home. Maybe you can use nfs for media files, too? ltsp@Ltsp-pnp:~$ cat /etc/exports # /home *(rw,sync,no_subtree_check) ltsp@Ltsp-pnp:~$ cat fstab.txt # Dynamically generated by LTSP. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc nodev,noexec,nosuid 0 0 192.168.100.10:/home /home nfs defaults 0 0 Best Regards Asmo Koskinen ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _____________________________________________________________________ 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