Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: OT: keep external drives mounted?



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"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<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

References: 
 >OT: keep external drives mounted? (From: "Mark J. Reed" <email@hidden>)
 >Re: OT: keep external drives mounted? (From: Neil Laubenthal <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.