OT, mount BSD -

Tom H tomh0665 at gmail.com
Sun Nov 9 07:05:33 UTC 2014


On Sat, Nov 8, 2014 at 4:08 PM, Bob Goodwin - Zuni, Virginia, USA
<bobgoodwin at wildblue.net> wrote:
> On 11/08/14 15:48, Tom H wrote:
>>
>> rpcinfo -p 192.168.1.48
>>
>> showmount -e 192.168.1.48
>
> This is what I get, don't know how to interpret it.
>
> [root at freenas] /# rpcinfo -p 192.168.1.48
>    program vers proto   port  service
>     100000    4   tcp    111  rpcbind
>     100000    3   tcp    111  rpcbind
>     100000    2   tcp    111  rpcbind
>     100000    4   udp    111  rpcbind
>     100000    3   udp    111  rpcbind
>     100000    2   udp    111  rpcbind
>     100000    4 local    111  rpcbind
>     100000    3 local    111  rpcbind
>     100000    2 local    111  rpcbind
>     100005    1   udp    689  mountd
>     100005    3   udp    689  mountd
>     100005    1   tcp    689  mountd
>     100005    3   tcp    689  mountd
>     100003    2   udp   2049  nfs
>     100003    3   udp   2049  nfs
>     100003    2   tcp   2049  nfs
>     100003    3   tcp   2049  nfs
>     100024    1   udp    743  status
>     100024    1   tcp    743  status
>     100021    0   udp    976  nlockmgr
>     100021    0   tcp    778  nlockmgr
>     100021    1   udp    976  nlockmgr
>     100021    1   tcp    778  nlockmgr
>     100021    3   udp    976  nlockmgr
>     100021    3   tcp    778  nlockmgr
>     100021    4   udp    976  nlockmgr
>     100021    4   tcp    778  nlockmgr
>
> [root at freenas] /# showmount -e 192.168.1.48
> Exports list on 192.168.1.48:
>
> Does this look right?

NFS is up and running but you're not exporting any shares.

(FYI, on freenas, you don't need the ip address in these commands.)

You have to set up "/etc/exports".

FreeBSD uses a different format for that than Linux:

https://www.freebsd.org/doc/handbook/network-nfs.html


More information about the users mailing list