Hello folks, I have a strange problem trying to mount an NFS file system. I used to configure this simple option but it is the first time I am facing this trouble. Let's assume two machines Linux: Client: Linux 2.2.12-20smp Redhat 6.1 Server: Linux 2.4.2-2 Redhat 7.1 Server file systems: /dev/hda1 73885280 24 70132072 1% /A_01 /dev/hdb1 73885280 24 70132072 1% /A_02 /dev/hde1 73889848 24 70136412 1% /A_03 /dev/hdg1 73889848 24 70136412 1% /A_04 Server /etc/exports: /A_01 *(rw,no_root_squash,insecure) /A_02 *(rw,no_root_squash,insecure) /A_03 *(rw,no_root_squash,insecure) /A_04 *(rw,no_root_squash,insecure) Client /etc/fstab server:/A_01 /mnt/server/A_01 nfs user,exec,dev,suid,rw,rsize=8192,wsize=8192,async,timeo=14,intr 0 0 server:/A_02 /mnt/server/A_02 nfs user,exec,dev,suid,rw,rsize=8192,wsize=8192,async,timeo=14,intr 0 0 server:/A_03 /mnt/server/A_03 nfs user,exec,dev,suid,rw,rsize=8192,wsize=8192,async,timeo=14,intr 0 0 server:/A_04 /mnt/server/A_04 nfs user,exec,dev,suid,rw,rsize=8192,wsize=8192,async,timeo=14,intr 0 0 /mnt/server has 4 directories A_01 to A_04 Server /var/log/messages message when executing mount command: Oct 25 18:49:03 server rpc.mountd: authenticated mount request from 192.168.5.2:828 for /A_01 (/A_01) Result of command mount -vf /mnt/server_A01: server:/A_01 on /mnt/server/A_01 type nfs (rw,rsize=8192,wsize=8192,timeo=14,intr) df: server:/A_01 1011928 51472 909052 5% /mnt/server/A_01 Problem when excuting mount /mnt/server/A_01: mount: wrong fs type, bad option, bad superblock on server:/A_01, or too many mounted file systems We have 18 file systems mount on Client. Any idea about ? Many thanks - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html