Bugzilla – Bug 131505
Automount problem mounting a desktop disk on a laptop
Last modified: 2006-08-14 07:08:57 UTC
I have /etc/auto.master and /auto.misc files that have worked happily on laptops running Mandrake 10.1 These same files don't work on Suse 10.0 (1) Contents of /etc/auto.master /misc /etc/auto.misc --timeout=60 (2) Contents of /etc/auto.misc desktop_home -fstype=nfs,rw,soft,intr desktop:/home (3) Result on Mandrake 10.1 of /etc/rc.d/init.d/autofs status /usr/sbin/automount --timeout=60 /misc file /etc/auto.misc (4) Result on Suse 10.0 of /etc/rc.d/init.d/autofs status /usr/sbin/automount --timeout -timeout=60 /misc file /etc/auto.misc timeout=60 On the Mandrake system I can then browse to desktop_home: and find the files that live on the desktop machine. On Suse, nothing. The information that appears as a result of the 'autofs status' seems to show some confusion about the timeout parameter as timeout is mentioned three times.
Closed due to inactivity.