On Tue, 2010-06-08 at 14:59 +0200, Jan Engelhardt wrote: > Hi, > > > I have here an openSUSE 11.2 with 2.6.33.5 and autofs-5.0.4-6.2.1.x86_64 > > /etc/auto.master: > +auto.master > /- auto.direct > > /etc/auto.direct: > /data/repository/sles11/x64/dvd1 -fstype=iso9660,loop,ro > /data/iso/lin/os/sles/11/SLES-11-DVD-x86_64-GM-DVD1.iso
This is an invalid entry. A mount location can't start with "/", you need to use a ":" escape in this case. /data/repository/sles11/x64/dvd1 -fstype=iso9660,loop,ro :/data/iso/lin/os/sles/11/SLES-11-DVD-x86_64-GM-DVD1.iso _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
