LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Noob question: AutoFS and NFS Share Issue: Group mounts (https://www.linuxquestions.org/questions/linux-networking-3/noob-question-autofs-and-nfs-share-issue-group-mounts-539086/)

gerhardb 03-20-2007 02:09 PM

Noob question: AutoFS and NFS Share Issue: Group mounts
 
Howdy!

I've got a simple question for a few of you Linux gods out there:

I'm doing a simple NFS share off a Fedora Core 6 based Linux file server.

My /etc/exports currently looks like this:

/home *(rw,sync)
/home/group *(rw,sync)

I've created two autofs files called auto.home and auto.group:

auto.home has one line:

* -fstype=nfs,soft,intr,rsize=8192,wsize=8192,nosuid,tcp lfs1:/home:&

auto.group has one line:

* -fstype=nfs,soft,intr,rsize=8192,wsize=8192,nosuid,tcp lfs1:/home/group

My auto.master is the typical default one with:

/misc /etc/auto.misc
/net -hosts
/home /etc/auto.home --timeout 600
/group /etc/auto.group --timeout 600
+auto.master

The UIDs and GIDs are the same on all systems.

On the file server, I have one 800GB /home mount that is where all the home directories are mounted.

Under that mount, I have group folder, and I'd like to NFS share out that group folder to users with the proper GUIDs...

When I start the client's autofs, I don't get any errors... but I also can't see the folders in the group mount.

What am I doing wrong?

Moreover, what is the proper procedure for sharing group folders?

FYI: I've setup the /home/group folder with an overall GUID "GroupUsers" and then set up easy special user group as "Group1" "Group2" etc... All users that should have group access belong to the "GroupUsers" group, and then also ahve specific other groups as well.

Thanks in advance!

Gerhard


All times are GMT -5. The time now is 09:25 PM.