only the first two enteries in /etc/exports show up

Allan Jude allanjude at freebsd.org
Thu Feb 26 17:06:29 UTC 2015


On 2015-02-26 11:58, Aryeh Friedman wrote:
> On Thu, Feb 26, 2015 at 11:49 AM, Allan Jude <allanjude at freebsd.org> wrote:
>> On 2015-02-26 11:37, Aryeh Friedman wrote:
>>> having this in /etc/exports:
>>>
>>>
>>> /data/home -maproot=root -network 10.0.10.0/24
>>> /usr/src -maproot=root -network 10.0.10.0/24
>>> /usr/ports -maproot=root -network 10.0.10.0/24
>>>
>>> produces the following results:
>>>
>>>
>>> root at server:/usr/ports # showmount -e
>>> Exports list on localhost:
>>> /data/home                         10.0.10.0
>>> /usr/src                           10.0.10.0
>>>
>>>
>>> It doesn't matter what order I list them in only the first two show up
>>> in showmount
>>>
>>
>> Are you using NFSv3 or NFSv4?
> 
> what ever the base system has 10.1
> 
>>
>> What does your partitioning layout look like?
> 
> Running as a VM in bhyve
> 
> 
> Filesystem   1024-blocks    Used     Avail Capacity  Mounted on
> /dev/vtbd0p2     9637788 8583820    282948    97%    /
> devfs                  1       1         0   100%    /dev
> /dev/vtbd1     152334812      68 140147960     0%    /data
> 
> 
>>
>> When you reload mountd, does it emit any errors? (check syslog as well)
> 
> No errors on the command line.... in syslog:
> 
> Feb 26 06:57:27 server mountd[1299]: can't change attributes for
> /usr/ports: Invalid radix node head, rn: 0 0xfffff80003993100
> Feb 26 06:57:27 server mountd[1299]: bad exports list line /usr/ports -maproot
> 
>>
>> --
>> Allan Jude
>>
> 
> 
> 

You can only have 1 export per mount point in NFSv3 (in V4, you can only
export the root of a mount point)

So what you want in your config file is:

/data/home -maproot=root -network 10.0.10.0/24
/usr/src /usr/ports -maproot=root -network 10.0.10.0/24


-- 
Allan Jude

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-hackers/attachments/20150226/78ea48de/attachment.sig>


More information about the freebsd-hackers mailing list