If I remember correctly, then it should be added to /etc/fstab. please check man page of mount command and fstab
Main Topics
Browse All TopicsHi,
I am mounting the NFS share to my SCO using the command
mount -f NFS 172.23.200.226:/var/specme
But I want to mount it permanently.
In Linux I can create entry in /etc/fstab, what is the procedure in Unix
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I think it's /etc/mnttab - awful format and may not be directly editable.
Easier to go into scoadmin -> Filesystems -> Filesystem manager -> mount menu -> add mount point -> remote
scoadmin from the cli is a bit odd - use the tab and arrow keys to move around.
An alternative would be to create a startup script in /etc/rc2.d (assuming runlevel 2) name it S99nfsmount with contents:
mount -f NFS 172.23.200.226:/var/specme
please have a look at my abswer in http:Q_21628629.html
Business Accounts
Answer for Membership
by: fosiul01Posted on 2009-03-13 at 01:45:07ID: 23877063
i never worked on Unix but from google , its looks like
nswers/sol aris/how-t o-nfs-moun t- from-sol aris-/937. html
/etc/dfs/dfstab
and
/etc/vfstab
Ref:
http://www.computing.net/a
I have seen your other quesiton, if you are not satisfied with the answer please say , the solution is not working but please dont keep the question just blank..