I've been tasked with coming up with a script to mount an smb share where the share will be a user's name. This share needs to show up in the Finder sidebar with the name "Home". I've been able to do the following...
mkdir /Volumes/Home
mount -t smbfs smb://pc-fs2.pc.parkland.edu/home2$/$Current_User /Volumes/Home
I figure if there's a way to get /Volumes/Home created as a shortcut in the Finder sidebar then things are good.
Any ideas? I was sure a few months ago I saw an application someone created that would do this but now I can't find it. Maybe I saw it in a dream...no idea. At any rate it'd be nice if I could pull this off.