18
SEP
Build a new NFS server with WinServer or Ubuntu and mount it
Configure NFS in Windows Server On Windows Server, creating a new NFS server is simple. First install this: And then click the folder properties. And enable that. Configure NFS in Ubuntu Run: bash sudo apt update sudo apt install nfs kernel server y sudo mkdir p /mnt/nfs share su...
Views 193