ProblemsMounting
From Linux NFS
(Difference between revisions)
(→exportfs on server (if possible)) |
(→the first thing to check) |
||
Line 1: | Line 1: | ||
- | = the first | + | = the first things to check = |
== showmounts == | == showmounts == | ||
Line 18: | Line 18: | ||
XXX | XXX | ||
- | |||
= krb5 problems = | = krb5 problems = |
Revision as of 21:42, 26 July 2011
Contents |
the first things 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