Adding a Path to a Network Drive

Ryan 40 Reputation points
2023-03-27T20:55:15.4233333+00:00

I've been trying to move off of Linux and over to Windows 11 and I've come across an issue I'm unsure of how to resolve.

So I've mapped a network drive (to Z:) which contains information needed in some programs that I run. In those programs, they specify a file path to look in that looks like "media\NewtworkDrive" - if I try and change the program to look for the info instead in, say, "Z:", that will mess up things for other people still using Linux. In Linux, I am able to mount the drive to a specified folder or path (the media folder in this case) - is there an analogue to this in Windows? Or a way to add a path to a network drive? I know how to add a path to a local drive using Disk Management, but network drives don't show up in disk management.

Hopefully my issue makes sense, let me know if clarification is required, and thank you!

-Ryan

Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
739 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,458 questions
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2023-03-27T21:21:55.2533333+00:00

    mklink could work for you.

    mklink /d C:\myprograms \\server\share\foldername\
    
    mklink /d D:\myprograms D:\shared\
    
    

    https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/mklink

    --please don't forget to upvote and Accept as answer if the reply is helpful--

    4 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Ayomide Oluwaga 961 Reputation points
    2023-03-28T00:31:51.36+00:00

    Hello Ryan, Welcome to Windows.

    Yes, there is an analogue to mounting a network drive to a specified folder or path in Windows. It's called "mapping a network drive".

    To map a network drive in Windows 11:

    1. Open File Explorer by pressing the Windows key + E.
    2. Click on "This PC" in the left-hand sidebar.
    3. Click on "Map network drive" in the toolbar at the top.
    4. In the "Map network drive" window, select a drive letter to use for the mapped drive.
    5. In the "Folder" field, enter the UNC path to the network folder you want to map. For example, if your network folder is located at "\server\share", enter that in the "Folder" field.
    6. Check the box next to "Reconnect at sign-in" if you want the network drive to be automatically mapped every time you sign in to your computer.
    7. Click "Finish" to map the network drive.

    Once you've mapped the network drive, you should be able to access it using the drive letter you selected (in your case, "Z:"). You can also create a shortcut to the network drive on your desktop or in your Start menu for easy access.

    I hope this helps! Let me know if you have any further questions.

    2 people found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.