<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Reindex Spotlight from the Command Line</title>
	<atom:link href="http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 16:47:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Frederic</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-456843</link>
		<dc:creator>Frederic</dc:creator>
		<pubDate>Mon, 26 Nov 2012 09:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-456843</guid>
		<description>The account you are using is an administrative account but not the root account

An easy way to enable the root account

sudo passwd

sudo will ask for a password. This is the password for the administrative account you&#039;re currently using. Administrative accounts have super user rights so you can start programs that are otherwise restricted to the root account.

With passwd you can set a password for the root user.</description>
		<content:encoded><![CDATA[<p>The account you are using is an administrative account but not the root account</p>
<p>An easy way to enable the root account</p>
<p>sudo passwd</p>
<p>sudo will ask for a password. This is the password for the administrative account you&#8217;re currently using. Administrative accounts have super user rights so you can start programs that are otherwise restricted to the root account.</p>
<p>With passwd you can set a password for the root user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nacho</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-425110</link>
		<dc:creator>Nacho</dc:creator>
		<pubDate>Mon, 10 Sep 2012 06:31:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-425110</guid>
		<description>it ask me for the password!?!? i own this mac but never been ask for one?!?! 

any ideas!?</description>
		<content:encoded><![CDATA[<p>it ask me for the password!?!? i own this mac but never been ask for one?!?! </p>
<p>any ideas!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fake</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-400931</link>
		<dc:creator>Fake</dc:creator>
		<pubDate>Thu, 21 Jun 2012 02:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-400931</guid>
		<description>to enable indexing of a drive that you aren&#039;t currently indexing:

       mdutil -i on &quot;/Volumes/ExternalDrive&quot;

If you don&#039;t know the correct name of the external drive, do this and look at the output:

       cd /Volumes
       ls

(that&#039;s L S in lowercase)

If you want to see the indexing status of a particular drive, do this:

     mdutil -s &quot;/Volumes/ExternalDrive&quot;

To ERASE THE SPOTLIGHT INDEX (NOT THE DRIVE ITSELF) and re-index a particular drive, do this:

     mdutil -E  &quot;/Volumes/ExternalDrive&quot;

To stop indexing an external drive, do this:

    mdutil -i off  &quot;/Volumes/ExternalDrive&quot;

Note that you must be an administrator on your computer.  If you are not, precede each command with the word &quot;sudo&quot; which temporarily grants you administrative rights. You&#039;ll need to type in the administrator&#039;s password (which won&#039;t display on the screen; but the administrator can read the log to know you&#039;ve used his/her password, so be sure you have permission).</description>
		<content:encoded><![CDATA[<p>to enable indexing of a drive that you aren&#8217;t currently indexing:</p>
<p>       mdutil -i on &#8220;/Volumes/ExternalDrive&#8221;</p>
<p>If you don&#8217;t know the correct name of the external drive, do this and look at the output:</p>
<p>       cd /Volumes<br />
       ls</p>
<p>(that&#8217;s L S in lowercase)</p>
<p>If you want to see the indexing status of a particular drive, do this:</p>
<p>     mdutil -s &#8220;/Volumes/ExternalDrive&#8221;</p>
<p>To ERASE THE SPOTLIGHT INDEX (NOT THE DRIVE ITSELF) and re-index a particular drive, do this:</p>
<p>     mdutil -E  &#8220;/Volumes/ExternalDrive&#8221;</p>
<p>To stop indexing an external drive, do this:</p>
<p>    mdutil -i off  &#8220;/Volumes/ExternalDrive&#8221;</p>
<p>Note that you must be an administrator on your computer.  If you are not, precede each command with the word &#8220;sudo&#8221; which temporarily grants you administrative rights. You&#8217;ll need to type in the administrator&#8217;s password (which won&#8217;t display on the screen; but the administrator can read the log to know you&#8217;ve used his/her password, so be sure you have permission).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-378389</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 16 Apr 2012 19:38:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-378389</guid>
		<description>When I run this for my external drive it says:

Indexing disabled.

How can I enable indexing on an external drive? Thanks.</description>
		<content:encoded><![CDATA[<p>When I run this for my external drive it says:</p>
<p>Indexing disabled.</p>
<p>How can I enable indexing on an external drive? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-352084</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Thu, 08 Mar 2012 10:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-352084</guid>
		<description>Alright so tried out this fix.

Returned:
No index. 

From there goes back to &quot;home&quot; command line.
Any ideas?</description>
		<content:encoded><![CDATA[<p>Alright so tried out this fix.</p>
<p>Returned:<br />
No index. </p>
<p>From there goes back to &#8220;home&#8221; command line.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Rygaard</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-329329</link>
		<dc:creator>Michael Rygaard</dc:creator>
		<pubDate>Fri, 03 Feb 2012 07:54:13 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-329329</guid>
		<description>I still use Quicksilver, its still faster, and finds more.
also it can find 2 names pr file.
say you use Handbrake - but ½ of the time cant rember that strange name and rename it to &quot;video converter and DVD ripper&quot; then Quicksilver will find it on both the new and the old name.</description>
		<content:encoded><![CDATA[<p>I still use Quicksilver, its still faster, and finds more.<br />
also it can find 2 names pr file.<br />
say you use Handbrake &#8211; but ½ of the time cant rember that strange name and rename it to &#8220;video converter and DVD ripper&#8221; then Quicksilver will find it on both the new and the old name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teddster</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-329301</link>
		<dc:creator>Teddster</dc:creator>
		<pubDate>Fri, 03 Feb 2012 07:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-329301</guid>
		<description>Yes of course. It&#039;s often quicker and more specific for advanced users, but the CLI gets a lot of use for sysadmins and others too. SSH in, rebuild clients Spotlight, etc. Remote administration. etc</description>
		<content:encoded><![CDATA[<p>Yes of course. It&#8217;s often quicker and more specific for advanced users, but the CLI gets a lot of use for sysadmins and others too. SSH in, rebuild clients Spotlight, etc. Remote administration. etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 911</title>
		<link>http://osxdaily.com/2012/02/02/reindex-spotlight-from-the-command-line/#comment-329194</link>
		<dc:creator>911</dc:creator>
		<pubDate>Fri, 03 Feb 2012 02:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=26091#comment-329194</guid>
		<description>Serious question. I see these posts on here quite often, do this or that from the command line.. Hmm. Do people actually do this?</description>
		<content:encoded><![CDATA[<p>Serious question. I see these posts on here quite often, do this or that from the command line.. Hmm. Do people actually do this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 267/267 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 11:26:21 -->