using "mount_smbfs"

Polytropon freebsd at edvax.de
Fri Jan 20 14:23:35 UTC 2017


On Fri, 20 Jan 2017 13:14:54 +0000, 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 at outlook.com". How do I use it with this command?

If I remember correctly, you can add this information to
your /etc/nsmb.conf or user-specific ~/nsmb.conf:

	[winbox:bob at example.com]
	password=12345

And then use /etc/fstab for setting up how to mount the
share:

	//winbox/bobstuff  /smb/bob10  smbfs  rw,noauto  0  0

I haven't tested this, but according to "man nsmb.conf"
it could work.


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list