Create NAS with Fedora Server

fedoraftpnasnetwork-sharespermissions

Hey guys, I am new to linux, and wanted to build a NAS box for my Home Network. I have a server sitting in my house running Fedora 13, and wanted to put a Network Storage Server on it. I tried Samba, but it didn't have the feature set I wanted, namely close control to users/groups.
Is there another solution that would work well with windows clients? I want to create a network drive, and allow access to directories on that drive based on users/groups defined on the server.. Also, I would like a public directory, where you wouldn't need to login to access.

I also wanted to add a FTP server, with the users the same as the NAS users, would that be possible?
Thanks,
Max

Best Answer

Samba is what your looking for, but it needs planning and configuration. Chances are it won't do what you want and how you want it done right after installation. You want to make sure your windows users have matching linux accounts. Using the net command you can create mapping between windows groups and linux groups. You want to make sure to use the right level of share permissions so that the users/groups are checked against file permissions.

Check out Samba-by-Example for how to setup a small installation.

Related Question