0

I'm new to SMB 3.0 and I'm trying to mount a drive in Server 2012. I have a SMB 3.0 share on another server. I've used the new-smbmapping powershell command to mount an L drive. This L Drive can be seen in Powershell and accessed in powershell. However nothing outside of powershell can see this drive. The documentation I have found says this replaces the net-use.

Essentially I am trying to get the OS to see the smb 3.0 share and map it to a drive letter. To be more specific I am trying to get SQL Server to do a backup to a network share using a specific network interface adapter (Mellanox) In Windows Explorer I can easily use \server\share name and it goes across the correct interface... but if I specify the same thing in the backup job it doesn't use the right interface.

4

1 回答 1

3

如果它类似于New-PSDrive,您将需要添加该-Persistent 选项。没有-Persistent,它只是一个 powershell 路径别名,而不是系统映射。

于 2013-10-21T16:51:08.130 回答