Sorry about the latency in my reply. I first noticed this problem on the autofs distributed with FC2 (4.1.2). I tested 4.1.3 and it didn't appear to fix it (I had noticed the patch). Version 3.1.7 worked okay, probably because it didn't attempt an fsck before mounting ext2/3 file systems. You can easily test it by creating a map like such...
cat > /etc/auto.local << EOF root -fstype=ext3 :/dev/<root partition> EOF automount /local file /etc/auto.local Attempting to access /local/root will fail because the fsck failed since the file system is already mounted. --Shane > On Mon, 24 May 2004 [EMAIL PROTECTED] wrote: > > > Could you be a little more specific regarding the version please. > > I assume you mean 4.1.2 -> 4.1.3. Did it work before that. If so how far > back? > > The main change here was a correction to spawn function parameters when > calling fsck. > > Ian > ------------------------------------------------------------------------ Shane Canon voice: 510-486-6981 PSDF Project Lead fax: 510-486-7520 National Energy Research Scientific Computing Center 1 Cyclotron Road Mailstop 943-256 Berkeley, CA 94720 [EMAIL PROTECTED] ------------------------------------------------------------------------ _______________________________________________ autofs mailing list [EMAIL PROTECTED] http://linux.kernel.org/mailman/listinfo/autofs
