mount -t nfs eslat001:/opt/ims /app/ims
mount -t nfs eslat001:/opt/rims /app/rims
and then add to the /etc/fstab with the following entries;
servername:/pathofdir /pathonserver nfs options 0 0
where;
The
The is the path to the exported directory.
The specifies where on the local file system to mount the exported directory. This mount point must exist before /etc/fstab is read or the mount will fail.
The nfs option specifies the type of file system being mounted.
The
No comments:
Post a Comment