Re: OT: keep external drives mounted?
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
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:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden