• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Mount Volume on Remote Machine
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount Volume on Remote Machine


  • Subject: Re: Mount Volume on Remote Machine
  • From: Emmanuel Levy <email@hidden>
  • Date: Mon, 27 Apr 2009 20:37:40 +0200

At 8:39 PM -0400 4/25/09, Nathan Aston wrote:
Is there a way to send an applescript command from one machine to another that tells that machine to mount on itself the machine that is sending the command

I would try to have Finder run the script on the remote machine, not that mounting a volume it its job (it's Scripting Additions' job, so any vaguely scriptable application could mount a volume) but because Finder is likely to be running.


I would try something like:

tell app "Finder" of machine "eppc://whatever authentication info here@10.0.1.2" to mount volume "myvol"

and if this doesn't work I would hack it more with:

tell app "Finder" of machine "eppc://whatever authentication info here@10.0.1.2" to run script "mount volume \"myvol\""

Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden
  • Follow-Ups:
    • Re: Mount Volume on Remote Machine
      • From: Satyam Satyanarayana <email@hidden>
References: 
 >Mount Volume on Remote Machine (From: Nathan Aston <email@hidden>)

  • Prev by Date: Re: Confounded by Folder Action Script (10.5.6) - SOLVED
  • Next by Date: Re: Scripting Xcode to open a source code file and go to a particular line number
  • Previous by thread: Re: Mount Volume on Remote Machine
  • Next by thread: Re: Mount Volume on Remote Machine
  • Index(es):
    • Date
    • Thread