π 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:
| Device | Example Network Path |
|---|---|
| Windows PC | smb://192.168.1.25/shared |
| NAS (Synology, QNAP, WD) | smb://MyNAS/Public |
| Mac-to-Mac | afp://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
- Open Finder
- Press Command + K
- In Connect to Server, type the network path
- Click Connect
- 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:
- Open System Settings
- Go to General β Login Items
- Click the +
- Select the connected network drive
Now macOS will reconnect it every time you log in.
πΉ Step 4: Add to Sidebar for Quick Access
- Open Finder
- Locate the connected drive
- 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.
