Operating System - HP-UX
1833540 Members
2834 Online
110061 Solutions
New Discussion

mount -o proto=udp SERVER:/directory /mountpoint

 
SOLVED
Go to solution

mount -o proto=udp SERVER:/directory /mountpoint

I have an map using nfs , see:

mount -o proto=udp P004S226:/sulbcpo /sulbcpo/P004S226

How do I for insert the parameter proto=udp in /etc/fstab ?
Alex
2 REPLIES 2
RAC_1
Honored Contributor
Solution

Re: mount -o proto=udp SERVER:/directory /mountpoint

server:/filesyste /local mount nfs proto=udp,rw 0 0

Anil
There is no substitute to HARDWORK
Mel Burslan
Honored Contributor

Re: mount -o proto=udp SERVER:/directory /mountpoint

your entry in the fstab will look like this after inserting udp option:

server:/mnt /mnt nfs rw,hard,proto=udp 0 0
________________________________
UNIX because I majored in cryptology...