Skip to main content

Collaborative NAS

To make working together in such a large team possible, we use a NAS to share files and resources. To connect to this NAS you need to choose either to use SMB or NFS. SMB is more universal and easier to setup on Mac/Windows devices, but NFS is slightly faster. Choose wisely.

NFS Connection

Windows

First you need to enable the NFS client, by running the following command:

Enable-WindowsOptionalFeature -FeatureName ServicesForNFS-ClientOnly, ClientForNFS-Infrastructure -Online -NoRestart