Why did youDoes not include the folder beforeapply to /backup/NFSv4?
It should be :
server:/export/backup/system/pc1 /backup/system nfs4 auto,noatime 0 0 You need to mount it according to your export file.
Why did you not include the folder before
/backup/?It should be :
server:/export/backup/system/pc1 /backup/system nfs4 auto,noatime 0 0You need to mount it according to your export file.
Edit :
Could it be that you are exporting the file pc1 only to the IP address 192.168.1.8 and your client does not have that IP.
Try changing the IP address :
/export/backup/system/pc1 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check)