View Single Post
  #2  
Old 06-05-2006, 10:08 AM
dnanian's Avatar
dnanian dnanian is offline
Administrator
 
Join Date: Apr 2001
Location: Weston, MA
Posts: 14,923
Send a message via AIM to dnanian
Our network drive automounting is done by retaining an alias to the image file. We resolve the alias, and the system automatically mounts the drive the image is on. This should certainly work with an NTFS volume, as long as a normal alias to the file will resolve and mount. Why it's not working for you, I don't know, unfortunately.

You can certainly mount it with a script. If this is primarily an issue of scheduled copies, open the Library/Application Support/SuperDuper!/Scheduled Copies folder, then Control-click your scheduled copy and choose "Show Package Contents".

Once you're in there, you can edit the Copy Job.applescript file. Right at the top, there's a "before" and "after" section that can be used to run preflight and postflight commands. Simply add what's neede to mount the drive in the preflight area (and unmount in the postflight, if desired). Then, save the script.

Go back into SuperDuper, open the Scheduled Copies window, and edit the scheduled copy by double-clicking. Uncheck and re-check the checkbox, and we'll recompile the script for you.

That should do it.
__________________
--Dave Nanian
Reply With Quote