I have a Debian (stable) server and some Debian (stable) client and one Debian (unstable) client.
The server is running as a NFS server and exports some files and it is working OK with all my stable clients ... but not with the unstable one. The exported NFS files do not get mounted by fstab when booting.
The /etc/fstab looks like (the same for all stable & unstable ones):
arkiv-x:/home /mnt/Arkiv_X nfs rw,hard,intr,rsize=65536,wsize=65536 0 0
Hmmm ... but when I do a mount with command:
sudo mount -t nfs arkiv-x:/home/ /mnt/Arkiv_X
it gets mounted.
Why can't the unstable client mount NFS with fstab when all the stable ones can ...