Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. [root@localhost ~]# mount -vv 10.0.0.12:/i-data/7d9aa331/nfs/backups /mnt
  2. mount: no type was given - I'll assume nfs because of the colon
  3. final mount options: '(null)'
  4. mount.nfs: timeout set for Wed Mar 25 10:50:38 2015
  5. mount.nfs: trying text-based options 'vers=4,addr=10.0.0.12,clientaddr=192.168.1.9'
  6. mount.nfs: mount(2): Protocol not supported
  7. mount.nfs: trying text-based options 'addr=10.0.0.12'
  8. mount.nfs: prog 100003, trying vers=3, prot=6
  9. mount.nfs: trying 10.0.0.12 prog 100003 vers 3 prot TCP port 2049
  10. mount.nfs: portmap query retrying: RPC: Program/version mismatch
  11. mount.nfs: prog 100003, trying vers=3, prot=17
  12. mount.nfs: trying 10.0.0.12 prog 100003 vers 3 prot UDP port 2049
  13. mount.nfs: portmap query failed: RPC: Program/version mismatch
  14. mount.nfs: prog 100003, trying vers=2, prot=6
  15. mount.nfs: trying 10.0.0.12 prog 100003 vers 2 prot TCP port 2049
  16. mount.nfs: prog 100005, trying vers=1, prot=17
  17. mount.nfs: trying 10.0.0.12 prog 100005 vers 1 prot UDP port 4799
  18. 10.0.0.12:/i-data/7d9aa331/nfs/backups on /mnt type nfs (rw)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement