Re: Ris: Mount NFS share on Fat Client
Dashamir Hoxha <[email protected]>
| Newsgroups | gmane.linux.terminal-server.general |
|---|---|
| Message-ID | <CAMucfLwvtM8X7rwfanOK1Xr9Zh+=Ec8yZB+w6+z+=DJmFpLv+A@mail.gmail.com> |
On Wed, Jan 2, 2019 at 8:38 PM Giacomo Trovato <giacomo-o6+VoJyZ4uJWk0Htik3J/[email protected]> wrote: > Hi Dashamir, > > Do I've just to set *LOCAL_APPS_EXTRAMOUNTS=/myfolder* ? > > I don't see any shared folder on FAT Client guest accounts. > You should also set proper permissions: ``` chown guest:guest /myfolder chmod 775 /myfolder ``` Then the guest users will be able to access `/myfolder` on the client. To make it visible to them you can create a symbolic link on the guest home directory: `ln -s /myfolder ~/shared-folder`. Or maybe you can create a launcher on the desktop that opens this folder. > --- > > Giacomo Trovato > > > > Il 02/01/2019 13:52 Dashamir Hoxha ha scritto: > > On Wed, 2 Jan 2019, 13:14 giacomo-o6+VoJyZ4uJWk0Htik3J/[email protected] <giacomo-o6+VoJyZ4uJWk0Htik3J/[email protected] > wrote: > >> Does LOCAL_APPS_EXTRAMOUNTS work with sshfs only? > > > Yes, I think that it works only with sshfs. > > >> >> Giacomo Trovato >> >> >> -------- Messaggio originale -------- >> Oggetto: Re: [Ltsp-discuss] Mount NFS share on Fat Client >> Da: Dashamir Hoxha >> A: [email protected] >> CC: >> >> >> On Wed, Jan 2, 2019 at 11:29 AM Alkis Georgopoulos <[email protected]> >> wrote: >> >>> One problem there is that there's no "$hostname" variable in fstab or >>> lts.conf. >>> Another solution could be to use LOCAL_APPS_EXTRAMOUNTS >>> (http://manpages.ubuntu.com/lts.conf) to mount an extra dir with sshfs, >>> and put symlinks to it. >> >> >> Giacomo, LOCAL_APPS_EXTRAMOUNTS would be simpler and better than a NFS >> shared directory. >> You can make it writable by all the users (or at least all the guest >> users). >> An NFS share could be better only if you want the shared directory in a >> different server than LTSP server, which doesn't make much sense in my >> opinion. >> >> Dashamir >> >> _____________________________________________________________________ >> 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 > > > _____________________________________________________________________ > 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 > > _____________________________________________________________________ > 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 > _____________________________________________________________________ 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