ProblemsMounting
From Linux NFS
(Difference between revisions)
(→showmounts) |
(→exportfs on server (if possible)) |
||
Line 14: | Line 14: | ||
In this example, server.example.fake has two mounts available: /export and /pub | In this example, server.example.fake has two mounts available: /export and /pub | ||
- | |||
- | |||
- | |||
- | |||
== tshark == | == tshark == |
Revision as of 21:42, 26 July 2011
Contents |
the first thing to check
showmounts
Run showmount -e <server> on the client. This will list list the available exports on the server:
[root@client1 ~]# showmount -e server.example.fake Export list for server.example.fake: /export * /pub 192.168.56.*
In this example, server.example.fake has two mounts available: /export and /pub
tshark
XXX
krb5 problems
rpc.ggsd not running
XXX show error mesg
couldn't connect to server's rpc.svcgssd
XXX show weird mesg
user not authenticated
XXX show weird mesg
no supported enc types
XXX