From owner-freebsd-questions@freebsd.org Sat Jan 21 03:48:37 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 679D3CBAA92 for ; Sat, 21 Jan 2017 03:48:37 +0000 (UTC) (envelope-from non.euc.geo.1854@gmail.com) Received: from mail-pf0-x233.google.com (mail-pf0-x233.google.com [IPv6:2607:f8b0:400e:c00::233]) (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 35A5618B2 for ; Sat, 21 Jan 2017 03:48:37 +0000 (UTC) (envelope-from non.euc.geo.1854@gmail.com) Received: by mail-pf0-x233.google.com with SMTP id 189so26948131pfu.3 for ; Fri, 20 Jan 2017 19:48:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:disposition-notification-to :date:user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=8tefhHg+7vBzALAT9HjMOLa5AQ4QgIPP658dC1Su/58=; b=Uex3+yKfMGJdHD68W4qKLZHryySaZyHaytl5jHw3gC0KO/Ha6qi2a+d3gYtKrM5YVI XIIrqjxJ9x4//9JxAHO7k3FuEuDvT+XsAhy2nQh0PDZYiT69p2/M1WIa4gENMo4v241f 2C6oQDZ1vnZduwZET98gN9qyoSO3Kjdpdae+aa4KIvxhVC9lle50vbcJhjf7UpuKZMsd 0x1r4PnI6SVUVgxTnRJofXC2Lq6ZCbwhZKEh+WjXKYABnXF7hvtraksiUcAqxr2T1eqO DSWQPSJUsaviokpKMNc+3JwGXuQhVS8lH2EWmQeOVjyE++D73tzm8KjXbBj8lBcBq+QB vDSw== 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 :disposition-notification-to:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=8tefhHg+7vBzALAT9HjMOLa5AQ4QgIPP658dC1Su/58=; b=lgr6n/J5h4nbTHdX6r3lOp/04E6bHYldwJLMKmqA5mMJ+S1QEKckNdnsLuYpBx2HKv QIhNJE87fRHsgi8E1susMLm1nLfV+66YEeUbpkVf4/XbcuWSMWPWohFkdFgGb3/1n11n GFq+DyuziCHf9ksf6PeceU1XY9oxMHQAQZeuC20aEa8WLsU6oQCWgD+Opg9ZBTRBcYxU c6JRsioBZhBmjkxNftKjDyRG9jf0sz6YV65j/iuZptrUElIGMq0gbW546cW4OiF0DtFi +0DYW7z5regRnzP7w6i7IJwCeTlJwUoz7OvBrIRrI3TSSFekF0f5pAclmjtXgxhjL8V6 o8HQ== X-Gm-Message-State: AIkVDXKsG1BZkK7e5WWx/pIMaYFUY6broTR80/ZTsQA0q/CJabmJDNyJXJjvAU7TJq0VJQ== X-Received: by 10.98.88.133 with SMTP id m127mr20630861pfb.155.1484970516692; Fri, 20 Jan 2017 19:48:36 -0800 (PST) Received: from [192.168.1.7] (96-41-72-194.dhcp.mtpk.ca.charter.com. [96.41.72.194]) by smtp.googlemail.com with ESMTPSA id j7sm19905796pfe.84.2017.01.20.19.48.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Jan 2017 19:48:36 -0800 (PST) Subject: Re: FreeBSD 11.0 and mounting SMB shared folder at boot without password To: freebsd-questions@freebsd.org References: From: "J.B." Message-ID: <75575396-a2b5-a2b6-9e32-a104904a53c3@gmail.com> Date: Fri, 20 Jan 2017 19:48:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed 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: Sat, 21 Jan 2017 03:48:37 -0000 On 01/20/2017 04:00 AM, freebsd-questions-request@freebsd.org wrote: > FreeBSD 11.0 and mounting SMB shared folder at boot without > password (David Christensen) I didn't read far enough. The method (and file) you're using appears to be a valid option: # smbfs lookups configuration files in next order: # 1. ~/.nsmbrc # 2. /etc/nsmb.conf - if this file found it will # override values with same keys from user files. Have you tried using ~/.nsmbrc instead?