NFS Server Configuration
NFS Server Configuration
NFS Server Configuration
Theory: NFS, or Network File System, is a serverclient protocol for sharing files between computers on a
common network. NFS enables you to mount a file
system on a remote computer as if it were local to your
own system. You can then directly access any of the
files on that remote file system. The server and client
do not have to use the same operating system. The
client system just needs to be running an NFS
client compatible with the NFS server.
For example NFS server could be a Linux system and
Unix could be a client. But it cant be a window system
because window is not NFS compatible. The NFS server
exports one or more directories to the client systems,
and the client systems mount one or more of the
shared directories to local directories called mount
points. After the share is mounted, all I/O operations are
written back to the server, and all clients notice the
change as if it occurred on the local file system.
A manual refresh is not needed because the client
accesses the remote file system as if it were local
because access is granted by IP address, a username
and password are not required. However, there are
security
risks
to
consider
because
the NFS
server knows nothing about the users on the client
system.