Challenges that each developer faces every day: August 2009

Tuesday, August 25, 2009

Remounting external drive in Mac OS

Here is to remount external hard drive.

Open up Application > Utilities > Disk Utility

Select the drive (by clicking on it) then click MOUNT

Related

 Digg  Del.icio.us  Reddit  SlashDot

How to restart Directory Service on Mac OS X

root# /usr/sbin/DirectoryService -h
Usage: /usr/sbin/DirectoryService [-hv]
-h Display this list of options.
-v Display the release version.

The command:
killall -HUP DirectoryService

Related

 Digg  Del.icio.us  Reddit  SlashDot