Autofs

General support questions
Post Reply
Dead_Cow
Posts: 2
Joined: 2014/07/27 19:05:14

Autofs

Post by Dead_Cow » 2014/08/03 16:39:36

I use autofs to mount my home directory, from a clearos 5.3 server. The setup I use has worked fine with mint linux, ubuntu and opensuse but I can not get centos7 to work as client. The following is my auto.master and auto.home, any ideas why this fails would be greatly appreciated.

auto.master

#
#+auto.master

/home /etc/auto.home --timeout 10

auto.home
* --fstype=nfsv4,rw,soft,intr,nosuid,nodev,tcp,retry=10,rsize=65536,wsize=65536,noatime,nodiratime 192.168.37.1:/&

output of mount

/etc/auto.home on /home type autofs (rw,relatime,fd=7,pgrp=30631,timeout=10,minproto=5,maxproto=5,indirect)

vanecka
Posts: 45
Joined: 2010/01/28 21:05:11
Location: University of the Free State - South Africa
Contact:

Re: Autofs

Post by vanecka » 2014/10/21 14:23:02

Not really a solution but first try using NFS3:

Code: Select all

auto.home
* -fstype=nfs,nfsvers=3,rw,soft,intr,nosuid,nodev,tcp,retry=10,rsize=65536,wsize=65536,noatime,nodiratime 192.168.37.1:/&

Post Reply