Version: util-linux-2.12a-16.EL4.16 (RHEL 4.3) # cat /etc/fstab [..] netapp235:/volume/unixvol04/ /backup nfs defaults,nfsvers=3,rw,hard,bg,rsize=32768,wsize=32768,noac 0 0 Every time I call "mount -a", the NFS share get over-mounted (with "mount" you can see x times "/backup"). All other filesystems and CIFS shares don't get over-mounted (with "mount" you see only one time, like it should be) On Debian there is no problem with the same NFS share
Please, I'd like to see outputs from: # cat /etc/mtab # cat /proc/mounts # mount -a -v -v -v thanks.