From owner-freebsd-questions@freebsd.org Fri Jan 20 19:07:04 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 CA2EDCB9C43 for ; Fri, 20 Jan 2017 19:07:04 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from holgerdanske.com (holgerdanske.com [184.105.128.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.he.net", Issuer "GeoTrust SSL CA - G4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC1111FAA for ; Fri, 20 Jan 2017 19:07:04 +0000 (UTC) (envelope-from dpchrist@holgerdanske.com) Received: from ::ffff:99.100.19.101 ([99.100.19.101]) by holgerdanske.com with ESMTPSA (AES128-SHA:SSLv3:Kx=RSA:Au=RSA:Enc=AES(128):Mac=SHA1) (SMTP-AUTH username dpchrist@holgerdanske.com, mechanism PLAIN) for ; Fri, 20 Jan 2017 11:06:59 -0800 Subject: Re: using "mount_smbfs" To: freebsd-questions@freebsd.org References: From: David Christensen Message-ID: <26be0ffb-3612-95bb-3a18-11cbe0f4fa81@holgerdanske.com> Date: Fri, 20 Jan 2017 11:06:59 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0 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: Fri, 20 Jan 2017 19:07:04 -0000 On 01/20/17 05:14, Gerard Seibert wrote: > I am trying to use "mount_smbfs" to mount a Windows 10 share and copy > data to it. My user name on the windows machine has a "@" in it, ie. > "me@outlook.com". How do I use it with this command? I have a conventional user name (no embedded '@') and am trying to mount a Windows shared folder at boot by putting the password into a file (I will convert to encrypted password once it works). This post contains a working example from the command line: https://lists.freebsd.org/pipermail/freebsd-questions/2017-January/275810.html David