UNIX to UNIX : NFS

How to mount one unix file system on another unix system??? :confused:

EXP:-

# mount remote_SPARC_system_name:/export/home/s1 directory_name_s1

#share -F nfs -o ro,anon=0 -d "install server directory" install_dir_path

First you should ensure that NFS service is running.

Hi,
Let us know in which unis system you want the file systems better you can use the NFS mount

If you have Solaris

Put the file systms entry in "/etc/dfs/fstab" file and use the format as below.

# cat /etc/dfs/fstypes
nfs NFS Utilities
autofs AUTOFS Utilities
cachefs CACHEFS Utilities

from clint put the entry in " /etc/rmtab" File

hostname:fsname
sys42:/export/sys44_data
#ys41:/usr/share/man
#ys43:/export/sys44_data

Thanks
Bhupals