Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

XeroZeus

macrumors newbie
Original poster
Jul 26, 2012
19
0
Perhaps you can help me with a simple one. I have a home server. The device name is NAS. Each time I start my Macbook I have to manually browse it and connect to it to mount it on the desktop (each time). This prevents me from just starting up my Mac, starting uTorrent and downloading to the External storage device. How can I permanantly mount it so that I can save the hassle of re-mounting every time I reboot.
 
Use Login Items.

Add the NAS volume to your login items, and your Mac will connect to it on startup.

The only annoyance is that you will have this finder window open after startup. I made an applescript to close them all automatically (I have 4 auto mounts).
 
Would you mind sharing your apple script? I'm doing the same but with about 6 shares and its annoying at startup that they all appear.

Do you know of a workaround if one of the shares wasn't available? Right now an error message will appear every few minutes and simply wont go away. I want it to notify either once or not at all.

Thanks
 
Use Login Items.

Add the NAS volume to your login items, and your Mac will connect to it on startup.

The only annoyance is that you will have this finder window open after startup. I made an applescript to close them all automatically (I have 4 auto mounts).

would you share this applescript for me as well? thanks
 
Use Login Items.

Add the NAS volume to your login items, and your Mac will connect to it on startup.

The only annoyance is that you will have this finder window open after startup. I made an applescript to close them all automatically (I have 4 auto mounts).
Can't you set the "Hide" checkbox so it won't appear?
 
I am resurrecting this thread because I found it during a search and it is part of the question I need to ask...

I have added my NAS volume to the Login Items in System Preferences. So when I start my Mac (running Mountain Lion), the machine will automatically mount my NAS but it always pops up with the prompt for my username and password. Then I have to type them both in before the volume is mounted. I thought I had previously set this up so that it automatically logged in with my username and password, but I can't remember how I did it (it was on a previous machine).

Anyone know if there's still a way to auto login to a NAS volume at startup without the username/password prompt appearing every time?

Thanks!
 
Make sure your NAS is configured to require a user name and password. When you try to access the NAS volume, and the login pops up, make sure you select "save to key chain." Then it shouldn't ask again. If you still get prompted for a password, you may want to open your KeyChain and remove all entries that pertain to your NAS.

Also regarding the login script question earlier in the thread, if you use the following in an AppleScript and reference the AppleScript in the login items, a window will not pop up--much cleaner than the solution posted above:

delay 10
mount volume "afp://192.168.1.7/Public"

The delay is so your computer has a chance to connect to the network first. The IP address and subfolder will vary of course, depending on your NAS. If AFP doesn't work, you can replace it with SMB--it depends on what kind of NAS you have and what protocols it supports. Your NAS IP address should also be static.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.