how to share a directory with nfs server and how client
mount the nfs share
Answers were Sorted based on User's Feedback
Answer / norton anti virus
vi /etc/dfs/dfstab
share -F nfs /ibm
wq!
exportfs -va - to export the directory
dfshares - to see the shares
client
mount -F nfs sun1:/ibm /ibm
vi /etc/vfstab
sun1:/ibm - /ibm - nfs - - yes
wq!
df -k - to see in if its mounted
cd /ibm and see the content
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / venkat
#share /test
#vi /etc/dfs/dfstab
share -F nfs -o rw -d "home dirs" /test
:wq!
#dfshare
From clientside
#showmount -e <nfs server ip>
#mount -F nfs <nfs server ip>:/test /home
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / daves
This is incorrect for Solaris; it doesn't have the exportfs
command.
You can edit the dfstab, as shown, which will take effect at
the next boot. Run the share command as it is in the file to
share immediately. (In Solaris 10 it's not necessary to
start the NFS server daemons first.)
The mount command is correct, except that the /ibm directory
must be created on the client before the mount.
The vfstab entry is incorrect. Depending on the importance
of the share, it could be:
sun1:/ibm - /ibm nfs - yes soft,bg
| Is This Answer Correct ? | 1 Yes | 0 No |
About ARP protocol?
how to find the nic card name in x86, if it is not installed?
How do you create a solaris package?
Does "AMD Turion 64 X2 Processor TL50, 1.6 GHz and above" supports Solaris 10?.
whaat is raid levels
What is the use of Growfs utility in solaris
what is the 3rd field of /etc/inittab file..? what are the possible values of that field...?
What is jumpstart?
How to set a ACL for the user or a file?
wht is the difference between mkfs & newfs.... is there any difference..b/w both of them.?
in RAID 0+1 and !+0 which u will preffer(Veritas)0+1
how to test and Failover services to every node in vcs tell me step by step?