With Windows client OS acting as a server, you can use a max. of 10 simultanous connection at any time. Not enough for your 30 clients. The Samba solution hasn't that restriction, and a (cheap) NAS device shouldn't, too. The NAS is file server and external harddisk in one device, running Linux in most cases.
You only need to setup user and password on that single "server", so that is not a problem. You should care about access rights and separate folders for each student. And even think about a backup system, as kids delete their own "important" contents by accident from time to time.
So I agree you need a server OS in any way, be it Linux with Samba, or integrated in a NAS, or Windows Server (2000 would be sufficient). With latter, you do not need to set up a Domain or Active Directory, it is too much work for that simple task.
Main Topics
Browse All Topics





by: peter41Posted on 2009-07-04 at 02:06:48ID: 24776379
I think the best way is to buy W2K3 server and create AD domain. AD provides unique name+password for accessing all resources in AD.
Alternatively you can to install Linux Samba NT domain, it should be also sufficient for your purpose.
If you chose solution with importing/deleting users, you can find useful command:
"net user" and you can to create *.bat which imports users from some text file.
See help: "net user /?"
Peter