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 に答える