Home > How to Tips

How to Map a Network Drive on a Mac Permanently/Temporarily?

Updated on Monday, April 29, 2024

iBoysoft author Jenny Zeng

Written by

Jenny Zeng
Professional tech editor

Approved by

Jessica Shee

English Français Deutsch やまと Español Português

 How to Map a Network Drive on a Mac? [3 Ways]

Summary: From this article, you'll learn 3 ways to map a network drive on a Mac, including using Finder, a network drive mounter, and Terminal. To effortlessly mount your network drive on a Mac, try iBoysoft DiskGeeker!

How to map a network drive on a Mac

Mapping a network drive on a Mac creates a shortcut to a remote storage location, making it appear as if it's part of the local file system. This simplification allows you to access and manage files on the network drive as easily as if they were stored on your local hard drive.

In this article, we'll show you how to map a network drive on a Mac temporarily or permanently.

How to map a network drive on a Mac?

Generally speaking, there are three ways to map a network drive on a Mac computer, including using Finder, a third-party network drive mounter, or Terminal.

These steps apply to most traditional network drives, such as Network Attached Storage (NAS) devices, shared folders on local servers, and other network-accessible storage systems that operate within a local area network (LAN) or can be accessed as if they are local through a VPN (Virtual Private Network) or port forwarding.

 Note: Mapping a cloud-based service like OneDrive as a network drive on a Mac requires a different approach than mapping traditional network drives.

If you want to learn how to map a Windows network drive on a Mac, the steps will also serve the purpose.

Before getting started, ensure your network drive is ready to share. For example, the network-attached drive is turned on or File Sharing is enabled if you're trying to access shared folders on a computer. Besides, you'll also need the network drive's supported protocol (e.g., SMB or AFP), IP address (e.g., 192.168.0.172) or hostname, and your user credentials.

If all is set, choose one of the following ways to map your network drive on a Mac.

How to map a network drive on MacBook/desktop Mac:

Ways to map network drives on MacEffectivenessDifficulty Level
Use FinderHigh - Easily map a network drive on a MacLow - Just need to fill in the required information
Employ a third-party network drive mounterHigh - Quickly map network drives on Mac; provide advanced features like autonomous login, WebDAV support, etcLow - Same as above
Utilize TerminalLow- May fail with errorsHigh - Need to run commands

Way 1: Map a network drive on Mac in Finder

