i have installed a storage drive on my PC and have successfully mounted the drive in my Home directory so that it may be shared by adding:
UUID=d351e6f7-6265-405a-afa1-b137c96f3a39 /home/aldy/FamilyShare ext2 defaults 0 0 to the fstab file
I then added:
/home/aldy/FamilyShare 192.168.1.2(no_all_squash,async,secure,no_subtree_check,rw) to the exports file.
created a dir named /home/heidi/
Storage on the client
I then added:
192.168.1.3:/home/aldy/FamilyShare /home/heidi/Storage nfs rsize=8192,wsize=8192,timeo=14,intr to the client fstab (192.168.1.3 is the server)
What have I missed here? i cannot mount from the client
TY in advance

dave