How to create a shared folder using command line on a server
- by sadmicrowave
After following the tutorial here I ran into a problem. Here is what I did.
On my server I installed nfs-kernel-server and edited the /etc/exports file to include the folder I want to share:
/var *(rw,sync)
On my client machine I edited my fstab file to include share:
//128.251.xxx.xxx/var/ ~/uslonsweb003 nfs…