The most common way to manually map a network drive on a Mac is by using Finder. Here are the steps:

  1. Open Finder, then select Go > Connect to Server from the top menu bar.
    How to connect to a network drive in Finder
  2. If the network drive is connected to the same LAN or Wi-Fi network as your Mac, click Browse to check if it is automatically detected. If it is, double-click it, then enter your credentials to connect to it.
    Browse network drives automatically detected on your Mac
  3. If the desired network drive or server isn't detected, enter its address in the dialog box. (For instance, smb://192.168.0.172 or smb://192.168.0.172/share.)
    Enter network address to map a network drive in Finder
  4. Tap the ( + ) button to add the network drive to your favorite servers so that you don't need to reenter your credentials on your next attempt to connect.
  5. Click Connect.
  6. Tap Connect again to confirm your action.
  7. Enter your username and password for the network drive or server. (If your network drive doesn't require a password, select Guest and click Connect.)
    Enter user credentials to map a network drive in Finder
  8. Tick the box next to "Remember this password in my keychain" for easier access in the future.
  9. Click Connect.
  10. Select the volumes you want to mount if asked, then click OK.
    Select the volume or folder you want to access from the network drive
  11. Access files on the network drive.
  12. To disconnect the mounted network drive, right-click its icon on the desktop and select "Eject."

How to add network drive to Finder's sidebar or your desktop?

If you wish to access the network drive from Finder's sidebar or your desktop, you can adjust the following settings:

  1. Open Finder and click Finder > Settings/Preferences in the menu bar.
  2. Select the "General" tab, then check the box next to "Connected servers" under "Show these items on the desktop."
    How to show network drives on the desktop
  3. Select the "Sidebar" tab, then check the box next to "Connected servers" under "Show these items in the sidebar."
    How to show network drives in Finder sidebar
  4. Check if the network drive has been added to the intended place. If it's not showing up in Finder's sidebar, you can drag and drop its icon from the desktop to the sidebar to add it.

How to create a desktop shortcut to map a network drive on Mac?

Finder typically only mounts your network drive once, and you'll need to repeat the process we mentioned before to connect to the network drive after ejecting it or rebooting your Mac. If you want to quickly map your network drive on your desktop without going through all the trouble, you can make an alias for the network drive with the steps below:

  1. Open Finder and click Network from the left sidebar.
  2. Navigate to your network drive and select it.
  3. Open the drive to choose the folder or volume you want to map from your desktop, if necessary.
  4. Right-click the drive, or its volume or folder, and select "Make Alias."
    Map network drives on Mac with desktop shortcut
  5. Check the alias on your desktop.

After that, you can open the alias to mount the network drive or folder the next time you want to access it.

Share these steps to help others learn how to map a shared drive on Mac.

 

Way 2: Mount network drive on Mac via iBoysoft DiskGeeker

Another way to add network drives to a Mac is to employ a network drive mounter like iBoysoft DiskGeeker. It offers exclusive features like autonomous login, support for the WebDAV protocol, and automatic disconnecting and reconnecting when the system goes to sleep or wakes up.

It supports mapping network drives on macOS High Sierra and later versions, regardless of whether the drive is a Windows or Mac computer, a network-attached drive, or a server. It's also fully compatible with commonly used protocols, including WebDAV, SMB, NFS, FTP, and AFP.

This versatile disk management tool also helps you manage the internal and external drives connected to your Mac with functions like disk cleaning, drive cloning, speed testing, BitLocker/FileVault encryption, restricting access to USB devices, etc.

Here's how to use it to map a network drive on a Mac:

Step 1: Download and install iBoysoft DiskGeeker.

Step 2: Open the tool and click "Add Network Drives."

Step 3: Provide the required information and click Connect.

How to map network drive on Mac

Step 4: Select the software's name from the top-left menu, then open Settings > Advanced to configure sleep/wake settings.
Modify settings to allow auto disconnecting and reconnecting when a network drive sleeps and wakes up

Way 3: Connect to network drive on Mac with Terminal

Alternatively, you can map a network drive on macOS using the Terminal app. It's the built-in command-line interface that allows you to interact with the operating system using text commands.

How to access network drive on Mac Terminal:

  1. Open Terminal from the Applications > Utilities folder.
  2. Type the following command and hit Enter to create a mount point for the network drive.sudo mkdir /Volumes/NetworkDrive
  3. Type your password and hit Enter.
  4. Input the following command after replacing the personal info and hit Enter to mount the network drive.mount -t smbfs //username:password@server-address/shared-folder-name /Volumes/NetworkDriveFor example, to map a network drive with the address (192.168.0.172/share) in the SMB protocol with the user name "share" and password `45, the command should be: mount -t smbfs //share:%[email protected]/share /Volumes/NetworkDrive (Note that special characters need to be URL encoded. The URL-encoded representation of the backtick character is "%60."
     
  5. To navigate to the mount point, run the command below:cd /Volumes/NetworkDrive
  6. To unmount the mapped network drive, execute the following command:unmount /Volumes/NetworkDrive

Share this post to assist others in adding network drives to their Macs.

 

How to map network drive on Mac permanently?

If you want the previously mapped network drives to automatically connect to your Mac after a reboot, you can add them to the login items.

  1. Go to the Apple menu and select System Settings/Preferences.
  2. Type "login items" in the search bar.
  3. Click "Login Items" to open it.
  4. Tap the ( + ) button below the list of items that open at login.
    Add the network drive to the Login Items on Mac
  5. Navigate to the network location you want to add and click Open.
    How to map a network drive on Mac permanently

The volume or folder should now automatically reconnect to your network drive when your Mac restarts.

Click the button below to assist others in mapping network drives on MacBook or desktop Mac.

 

Mac not connecting to network drive, How to fix?

If your Mac won't connect to a network drive, try the following tips:

  • Ensure your Mac is connected to the network (either Wi-Fi or Ethernet). If you're using VPN to access the remote network drive, ensure that the VPN connection is active and stable.
  • Verify that you're using the correct address, protocols, and credentials. If using SMB, there might be version compatibility issues (e.g., SMB1, SMB2, SMB3). Sometimes specifying the version in the connection string can help.
  • Check if your Mac's firewall or any installed security software is blocking the connection.
  • If you have access to your network settings, verify that the router or network switch isn't blocking the connection to the network drive.
  • Reboot your Mac.
  • Make sure the network drive is turned on and prepared to share.
  • Try a different way to map the network drive.
  • Delete the mapped network drive in Finder and remap it.

Share this article to benefit others who want to know how to map a network drive on macOS Sierra/High Sierra/Mojave/Catalina/Big Sur/Monterey/Ventura/Sonoma, and other versions.