Re: OT: keep external drives mounted?
- Subject: Re: OT: keep external drives mounted?
- From: "Mark J. Reed" <email@hidden>
- Date: Tue, 29 Jan 2008 23:09:00 -0500
- Delivered-to: email@hidden
- Delivered-to: email@hidden
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=8QD9LfM5Vi21i+67+hiTo1qHJS1zMfcXbJsRCyKoY+M=; b=uyaCj+3fafipUKZVtPjUFNt2gJAbS0AQ8qvY/DmsIHCiYVpO67EKRUZRf7VpF5RNLN5smNhBC9Y3N3QhH1spzty5gHK8qz9aux3AzCbOvtpsxlYou0k88LbRgdVbEskAK6z3QDOOU4khcB9mwVDECtW323eruW9APsX9Q108D+c=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=fpTarZ2zw0bvlEPj09wSJldcW2uq637Br7v1Pa1MeAfKbmh0AGmR+qtTjetSBxPXJcHfuKOD/VYcC0x3L+QPz9sSmqrD+R0u31S30gX2qjdzl58CvZ4DE0sJyiuga/q0aoxcujyW+FixyKsFkxgxpNRuCSOiEx59+ktG6zsEkwY=
On Jan 29, 2008 2:36 PM, Eric Westlund <email@hidden> wrote:
Mark,
Try creating the following plist file com.apple.DiskArbitration.diskarbitrationd.plist in this location:
/Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd.plist
<?xml version="1.0" encoding="UTF-8"?>
<plist version="0.9">
<dict>
<key>DAMountDeferExternal</key>
<false/>
</dict>
</plist>
Thanks! I think the easier way to do that is to use the defaults command:
sudo defaults write \
/Library/Preferences/SystemConfiguration/com.apple.DiskArbitration.diskarbitrationd \
DAMountDeferExternal -bool true
On Jan 29, 2008 7:47 PM, Neil Laubenthal <email@hidden> wrote:
sudo defaults write /Library/Preferences/SystemConfiguration/
autodiskmount \ AutomountDisksWithoutUserLogin -bool true
Thanks... but the man page says autodiskmount has been deprecated, presumably in favor of diskarbitrationd?
I did the first one, and next time I'm connecting in remotely I'll see if it worked.
Thanks to everyone who answered.
--
Mark J. Reed <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:
http://lists.apple.com/mailman/options/applescript-users/email@hidden
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.