Map Network Drive on Mac Linux Windows

Sharing is caring!


Apple & Mac
 •From the Finder, hit Command+K
 •Enter the path to the network drive you want to map, ie: smb://networkcomputer/networkshare and click ‘Connect’
 •Enter your login credentials and click “OK”
 •The drive is now mounted, but continue on to map for system reboot persistence
 •Now enter into System Preferences, from the Apple menu
 •Click on ‘Accounts’
 •Click on “Login Items”
 •Click on the + button to add another login item
 •Locate the network drive you previously mounted and click “Add”
 •Exit out of System Preferences
Your network drive will now be mapped and automatically remounted when you reboot your Mac.
Mac & Linux
/sbin/mount -t smb //username=,password= ///myshare /mnt/share

Windows:

net use s: \servername or ipshare-foldername /user

or on windows You can map using GUI

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.