Is there any way to get a list of connected servers in OS X? (Bash, Obj C, AppleScript...)
        Posted  
        
            by Andrew
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Andrew
        
        
        
        Published on 2010-03-17T02:06:35Z
        Indexed on 
            2010/03/17
            2:11 UTC
        
        
        Read the original article
        Hit count: 345
        
Simply, I'm just looking to get a list of connected remote disks.
I have a script right now that compares /Volumes/ to "diskutil -list" but that only gives me the name of the remote disks, not the actual address.
Anyone have ideas as to how I might go about doing this?
Thanks in advance.
© Stack Overflow or respective owner