On Fri, 2006-12-08 at 13:15 -0700, Michael wrote: > Ian Kent wrote: > > On Fri, 2006-12-08 at 09:59 -0700, Michael wrote: > > > >> Hello, > >> > >> I have been trying to get autofs to mount DVD iso images but so far have > >> been unsuccessful. I want to make this work from various client > >> machines and not on the machine that servers out the iso. > >> > >> I tried some examples from the web but can't seem to make them work. I > >> can mount the file by hand over NFS without any issues. > >> > >> Here is my configuration > >> > >> NIS: > >> > >> auto.master > >> /mythtv auto.mythtv > >> bg,hard,intr,retry=10000,rsize=32768,wsize=32768,timeo=600,nfsvers=3,tcp > >> > >> auto.mythtv > >> iso --timeout=60 -fstype=autofs auto.mythtv.iso > >> video -rw filer:/export/services/mythtv/video > >> > >> auto.mythtv.iso > >> * -fstype=iso9660,ro,loop /mythtv/video/Movies/& > >> > > What happens if you use: > > * -fstype=iso9660,ro,loop :/mythtv/video/Movies/& > > > > > > Same: > > Dec 8 13:12:27 fc6 automount[12059]: mounted /mythtv/iso > Dec 8 13:12:35 fc6 automount[12059]: attempting to mount entry > /mythtv/iso/MOVIE.iso > Dec 8 13:12:35 fc6 automount[12059]: lookup_name_file_source_instance: > file map not found > Dec 8 13:12:35 fc6 automount[12059]: failed to mount /mythtv/iso/MOVIE.iso > Dec 8 13:12:35 fc6 automount[12059]: attempting to mount entry > /mythtv/iso/MOVIE.iso > Dec 8 13:12:35 fc6 automount[12059]: lookup_name_file_source_instance: > file map not found > Dec 8 13:12:35 fc6 automount[12059]: failed to mount /mythtv/iso/MOVIE.iso > Dec 8 13:12:35 fc6 automount[12059]: attempting to mount entry > /mythtv/iso/MOVIE.iso > Dec 8 13:12:35 fc6 automount[12059]: lookup_name_file_source_instance: > file map not found > Dec 8 13:12:35 fc6 automount[12059]: failed to mount /mythtv/iso/MOVIE.iso
Then you need to provide a debug log. You need to ensure that daemon.debug is being set somewhere by syslog. Check that because this is not nearly as much logging as would be expected. I'd also add that I don't think the maps are quite right either but I don't have any suggestions atm. So give us the debug log first. Ian _______________________________________________ autofs mailing list [email protected] http://linux.kernel.org/mailman/listinfo/autofs
