On Sat, Feb 2, 2013 at 9:14 AM, davide marchi <danjde@xxxxxx> wrote: > Hi friends, > i'm using Fedora 17; > On two machine: > > cosmogoniasx (the server) > cosmogonia-book (the client) > > i've set up nfs4 on both machine. > > here the cosmogoniasx /etc/exports > > /var/run/media/vage/BIG > cosmogonia-book(rw,insecure,sync,fsid=0,no_root_squash) > > here the cosmogonia-book /etc/auto.master > > /mnt/BIG /etc/auto.net4 -rw,intr --timeout 60 > > here the cosmogonia-book /etc/auto.net4 > > BIG -rw,soft,intr,rsize=8192,wsize=8192 cosmogoniasx:/dev/sdd1 > > i've set up /etc/hosts correctly, > > so i can mount manually the nfs share: mount.nfs4 cosmogoniasx:/ /mnt/BIG > > > but autofs no: > > running "mount" on cosmogonia-book: > /etc/auto.net4 on /mnt/BIG type autofs > (rw,relatime,fd=7,pgrp=8338,timeout=60,minproto=5,maxproto=5,indirect) > > running "df" > no BIG mounted > > and if i run "ls -l /mnt/BIG > no files founded > > could you give me any useful suggest? :-) In auto.master you configured an indirect mount point in /mnt/BIG. The keys you define in /etc/auto.net4 are inside the mount point, so try "ls /mnt/BIG/BIG". Leonardo -- To unsubscribe from this list: send the line "unsubscribe autofs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html