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

Bossone

macrumors member
Original poster
Jul 26, 2008
98
0
How do I add (Mount?) my home server's hard drive on to my mac's desktop, just as is my Mac HD?
 
(In Finder) Go -> Connect to Server.

I can connect to it with out a problem. I want a shortcut on my desktop so all i have to do is click on it, not click on finder, go, then connect to server. I can actually just click on the server on the side bar
 
I can connect to it with out a problem. I want a shortcut on my desktop so all i have to do is click on it, not click on finder, go, then connect to server. I can actually just click on the server on the side bar

This is a bump because i would like to know the same answer please. i mount my widows c drive from my macbook and would like to create a shortcut on my mac ddesktop. dragging doesnt help. please?
 
Does this what you are looking for
http://support.apple.com/kb/HT4011

Otherwise you could write a little script for connecting to the server then save it as an application

that's close but i was thinking more along the lines of creating a shortcut on my mac desktop that points to my windows drive on another pc. I had a shortcut on my linux box that would mount the windows drive as soon as i double clicked on it. Thats really what im gunning for here.
 
that's close but i was thinking more along the lines of creating a shortcut on my mac desktop that points to my windows drive on another pc. I had a shortcut on my linux box that would mount the windows drive as soon as i double clicked on it. Thats really what im gunning for here.

What about writing a script and save it as an app on your desktop

Just tried it with one of my folders
I used Script Editor

tell application "Finder"
if not (exists disk "backup") then open location "afp://xserv.local/backup"
end tell
tell application "Finder"
if (exists disk "backup") then open disk "backup"
end tell


You will have to change "afp://xserv.local/backup" to something like smb://servername/sharename
 
What about writing a script and save it as an app on your desktop

Just tried it with one of my folders
I used Script Editor

tell application "Finder"
if not (exists disk "backup") then open location "afp://xserv.local/backup"
end tell
tell application "Finder"
if (exists disk "backup") then open disk "backup"
end tell


You will have to change "afp://xserv.local/backup" to something like smb://servername/sharename

that works well for me thanks. Is there anyway to change the app shortcut i created on the desktop now?
 
What about writing a script and save it as an app on your desktop

Just tried it with one of my folders
I used Script Editor

tell application "Finder"
if not (exists disk "backup") then open location "afp://xserv.local/backup"
end tell
tell application "Finder"
if (exists disk "backup") then open disk "backup"
end tell


You will have to change "afp://xserv.local/backup" to something like smb://servername/sharename

i used this script but i want to change "finder" to "forklift". after i change it i get a syntax error trying to run it. what else would i need to put? thanks again all.
 
if you are using 10.5 and above your servers will show in the Finder sidebar under Shared if they are bonjour or windows workgroup shares. when you connect to them the server icons can show on the desktop its just not enabled by default. enable it in Finder preferences.

Screen shot 2010-04-19 at 3.28.02 PM.png

or you can add an alias to the desktop to connect by dragging the mounted share from the Finder to the desktop while holding command+option.

Screen shot 2010-04-19 at 3.28.25 PM.png
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.