by Jerry Kindall <jerrykindall@[EMAIL PROTECTED]
>
Aug 18, 2007 at 08:12 AM
In article <1i2ynxm.1123k7gsm1ywcN%syochelson.nospam@[EMAIL PROTECTED]
>, S
& B <syochelson.nospam@[EMAIL PROTECTED]
> wrote:
> Is it possible to mount o dismount an external Hard Dissk? If so, how?
>
> I usually dismount my external backup disk after startup to reduce
> desktop clutter (the HD is partitioned into many partitions).
>
> I would like to automatically mount one of the partitions just before a
> SuperDuper! backup job starts.
>
> Thanks.
From a script I use for pretty much the same purpose with Retrospect
(disk is named "Backup"):
tell application "Finder" to if not (disk "Backup" exists) then do
shell script "diskutil mount " & last word of (do shell script
"diskutil list | grep 'Apple_HFS Backup'")
Note that this all goes on one line.
--
Jerry Kindall, Seattle, WA <http://www.jerrykindall.com/>
Send only plain text messages under 32K to the Reply-To address.
This mailbox is filtered aggressively to thwart spam and viruses.