LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   automounting in /home directory doesn't work (https://www.linuxquestions.org/questions/linux-software-2/automounting-in-home-directory-doesnt-work-270641/)

jlinkels 12-26-2004 10:11 PM

automounting in /home directory doesn't work
 
Hi all,

I want to let all users on my network use their home directory on the file server.

That is, user bar should use server:/home/bar as his home directory, rather than the local /home/bar.

I have chosen to use autofs to accomplish this.

The auto.master file looks like this:
/home /etc/auto.home

The auto.home file looks like this:
* -defaults,nosuid server:/home/&

Well, despite of the thousands of web pages describing this process as the way how to do it, it does NOT work.

When I change the auto.master to:
/foo /etc/auto.home

everything works fine, and the directories foo/bar and foo/baz etc. appear nicely.

In the case that I use /home as a mount point, no automount daemons start, and this is shown with the autofs status command.

Because it works fine in /foo and not in /home as the mount point, I came to the conclusion that it has something to do with choosing /home as mount point.

Since I can get it working in /foo, I am sure that the problem is NOT in:
- exporting the directories on the server
- setting up autofs, or auto.master or auto.home files
- nfs

When I mount the directory server:/home/bar manually on the mount point /home there is no problem, it is just that automount refuses to do this.

I could of course work around this problem to define a user's home directory as /foo/bar in the passwd file, but I don't think that is an elegant solution.

Any ideas someone?

jlinkels

jlinkels 12-27-2004 10:12 AM

Problem solved!
 
I found what caused the problem!

The /home directory was mounted from a different partition (/dev/hda5), and not simply a subdirectory under '/'

After removing the mount of /home from /etc/fstab I was able to use the automounter as described.

jlinkels

ghee22 03-18-2005 11:45 AM

can you please post your auto.master and auto.home because i'm having the same EXACT problem! i would VERY much appreciate it

jlinkels 03-18-2005 05:12 PM

It's in my first post. Read it.

jlinkels


All times are GMT -5. The time now is 03:36 AM.