From owner-freebsd-questions@freebsd.org Sun Jan 15 16:55:35 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC8D7CAFEB3 for ; Sun, 15 Jan 2017 16:55:35 +0000 (UTC) (envelope-from aaron@aaronkaufman.com) Received: from mail-pg0-x242.google.com (mail-pg0-x242.google.com [IPv6:2607:f8b0:400e:c05::242]) (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 B20C61396 for ; Sun, 15 Jan 2017 16:55:35 +0000 (UTC) (envelope-from aaron@aaronkaufman.com) Received: by mail-pg0-x242.google.com with SMTP id 194so3270274pgd.0 for ; Sun, 15 Jan 2017 08:55:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aaronkaufman-com.20150623.gappssmtp.com; s=20150623; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=DlG9M9MhPEx37TjKGw/UvSqlL55MtAynQw8rNoTxSdY=; b=X65oSB+NHGtIHOzzcMjlDMoGhYKX+vprLf8Ht7k2CC18tr7DApwG/A8Uy9NEIEmrob soCg6NrdSXSIvXWZ2VjicPDBTEAkQ0s5LKvQwenyA66VHSEhI27Bc3So6F/fZ/A/zLpO RRdsVm3J5qUbzKN7OAoC7q9HW4ymtpbygGFimjYXc5iZfDP+dVenGCdxh3n2rm4nHHjQ iLz1AM+vQye61rhJHyjfeXl/P3fgzGdoCqI4OICBUWft/x4Jyt/nUp1CzHOBPlBtM34N IQyQ37vktria8EJmoMOOE61jIrBmJJhNkmf8UcgTX3NjymblTbdj8+TAeKvg3tk1jQH3 kx/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=DlG9M9MhPEx37TjKGw/UvSqlL55MtAynQw8rNoTxSdY=; b=sOAtsphppL5ED9s+TkJRGSKQX6SPuBV1BRCLkPQdr0fiASNYSHqqME5/i2KOV29r3/ rQinNp7Pk3nCz/sxGLps/DOrfmXK3fjVKViGyXtLhSZDrZh+/2SSdrzsGwliX/CSoh3a 9GM2u21BbSgC/yh4cLDoFeSMubdxZ8mpEnFJuN3dGyEfNY7DjZK2Ij3hDOT1LMxEheGL Zj99vlWMvAbuaw1FIBVjUKn7MKICFByZ2xCynBsTf0VpAPs6u+GILE5c4D81gv+gfU9/ Zdn7CpNDAcOfzgY/yi0dFCTHn7GArjH6qiFqkW+yAOG9HQhGhDPQZylqxrR3jjoYRO9T artw== X-Gm-Message-State: AIkVDXLNkDcKz2dHOZArFbcd+QmW7HeHYdY5kqf9woB749usNOefRcxb9qF2J0lg78drbA== X-Received: by 10.99.135.195 with SMTP id i186mr12982139pge.105.1484499335068; Sun, 15 Jan 2017 08:55:35 -0800 (PST) Received: from [10.1.100.67] (cpe-23-240-96-164.socal.res.rr.com. [23.240.96.164]) by smtp.gmail.com with ESMTPSA id d128sm24473964pfg.56.2017.01.15.08.55.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Jan 2017 08:55:34 -0800 (PST) Subject: Re: NFS: "bad exports list line /home/alnis" To: freebsd-questions@freebsd.org References: From: Aaron Kaufman Message-ID: <88646ea2-fb1c-283c-27a9-8d84f34bd6bf@aaronkaufman.com> Date: Sun, 15 Jan 2017 08:55:33 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jan 2017 16:55:36 -0000 Alnis, Make sure to use absolute paths when using NFS. If your /home is a symlink to /usr/home make sure to export /usr/home. The export "/home/alnis 10.0.0.5" should mount as rw. Aaron