remove /Volumes and /private entries
The /Volumes entry is not good with how NFS exports hierarchically.
The /private entry should not just be included by default.
45f1628be6
			
			
This commit is contained in:
		@@ -1375,8 +1375,6 @@ git clone https://github.com/IFSight/d4m-nfs ~/d4m-nfs
 | 
			
		||||
 | 
			
		||||
```txt
 | 
			
		||||
/Users:/Users
 | 
			
		||||
/Volumes:/Volumes
 | 
			
		||||
/private:/private
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
5) Create (or edit) the file `/etc/exports`, make sure it exists and is empty. (There may be collisions if you come from Vagrant or if you already executed the `d4m-nfs.sh` script before).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user