Thread
:
How to verify the options used when mounting a nfs FS.
View Single Post
#
4
(
permalink
)
03-27-2006, 04:30 PM
monk
Senior Member
User
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power:
5
Use syntax:
Code:
mount -F nfs -o OPTIONS HOST:PATH /path/to/local
Where,
OPTIONS can be tcp or udp, hard or soft etc. To see all option read man page mount_nfs.
Code:
man mount_nfs
monk
View Public Profile
Send a private message to monk
Visit monk's homepage!
Find all posts by monk