J'ai one server in my réseau avec two shares. Je veux add two réseau drives in Windows 11 for those shares, all for the same server utilisateur.
## The first mapping fonctionne perfectly
I'm mapping the first share in Explorer like so:
>
>
When I redémarrer maintenant, the drive is disconnected depuis I n'a pas store the credentials. Opening the drive asks me for credentials and tout fonctionne perfectly fine.
## Problèmes avec additional mapped drives
Maintenant I add the second mapping the same way:
>
I ne pas get asked for credentials, which Je pense is okay depuis c'est the same server and windows ne peut pas use different credentials for the same target anyway. Connecting is successful.
Après a redémarrer, both drives are disconnected. Again, that's okay depuis I n'a pas store the credentials.
>
When I try to open/connect one dum, I get the following erreur:
>
Multiple connections to a server or shared resource by the same utilisateur, using more than one utilisateur name, ne sont pas allowed.
Trying to open/connect the other one, I get a different erreur:
>
The local périphérique name is déjà in use.
So, comment fix that?
Comment map multiple réseau drives to same host avec same utilisateur?
Re: Comment map multiple réseau drives to same host avec same utilisateur?
The solution is counterintuitive in my opinion: Despite toujours using the same credentials, vous devez sélectionner "Connect using different credentials" and enter the same data each time.
>
For ligne de commande fans, the following is faster, especially when adding more than two shares:
`net use z: \\storageserver\backup /utilisateur:storageserver\utilisateur /persistent:oui
net use m: \\storageserver\music /utilisateur:storageserver\utilisateur /persistent:oui
net use x: \\storageserver\... /utilisateur:storageserver\utilisateur /persistent:oui
...
```
>
For ligne de commande fans, the following is faster, especially when adding more than two shares:
`net use z: \\storageserver\backup /utilisateur:storageserver\utilisateur /persistent:oui
net use m: \\storageserver\music /utilisateur:storageserver\utilisateur /persistent:oui
net use x: \\storageserver\... /utilisateur:storageserver\utilisateur /persistent:oui
...
```