[PLUG] Stupid NFS question

King Beowulf kingbeowulf at gmail.com
Sun Dec 22 21:48:55 UTC 2013


On 12/22/2013 10:32 AM, John Jason Jordan wrote:
> On Sun, 22 Dec 2013 02:51:11 -0800
> King Beowulf <kingbeowulf at gmail.com> dijo:
> 

>> You can now mount with
>>
>> sudo mount 192.168.0.155:/media/jjj/Movies /media/jjj
> 
> Still getting the same error message "access denied by server."

Well, it was almost 3am when I posted, so I should have first asked:

What distro are you running?  One of them there Ubuntu flavors?

Not all distros come with all the NFS stuff ready to go OOTB as mine
does (minus some configuration of text files).  I suspect you are
missing some packages.  you can check 'rpcinfo -p" or "pmap_dump"
Mine looks like this with a few clients mounted to my desktop server:

# sudo pmap_dump
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  51382  status
    100024    1   tcp  36295  status
    100011    1   udp    875  rquotad
    100011    2   udp    875  rquotad
    100011    1   tcp    878  rquotad
    100011    2   tcp    878  rquotad
    100003    2   tcp   2049  nfs
    100003    3   tcp   2049  nfs
    100003    4   tcp   2049  nfs
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100003    4   udp   2049  nfs
    100021    1   udp  54336  nlockmgr
    100021    3   udp  54336  nlockmgr
    100021    4   udp  54336  nlockmgr
    100021    1   tcp  56330  nlockmgr
    100021    3   tcp  56330  nlockmgr
    100021    4   tcp  56330  nlockmgr
    100005    1   udp  44690  mountd
    100005    1   tcp  57729  mountd
    100005    2   udp  44690  mountd
    100005    2   tcp  57729  mountd
    100005    3   udp  44690  mountd
    100005    3   tcp  57729  mountd

Ref:
https://help.ubuntu.com/community/NFSv4Howto
https://help.ubuntu.com/community/SettingUpNFSHowTo





More information about the PLUG mailing list