Create NAS with Fedora Server

6,246

Solution 1

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.

Solution 2

Take a look at OpenFiler. It will give you a nice and easy to use web interface to configure and share your storage. It also has a simple User/Group managment interface which allows you to restrict access to shares.

Share:
6,246

Related videos on Youtube

Ben
Author by

Ben

Updated on September 17, 2022

Comments

  • Ben
    Ben over 1 year

    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

  • Admin
    Admin almost 14 years
    I am looking for an option that I can run in fedora 13, I already have a HTTP server going. And I really don't want to fuss with virtualization (doesn't work well with my NIC)
  • Admin
    Admin almost 14 years
    Would there be a way to check user/pass against a database, or file?
  • Ben
    Ben almost 14 years
    How would I integrate that into my existing server?