Ich krieg autofs/automount nicht zum laufen. Könnt ihr mir vielleicht auf die Sprünge helfen?
Code: Alles auswählen
yakumo:/# /etc/init.d/autofs status
Configured Mount Points:
------------------------
/usr/sbin/automount --timeout=60 /automount file /etc/auto.misc
Active Mount Points:
--------------------
/usr/sbin/automount --pid-file=/var/run/autofs/_automount.pid --timeout=60 /automount file /etc/auto.misc
yakumo:/# cat /etc/auto.master
#
# $Id: auto.master,v 1.3 2003/09/29 08:22:35 raven Exp $
#
/automount /etc/auto.misc --timeout=60
yakumo:/# cat /etc/auto.misc
#
# $Id: auto.misc,v 1.2 2003/09/29 08:22:35 raven Exp $
#
cdrom -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
yakumo:/# ls / -la | grep automount
drwxr-xr-x 2 root root 0 2005-02-13 20:56 automount
yakumo:/# mount
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/hda3 on /home type ext3 (rw,nosuid)
/dev/hda4 on /media type ext3 (rw,nosuid)
usbfs on /proc/bus/usb type usbfs (rw)
automount(pid27274) on /automount type autofs (rw,fd=4,pgrp=27274,minproto=2,maxproto=4)
yakumo:/# cd /automount/cdrom
bash: cd: /automount/cdrom: Datei oder Verzeichnis nicht gefunden
Liebe Grüße,
Basti