Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

NFS Shares

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
knightjp
Posts: 1
Joined: 2017-05-05 10:24

NFS Shares

#1 Post by knightjp »

I have setup a Debian file server on my network. It has been running perfectly for the years.
My client system runs Mac OS Sierra. I have setup NFS shares.

This is what is posted on my /etc/exports

Code: Select all

/share/Folder1    192.168.1.0/255.255.255.0(rw,sync,root_squash,no_wdelay,no_subtree_check,anongid=1006)
/share/Folder2    192.168.1.0/255.255.255.0(rw,sync,root_squash,no_wdelay,no_subtree_check,anongid=1006)
Within Folder1, there is a folder under my name. I would like that to be secure so that anyone else accessing the NFS shares would not be able to access it. But it is accessible on my client.
How do I do that?

User avatar
phenest
Posts: 1702
Joined: 2010-03-09 09:38
Location: The Matrix

Re: NFS Shares

#2 Post by phenest »

ASRock H77 Pro4-M i7 3770K - 32GB RAM - Pioneer BDR-209D

Post Reply