From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 26 16:37:09 2015 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 22A30ABD for ; Thu, 26 Feb 2015 16:37:09 +0000 (UTC) Received: from mail-qc0-x22a.google.com (mail-qc0-x22a.google.com [IPv6:2607:f8b0:400d:c01::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1EBAF63 for ; Thu, 26 Feb 2015 16:37:08 +0000 (UTC) Received: by qcwb13 with SMTP id b13so9362836qcw.6 for ; Thu, 26 Feb 2015 08:37:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VMR+ei4gS4KO5r7V36C2GtmqcxCttCK4kSTn2vWcC4g=; b=CtT4MgjAfZu68O75AKkWpQC4l7ah41NYoFumxAK+LUoN8ZhDwEW+jg6G+ZBZ2pQsI2 SBPfcGfjncWrqEgwt4NpwsECo0iv/RlftmxrSMFd/gN2Ye4Cztcz4EfqmFkBqN8j9KCP OTvbuqePIOEKizQ7RC0AaOxf/2jA5Y0CRDocpwzb57iJPv6O+6jRAW2YTOli3Fm2N4Js yjKjoJHo5cE2CqtHBGkySsiE8AxoA2ha1/Oaow/eI4wV8a8ZzMoqgmmK1qSS3zCgFULZ O92X1a+A0bodhsykgxHsjr9IDWRdhCQodBxk+F76I1Wbmzbw3euQLHvkNPSFJzhSALP8 54hw== MIME-Version: 1.0 X-Received: by 10.140.239.136 with SMTP id k130mr20400929qhc.2.1424968627927; Thu, 26 Feb 2015 08:37:07 -0800 (PST) Received: by 10.140.145.11 with HTTP; Thu, 26 Feb 2015 08:37:07 -0800 (PST) Date: Thu, 26 Feb 2015 11:37:07 -0500 Message-ID: Subject: only the first two enteries in /etc/exports show up From: Aryeh Friedman To: FreeBSD Mailing List Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2015 16:37:09 -0000 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@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 -- Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org