I was wondering about this myself (not that I am lucky enough to be in a position to have a whole room of machines to install linux on, it was just idle thought after being taught about roaming profiles by our stronly pro-MS teacher)
Eventually, I figgured it would work something like this :
/etc mounted from NFS on boot (Network File System on server)
(because /etc contains the file with the passwords in, as I recall)
User X logs in :
Inside User X's login script, thier /home & anything else profile specific is mounted, as well as umount and mounting their /etc (assuming you want them to be able to customize options) -- Edit - /home and/or /etc should be a NFS on the server
If you want it to be closer to a thin client situation, you may also wish to look at mounting /bin, /usr, & others off the server. - alternatively ltsp.org has some stuff for thin clients.
Unfortunately, this is just my ponderings, I have no actual experience doing this, it's just how I thought it could be done. There's probably a program that can do this that I don't know about....
Last edited by urzumph; 02-17-2004 at 03:57 AM.
|