I just upgraded from FC4 to FC5. My kernel is 2.6.18 downloaded from kernel.org. Autofs is 4.1.4 from the FC5 package.
[EMAIL PROTECTED] ~]$ cat /etc/auto.master # # $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $ # # Sample auto.master file # This is an automounter map and it has the following format # key [ -mount-options-separated-by-comma ] location # For details of the format look at autofs(5). #/misc /etc/auto.misc --timeout=60 /smb /etc/auto.smb /net /etc/auto.net --timeout=60 /cache /etc/auto.cache --timeout=60 [EMAIL PROTECTED] ~]$ cat /etc/auto.cache 0 -fstype=ext3,rw :/dev/cache0 1 -fstype=ext3,rw :/dev/cache1 [EMAIL PROTECTED] ~]$ less /var/log/messages ... Feb 5 09:25:22 dc2 kernel: EXT3 FS on sdb1, internal journal Feb 5 09:25:22 dc2 kernel: EXT3-fs: mounted filesystem with ordered data mode. Feb 5 09:26:22 dc2 kernel: EXT3 FS on sdb1, internal journal Feb 5 09:26:22 dc2 kernel: EXT3-fs: mounted filesystem with ordered data mode. Feb 5 09:27:22 dc2 kernel: EXT3 FS on sdb1, internal journal Feb 5 09:27:22 dc2 kernel: EXT3-fs: mounted filesystem with ordered data mode. Feb 5 09:28:23 dc2 kernel: EXT3 FS on sdb1, internal journal Feb 5 09:28:23 dc2 kernel: EXT3-fs: mounted filesystem with ordered data mode. As you can see the filesystem keeps remounting itself every 60 seconds. What can I do to fix this? Thanks Richard _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
