Results 1 to 8 of 8

Thread: NFS Mount

  1. #1
    Registered User
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    0
    Thanked
    0 times in 0 posts

    NFS Mount

    I am attempting to mount a PC with QNX OS to a Windows server. Both are on corporate network and have NFS services running properly. The windows server, rsnim2, can be shared from other Unix machines on the network. When running mount command from the QNX PC, get the following:
    "Mount RPC error on rsnim2:/export/software: Unknown error".

    Might it be a network routing issue?

    Thanks for any help.

  2. #2
    Gentoo Ricer
    Join Date
    Jan 2005
    Location
    Galway
    Posts
    11,048
    Thanks
    1,016
    Thanked
    944 times in 704 posts
    • aidanjt's system
      • Motherboard:
      • Asus Strix Z370-G
      • CPU:
      • Intel i7-8700K
      • Memory:
      • 2x8GB Corsiar LPX 3000C15
      • Storage:
      • 500GB Samsung 960 EVO
      • Graphics card(s):
      • EVGA GTX 970 SC ACX 2.0
      • PSU:
      • EVGA G3 750W
      • Case:
      • Fractal Design Define C Mini
      • Operating System:
      • Windows 10 Pro
      • Monitor(s):
      • Asus MG279Q
      • Internet:
      • 240mbps Virgin Cable

    Re: NFS Mount

    try appending the -v flag to the mount command to see if you can get anymore useful error output, also, are you certain that the NFS server is running correctly?.. i.e. have you tried mounting it on other UNIX boxes?
    Quote Originally Posted by Agent View Post
    ...every time Creative bring out a new card range their advertising makes it sound like they have discovered a way to insert a thousand Chuck Norris super dwarfs in your ears...

  3. #3
    Registered User
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: NFS Mount

    Added -v to mount command - no additional info. And yes, the NFS server has been shared from other Unix machines.

  4. #4
    Registered User
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: NFS Mount

    I made changes to netmask and default router in the network startup and now I get the following when running mount command:
    "NFS Portmap: RPC: Port mapper failure - RPC: Unable to send"

  5. #5
    Comfortably Numb directhex's Avatar
    Join Date
    Jul 2003
    Location
    /dev/urandom
    Posts
    17,074
    Thanks
    228
    Thanked
    1,026 times in 677 posts
    • directhex's system
      • Motherboard:
      • Asus ROG Strix B550-I Gaming
      • CPU:
      • Ryzen 5900x
      • Memory:
      • 64GB G.Skill Trident Z RGB
      • Storage:
      • 2TB Seagate Firecuda 520
      • Graphics card(s):
      • EVGA GeForce RTX 3080 XC3 Ultra
      • PSU:
      • EVGA SuperNOVA 850W G3
      • Case:
      • NZXT H210i
      • Operating System:
      • Ubuntu 20.04, Windows 10
      • Monitor(s):
      • LG 34GN850
      • Internet:
      • FIOS

    Re: NFS Mount

    what does "rpcinfo -p HOSTNAMEOFSERVER" return?

  6. #6
    Registered User
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: NFS Mount

    rpcinfo: HOSTNAMEOFSERVER is unknown host

  7. #7
    Senior Member
    Join Date
    Oct 2003
    Posts
    2,069
    Thanks
    4
    Thanked
    7 times in 3 posts

    Re: NFS Mount

    I think HOSTNAMEOFSERVER should be replaced with "mymachine" or whatever it's actually called. Or probably works with an IP address as well
    Twigman

  8. #8
    Registered User
    Join Date
    Aug 2008
    Posts
    5
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: NFS Mount

    Here is rpcinfo. Any help is greatly appreciated.

    Client:
    program vers proto port
    100000 2 tcp 111 portmapper
    100000 2 udp 111 portmapper

    Host:
    program vers proto port
    100000 4 udp 111 portmapper
    100000 3 udp 111 portmapper
    100000 2 udp 111 portmapper
    100000 4 tcp 111 portmapper
    100000 3 tcp 111 portmapper
    100000 2 tcp 111 portmapper
    100003 2 udp 2049 nfs
    100003 3 udp 2049 nfs
    100003 2 tcp 2049 nfs
    100003 3 tcp 2049 nfs
    100003 4 tcp 2049 nfs
    200006 1 udp 2049
    200006 4 udp 2049
    200006 1 tcp 2049
    200006 4 tcp 2049
    100005 1 tcp 32773 mountd
    100005 2 tcp 32773 mountd
    100005 3 tcp 32773 mountd
    100005 1 udp 32785 mountd
    100005 2 udp 32785 mountd
    100005 3 udp 32785 mountd
    400005 1 udp 32786
    100024 1 tcp 32774 status
    100024 1 udp 32787 status
    100133 1 tcp 32774
    100133 1 udp 32787
    200001 1 tcp 32774
    200001 1 udp 32787
    200001 2 tcp 32774
    200001 2 udp 32787
    100021 1 udp 32812 nlockmgr
    100021 2 udp 32812 nlockmgr
    100021 3 udp 32812 nlockmgr
    100021 4 udp 32812 nlockmgr
    100021 1 tcp 32775 nlockmgr
    100021 2 tcp 32775 nlockmgr
    100021 3 tcp 32775 nlockmgr
    100021 4 tcp 32775 nlockmgr

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •