Re: Creating a remote sparsebundle
Re: Creating a remote sparsebundle
- Subject: Re: Creating a remote sparsebundle
- From: "Stockly, Ed" <email@hidden>
- Date: Mon, 28 Dec 2009 14:34:10 -0800
- Thread-topic: Creating a remote sparsebundle
Title: Re: Creating a remote sparsebundle
Try
"hdiutil create -type SPARSEBUNDLE -megabytes 4482 " & "-fs HFS+ -layout NONE " & quoted form of imagePath & " -volname " & quoted form of nameOfDisk
HTH,
ES
On 12/28/09 2:27 PM, "Luther Fuller" wrote:
The following snippet of code is run on my mini in Snow Leopard ...
"hdiutil create -type SPARSEBUNDLE -megabytes 4482 " & "-fs HFS+ -layout NONE " & imagePath & " -volname " & nameOfDisk
do shell script the result
imagePath is a folder on the startup disk on an old iBook running Tiger on which sharing is on and the connection is via AirPort with the remote disk mounted on the mini's desktop.
It fails to create the sparsebundle image file.
I have tried changing the permissions on the remote disk, but nothing. (#$&!!)
Anyone have any ideas?
_______________________________________________
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
_______________________________________________
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