I recently set up an NFS to share between Computer A and Computer B, both linux machines. It works wonderfully for the shared drives /home.
I'd also like to share /media/disk on Computer A.
So far, I've tried adding /media/disk to my /etc/exports and /etc/fstab in the exact same manner I added /home. I cannot mount this share because it's "not allowed"
I also tried adding a symlink between /media/disk and /home on Computer A but it shows up as a non-operable file on Computer B.
So what am I doing wrong? I have a feeling it has to do with permissions. I haven't been able to find any suitable documentation on the web.
Thanks in advance.
I'd also like to share /media/disk on Computer A.
So far, I've tried adding /media/disk to my /etc/exports and /etc/fstab in the exact same manner I added /home. I cannot mount this share because it's "not allowed"
I also tried adding a symlink between /media/disk and /home on Computer A but it shows up as a non-operable file on Computer B.
So what am I doing wrong? I have a feeling it has to do with permissions. I haven't been able to find any suitable documentation on the web.
Thanks in advance.
Comment