• 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 in OS 10.4
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mount Volume in OS 10.4


  • Subject: Re: Mount Volume in OS 10.4
  • From: Jan Bultereys <email@hidden>
  • Date: Tue, 05 Dec 2006 10:06:41 +0100
  • Thread-topic: Mount Volume in OS 10.4

Title: Re: Mount Volume in OS 10.4
Hi Simon,

Yes I had the same ‘problem’ in the past.
This is the solution I made:

tell application "Finder"
    do shell script "mkdir /Volumes/VolumeName"
    do shell script "mount -t afp afp://username:password@myServerName/VolumeName /Volumes/VolumeName"
end tell

Enjoy,jan




From: "Simon, Garry" <email@hidden>
Date: Mon, 4 Dec 2006 17:45:28 -0600
To: <email@hidden>
Conversation: Mount Volume in OS 10.4
Subject: Mount Volume in OS 10.4

Under OS 10.3, mounting volumes with AppleScript worked fine. Today I upgraded to Tiger (10.4), and “mount volume” only works intermittently, or it crashes my AS Studio apps.
 
The code snippet used is essentially
mount volume "afp://" & user_name & ":" & pass_word & "@myServerName/myVolumeName"
 
Thanks for your help,
Garry
 



_______________________________________________
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/mailman//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/mailman//archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • acgi dispatcher problems...
      • From: Rob Stott <email@hidden>
References: 
 >Mount Volume in OS 10.4 (From: "Simon, Garry" <email@hidden>)

  • Prev by Date: Re: "Do Visual Basic" crashes Word
  • Next by Date: acgi dispatcher problems...
  • Previous by thread: Mount Volume in OS 10.4
  • Next by thread: acgi dispatcher problems...
  • Index(es):
    • Date
    • Thread