Hi,
I am using Redhat 6.2 on a Intel Machine. I have changed
/etc/auto.master file, but when I tell /etc/rc.d/init.d/autofs reload
, it gives
Checking for changes to /etc/auto.master ....
/etc/rc.d/init.d/autofs: /tmp/autofs.O1di7T: cannot overwrite existing file
whereas there is no such file in /tmp.. What could be the problem?
Regards,
Seenu.
Note: For reference, I am attaching auto.master and auto.jnana
--
-----------------------------------------------------------------------------
If not here, you can reach me at [EMAIL PROTECTED]
C-DOT, 71/1, Sneha Complex, Miller Road, Bangalore - 560 052
Ph: 226 3399 Ext: 268/Direct: 238 3951 (Off) 363 1707 (Resi)
http://www.seenutn.org
# $Id: auto.master,v 1.2 1997/10/06 21:52:03 hpa Exp $
# Sample auto.master file
# Format of this file:
# mountpoint map options
# For details of the format look at autofs(8).
/misc /etc/auto.misc --timeout 60
/mnt/j1 /etc/auto.jnana --timeout 60
/mnt/j2 /etc/auto.jnana --timeout 60
/mnt/j3 /etc/auto.jnana --timeout 60
/mnt/j4 /etc/auto.jnana --timeout 60
# $Id: auto.misc,v 1.2 1997/10/06 21:52:04 hpa Exp $
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# Details may be found in the autofs(5) manpage
j1 -ro jnana:/export/home1
j2 -ro jnana:/export/home2
j3 -ro jnana:/export/home3
j4 -ro jnana:/export/home4