NDVR2200F
Installation Guide & User’s
1/8/2008
26/66
kernel. The kernel used in NVS2200F is already compiled in a way to support NFS.
- Checking the NFS server daemon
The script required for normal operation of NFS services is
/etc/rc.d/init.d/nfs
.
Portmap
This service connects RPC services to TCP/UDP ports. An RPC program once started will tell
portmap the service that it provides and the port that it uses. And a client contacts portmap to
identify the port number through which it can access the server that it wants. Do the following if
you want to make sure that portmapper is running on Linux.
Rpm.cmountd responds to a mount request coming from a client. For a NFS client to be able to
use a file system of a server, the server needs to set its file system in a way that it can be
shared through NFS. The file /etc/exports is used on Linux. The file system of the server should
be mounted for a NFS client to share it. When the NFS client requests a mount, the rpc.mountd
daemon responds to such mount request according to configuration of the /etc/exports file.
# cat /proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext2
nodev ramfs
iso9660
nodev devpts
nodev pcihpfs
ext3
nodev usbdevfs
nodev autofs
nodev nfs
# ps -ef | grep portmap
rpc 2805 1 0 Aug14 ? 00:00:00 [portmap]
root 4381 32237 0 15:28 pts/10 00:00:00 grep portmap