using RH9
I am getting the following error-
Failed mounts:
/misc/.directory File Lookup Failure 41 Time(s)
problem is that I can not find the place where this is being attempted.
Any help appreciated.
Printable View
using RH9
I am getting the following error-
Failed mounts:
/misc/.directory File Lookup Failure 41 Time(s)
problem is that I can not find the place where this is being attempted.
Any help appreciated.
take a look at /etc/auto.master and /etc/auto.misc files
"Your name" <catcher39@www.com> wrote in message
news:5329378.0404191020.1b57d834@posting.google.com...[color=blue]
> using RH9
> I am getting the following error-
> Failed mounts:
> /misc/.directory File Lookup Failure 41 Time(s)
>
>
> problem is that I can not find the place where this is being attempted.
>
> Any help appreciated.[/color]
"TC" <shimashi@hotmail.com> wrote in message news:<hPCdnYJYKYMuthndRVn_iw@comcast.com>...[color=blue]
> take a look at /etc/auto.master and /etc/auto.misc files
>[/color]
I did but I didn't see the problem directory/file listed.
cat /etc/auto.master
# $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
/misc /etc/auto.misc
cat /etc/auto.misc
# $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
cd -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
# the following entries are samples to pique your imagination
#linux -ro,soft,intr ftp.example.org:/pub/linux
#boot -fstype=ext2 :/dev/hda1
#floppy -fstype=auto :/dev/fd0
#floppy -fstype=ext2 :/dev/fd0
#e2floppy -fstype=ext2 :/dev/fd0
#jaz -fstype=ext2 :/dev/sdc1
#removable -fstype=ext2 :/dev/hdd
floppy -fstype=msdos :/dev/fd0