2024-01-04
-
Network File System(NFS)
- Here is the link to the document
- Installing NFS server and setting directory permissions to 777
- Configuring Export directory by editing the file
/etc/exports
- Options to configure the NFS server,either readonly or read write, sync or async,subtree check.
- Exporting the shared directory using
exportfs
command - Configuring firewall
ufw
to allow clients to access the shared folder. - Configuring client using nfs-common package
- Creating mountpoints on the client side to access the shared folder.
- Mounting the folder using mount command or adding the entry to
/etc/fstab