For those of you who were PC-people before moving to the Mac, you may recall (with fondness) the ability to map a drive from a network share. For me, it was one of those features that I really missed when I made the jump and I have been searching for a method to accomplish this task ever since. Guess what? I finally found it and it only requires Apple Script and a few simple steps. Here goes:
- Launch Script Editor.
- Type mount volume "smb://server name/share name" for each share you want to automount. For example, mount volume "smb://mediaserver/Movies"
- Test.
- Save the code as an AppleScript.
- Save the code as an application.
- Add the application to your System Accounts Login Items.
0 comments:
Post a Comment