Enabling Spotlight on the Mac

| 0 Comments
cd /System/Library/LaunchDaemons
sudo launchctl load -w com.apple.metadata.mds.plist
sudo mdutil -E /

Leave a comment

Recent Entries

Synology MacOS X Client NFS Mount
To mount the Synology NFS export from MacOS X. Use the following options on from the command line: mount_nfs -P…
Enabling Spotlight on the Mac
cd /System/Library/LaunchDaemons sudo launchctl load -w com.apple.metadata.mds.plist sudo mdutil -E /…
Removing .DS_Store from Network Drives
Removing the .DS_Store files already created on your network drive. In the example below, specifically only list the smbfs based…