how do i map a network drive on mac

how do i map a network drive on mac

πŸ“Œ Introduction

If you work in an office, use a NAS device, or share files between multiple computers, mapping a network drive makes everything easier. Instead of searching for folders again and again, your Mac instantly connects to the shared location like a normal disk drive.

In this simple guide, you’ll learn how to map a network drive on Mac and make it auto-connect every time your device starts.


πŸ”Ή Step 1: Get the Network Path

You need the network address of the folder or server you want to connect to.

Examples:

DeviceExample Network Path
Windows PCsmb://192.168.1.25/shared
NAS (Synology, QNAP, WD)smb://MyNAS/Public
Mac-to-Macafp://MacBookPro/shared

If unsure, check your storage or server documentation. For example:
πŸ”— Synology Shared Folder Guide: https://www.synology.com/


πŸ”Ή Step 2: Connect Through Finder

  1. Open Finder
  2. Press Command + K
  3. In Connect to Server, type the network path
  4. Click Connect
  5. Enter username/password if required

Once connected, the drive appears on your desktop or Finder sidebar.

βœ… Apple provides an official guide here:
πŸ”— https://support.apple.com/guide/mac-help/connect-to-servers-mchlp1140/mac


πŸ”Ή Step 3: Auto-Mount on Startup

If you want the drive to connect automatically when your Mac turns on:

  1. Open System Settings
  2. Go to General β†’ Login Items
  3. Click the +
  4. Select the connected network drive

Now macOS will reconnect it every time you log in.


πŸ”Ή Step 4: Add to Sidebar for Quick Access

  1. Open Finder
  2. Locate the connected drive
  3. Right-click β†’ Add to Sidebar

🧩 If Connection Fails

Try these fixes:

βœ… Ensure devices are on the same network
βœ… Check router or firewall
βœ… Make sure the shared folder is enabled
βœ… Try SMB if AFP or FTP fails

For Windows shared folders, refer to Microsoft’s official guide:
πŸ”— https://learn.microsoft.com/en-us/windows-server/storage/file-server/


πŸ”Ή Connect Using Terminal (Advanced Users)

mount_smbfs //username@192.168.1.25/shared /Volumes/shared

This method is mostly used by IT admins or automated scripts.


βœ… What You Can Use It For

βœ” Office shared folders
βœ” NAS storage like Synology, QNAP, TrueNAS
βœ” Sharing files Mac-Windows
βœ” Home media storage
βœ” Backup drives


βœ… Frequently Asked Questions

1. Why can’t my Mac connect to a Windows shared folder?

Sometimes the SMB feature is disabled. Enable SMB on Windows or check Microsoft’s support guide.
πŸ”— https://learn.microsoft.com/en-us/windows-server/

2. Do I need internet for a mapped drive?

No β€” only local network (Wi-Fi or LAN).

3. Will it stay connected after restart?

Yes, if added to Login Items.

4. Can I map multiple drives?

Yes, multiple folders and servers can be mapped.

5. What is the best protocol?

SMB works best for Mac-to-Windows and NAS devices. Apple also recommends SMB by default:
πŸ”— https://support.apple.com/


Conclusion

Mapping a network drive on macOS makes file sharing faster, easier, and automatic. Whether you use office folders, a Synology NAS, or a Windows PC, macOS can connect smoothly with just a few clicks.


Scroll to Top