Re: Mounting SMB Share
Re: Mounting SMB Share
- Subject: Re: Mounting SMB Share
- From: Jim Skibbie <email@hidden>
- Date: Tue, 24 Jun 2008 09:27:05 -0500
- Thread-topic: Mounting SMB Share
Title: Re: Mounting SMB Share
Perhaps it isn’t mounting due to authentication? I tried the below on an smb volume that has a space in its name and it mounted without issue. You don’t even need the string variable NameofVolume. If it doesn’t mount, what is the error it returns?
set NameofVolume to "This volume has a space in its name”
mount volume "smb://192.192.192.192" & "/" & NameofVolume as user name (user as string) with password (password as string)
I am trying to write a script to mount user home directories on a 10.4 box. The home directory is an SMB share and the issue appears to be that the share has a space in the share name.
_______________________________________________
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