NFS not acknowledging mounted drives in share subdirectories
I am having an issue with NFS shareson a Linux Mint machine.
Here is the setup on computer A (The server):
============================================
/etc/exports
============================================
/home 10.42.43.0/24(rw,nohide,insecure,no_subtree_check)
============================================
I have a drive mounted into the shared directory in /etc/fstab
============================================
...
# By Kurt
UUID=b6b88509-14f5-4ae6-80ef-0e99b510406d /home/kurt/Videos errors=remount-ro 0 ext4
...
============================================
When I mount the NFS on computer B (The client) :
"sudo mount 10.42.43.100:/home /home/karen/NFS"
There are files in (computer B) /home/karen/NFS/kurt/ but I can not see any files in (computer B) /home/karen/NFS/kurt/Videos
If I save files in (computer B) /home/karen/NFS/kurt/Videos, it is as though there is no mounted drive there. I can "umount" the drive on (computer A) and see that there are files saved in the actual directory but not on the mounted drive.
What do I need to do for NFS to recognize the mounted drive in the share? Thanks Kurt Jensen
Last edited by firemankurt; 03-05-2014 at 01:38 AM.
|