ProblemsMounting
From Linux NFS
(Difference between revisions)
m (moved ProblemsMountingNFS to ProblemsMounting) |
(→showmounts) |
||
Line 4: | Line 4: | ||
== showmounts == | == showmounts == | ||
- | + | Run '''showmount -e''' from the client to list the available mounts on the server: | |
+ | |||
+ | <pre> | ||
+ | [root@client1 ~]# showmount -e server.example.fake | ||
+ | Export list for server.example.fake: | ||
+ | /export * | ||
+ | /pub 192.168.56.* | ||
+ | </pre> | ||
== exportfs on server (if possible) == | == exportfs on server (if possible) == |
Revision as of 21:40, 26 July 2011
Contents |
the first thing to check
showmounts
Run showmount -e from the client to list the available mounts on the server:
[root@client1 ~]# showmount -e server.example.fake Export list for server.example.fake: /export * /pub 192.168.56.*
exportfs on server (if possible)
XXX
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