> > but cannot mount > > sudo mount -o soft,intr,rsize=8192,wsize=8192 10.1.0.102:* > > /export/tank/skaapgif/* /home/skaapgif/Public/ > > What do you expect to happen after the above command is executed? > Why? >
Just to be clear, the asterisks around the server path weren't intended and are there because I put the text in bold. It should therefore read: sudo mount -o soft,intr,rsize=8192,wsize=8192 10.1.0.102:/export/tank/skaapgif/ /home/skaapgif/Public/ I expect this to mount the directory /export/tank/skaapgif/ (which is the mountpoint of my zfs dataset) on server 10.1.0.102, in a directory called Public on the local machines home folder. > When mounting /export/tank over NFS, two directories are shown in the > > mountpoint, skaapgif and torrent, but they are both empty > > What is the NFS version used for mounting? > If NFSv3 is used you need to configure automounter on the client to get > different behavior. > If NFSv4 is used then you need an NFS client with mirror mounts support. > I'm using the default NFS client on ubuntu 10.04 which is NFSv4, I can't find any information on wether this supports mirror mounts. -- Rudolf Meijering _______________________________________________ nfs-discuss mailing list [email protected]
