Re: Mount Volume on Remote Machine
Re: Mount Volume on Remote Machine
- Subject: Re: Mount Volume on Remote Machine
- From: Satyam Satyanarayana <email@hidden>
- Date: Tue, 28 Apr 2009 11:28:15 +0530
If you can setup SSH to run without password between two machines, it
might be possible.
Follow the link to setup SSH without password : http://
linuxproblem.org/art_9.html
On 28-Apr-09, at 12:07 AM, Emmanuel Levy wrote:
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 (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
40novell.com
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
_______________________________________________
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