Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

spotlight searches on network/remote Volumes

hello,
does anybody know what qualifies a network volume to be indexed and be searchable for spotlight?
I found this 'scope keys' in the Developer docs 'MDQuery Reference' (which give me the hope we can search on remote volumes, and hopefully not only on apples own servers):

Query Search Scope Keys - Specify the scope of a query’s search.

const CFStringRef kMDQueryScopeHome;
const CFStringRef kMDQueryScopeComputer;
const CFStringRef kMDQueryScopeNetwork;
const CFStringRef kMDQueryScopeAllIndexed;
const CFStringRef kMDQueryScopeComputerIndexed;
const CFStringRef kMDQueryScopeNetworkIndexed;

what are they for, if we cannot search on networked volumes?

greetz
=:-)f

MacBook Pro, Mac OS X (10.6.2)

Posted on Nov 29, 2009 3:02 PM

Reply
9 replies

Nov 29, 2009 3:57 PM in response to Christian Fohmann1

I'm not sure what qualifies mounted network volumes to be indexed. all my afp shares are indexed by default and I can search them. to do so you need to start a finder search and then switch the search location to "shared" in the search toolbar.
you can check if a particular mounted volume is indexed by running this command from terminal

mdutil -s /volumes/"volume name"

if it says that the indexing is disabled you can try enabling it with

sudo mdutil -i on /volumes/"volume name"

Dec 6, 2009 2:54 PM in response to mc23646266

this is what I get displayed when querying my netatalk remote volumes:

ws:~ user$ mdutil -s /Volumes/Archives.1
/Volumes/Archives.1:
Indexing enabled.
ws:~ user$ mdutil -s /Volumes/Archives.2
/Volumes/Archives.2:
Indexing enabled.

No indexes, no spotlight search.
Like to see more? How about this:

cd /Volumes/Archives.1/.Spotlight-V100/
ws:.Spotlight-V100 user$ ls -R
Store-V1

./Store-V1:
Stores VolumeConfig.plist

./Store-V1/Stores:
53E4FA0B-5070-4F5D-A3B2-95AF576A1064

./Store-V1/Stores/53E4FA0B-5070-4F5D-A3B2-95AF576A1064:
ws:.Spotlight-V100 user$ cat /Volumes/Archives.2/.Spotlight-V100/Store-V1/VolumeConfig.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>53E4FA0B-5070-4F5D-A3B2-95AF576A1064</key>
<dict>
<key>partialPath</key>
<string></string>
<key>policySearch</key>
<integer>3</integer>
</dict>
</dict>
</plist>

What's wrong? security? no, all rights to read and write into the index and most files on the volume.
I do think it's wrong on apple's side of the desk.

greetz

=:-)f

Message was edited by: mc23646266

Dec 6, 2009 4:03 PM in response to mc23646266

machine:Archiv user 00:12:26 (0)$ openmeta -p /Volumes/Archiv/Bibliothek/Dokumentenarchiv/00\ Manuals/01\ GTD/GTD\ Arbeitsablauf.pdf
/Volumes/Archiv/Bibliothek/Dokumentenarchiv/00 Manuals/01 GTD/GTD Arbeitsablauf.pdf
tags: computer collaboration gtd
rating: none found

machine:Archiv user 00:19:07 (0)$ find ./* -name "*.pdf" -print
./Bibliothek/Musikarchiv/00 Musikarchiv/iTunes Music/Carsten Lemmen/Mac-Treff/Plaudertaschen.pdf
./Bibliothek/Musikarchiv/00 Musikarchiv/iTunes Music/Carsten Lemmen/Mac-Treff/._Plaudertaschen.pdf
^C
machine:Archiv user 00:19:20 (0)$ find ./* -name "*.pdf" -exec mdimport {} \;
^Z
[1]+ Stopped find ./* -name "*.pdf" -exec mdimport {} \;
machine:Archiv user 00:21:24 (1)$ bg
[1]+ find ./* -name "*.pdf" -exec mdimport {} \; &

machine:Archiv user 00:21:30 (1)$ ls -lR .Spotlight-V100/
total 0
drwxrwxrwx@ 4 user staff 264 29 Nov 21:31 Store-V1

.Spotlight-V100//Store-V1:
total 8
drwxrwxrwx@ 3 user staff 264 29 Nov 19:41 Stores
-rwxrwxrwx@ 1 user staff 357 29 Nov 19:41 VolumeConfig.plist

.Spotlight-V100//Store-V1/Stores:
total 0
drwxrwxrwx@ 2 user staff 264 29 Nov 19:41 53E4FA0B-5070-4F5D-A3B2-95AF576A1064

.Spotlight-V100//Store-V1/Stores/53E4FA0B-5070-4F5D-A3B2-95AF576A1064:

machine:Archiv user 00:21:38 (1)$ failed to find PDF header: `%PDF' not found.
Incorrect start/end range ordering; fixing.
Incorrect start/end range ordering; fixing.
Converting string with language tags....
Converting string with language tags....
Converting string with language tags....
failed to find PDF header: `%PDF' not found.
invalid stream length 2781; should be 4535.
FlateDecode: decoding error: invalid stored block lengths.
missing or invalid /Flags entry; assuming standard encoding.
Incorrect start/end range ordering; fixing.
failed to find PDF header: `%PDF' not found.
ls -lR .Spotlight-V100/
total 0
drwxrwxrwx@ 4 user staff 264 29 Nov 21:31 Store-V1

.Spotlight-V100//Store-V1:
total 8
drwxrwxrwx@ 3 user staff 264 29 Nov 19:41 Stores
-rwxrwxrwx@ 1 user staff 357 29 Nov 19:41 VolumeConfig.plist

.Spotlight-V100//Store-V1/Stores:
total 0
drwxrwxrwx@ 2 user staff 264 29 Nov 19:41 53E4FA0B-5070-4F5D-A3B2-95AF576A1064

.Spotlight-V100//Store-V1/Stores/53E4FA0B-5070-4F5D-A3B2-95AF576A1064:
machine:Archiv user 00:44:13 (1)$ ls -lR .Spotlight-V100/
total 0
drwxrwxrwx@ 4 user staff 264 29 Nov 21:31 Store-V1

.Spotlight-V100//Store-V1:
total 8
drwxrwxrwx@ 3 user staff 264 29 Nov 19:41 Stores
-rwxrwxrwx@ 1 user staff 357 29 Nov 19:41 VolumeConfig.plist

.Spotlight-V100//Store-V1/Stores:
total 0
drwxrwxrwx@ 2 user staff 264 29 Nov 19:41 53E4FA0B-5070-4F5D-A3B2-95AF576A1064

.Spotlight-V100//Store-V1/Stores/53E4FA0B-5070-4F5D-A3B2-95AF576A1064:

machine:Archiv user 00:46:31 (1)$ fg
find ./* -name "*.pdf" -exec mdimport {} \;
failed to find start of cross-reference table.

Dec 6, 2009 4:05 PM in response to mc23646266

Process: mdimport [32208]
Path: /usr/bin/mdimport
Identifier: mdimport
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: find [26827]

Date/Time: 2009-12-07 00:49:34.178 +0100
OS Version: Mac OS X 10.6.2 (10C540)
Report Version: 6

Interval Since Last Report: 167487 sec
Crashes Since Last Report: -13
Per-App Crashes Since Last Report: 1
Anonymous UUID: 10C8C1C5-7476-4BD7-A9DB-48DDE2743453

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Application Specific Information:
abort() called

Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x00007fff8576ffe6 __kill + 10
1 libSystem.B.dylib 0x00007fff85810e32 abort + 83
2 libstdc++.6.dylib 0x00007fff86b205d2 _tcf0 + 0
3 libobjc.A.dylib 0x00007fff858edd3d objcterminate + 120
4 libstdc++.6.dylib 0x00007fff86b1eae1 _cxxabiv1::_terminate(void (*)()) + 11
5 libstdc++.6.dylib 0x00007fff86b1de9c _cxa_callterminate + 46
6 libstdc++.6.dylib 0x00007fff86b1e9fc _gxx_personalityv0 + 1011
7 libSystem.B.dylib 0x00007fff85786b71 unwind_phase2 + 145
8 libSystem.B.dylib 0x00007fff85786a65 UnwindRaiseException + 213
9 libstdc++.6.dylib 0x00007fff86b1ebef _cxathrow + 91
10 libFontParser.dylib 0x00007fff815592fe TParseOpenCloseGetTokenScope::~TParseOpenCloseGetTokenScope() + 62
11 libFontParser.dylib 0x00007fff8155937d TParsingContext::DoFontBBox(FCdBBox&) + 125
12 libFontParser.dylib 0x00007fff815579a1 TParsingContext::HandleReaction(int) + 3021
13 libFontParser.dylib 0x00007fff815558b4 TParsingContext::DoParse(TParserDictionary const*) + 296
14 libFontParser.dylib 0x00007fff81554f97 TParsingContext::ParseType1Font() + 171
15 libFontParser.dylib 0x00007fff81554e47 TType1ParsingContext::ParseType1Font() + 17
16 libFontParser.dylib 0x00007fff8155bc11 TType1MemoryFont::TType1MemoryFont(void const*, unsigned long) + 251
17 libFontParser.dylib 0x00007fff81547844 TFont::CreateInMemoryFont(int, void const*, unsigned long) + 180
18 libFontParser.dylib 0x00007fff81547771 TFont::CreateFontEntitiesForDataStream(int, void const*, unsigned long, TSimpleArray<TFont*>&) + 27
19 libFontParser.dylib 0x00007fff81547672 FPFontCreateWithData + 106
20 libCGXType.A.dylib 0x00007fff80ef23d3 create private_data_with_dataprovider + 39
21 com.apple.CoreGraphics 0x00007fff842872e0 CGFontCreateWithDataProvider + 51
22 com.apple.CoreGraphics 0x00007fff842eb367 CGPDFFontType1Load + 384
23 com.apple.CoreGraphics 0x00007fff842e91bc load_font + 113
24 com.apple.CoreGraphics 0x00007fff842e9294 CGPDFFontGetFont + 33
25 com.apple.CoreGraphics 0x00007fff842e8ba2 get builtin_type1names + 61
26 com.apple.CoreGraphics 0x00007fff842e8ecc CGPDFEncodingGetNameForIndex + 255
27 com.apple.CoreGraphics 0x00007fff842579c0 get unichars_forindex + 73
28 com.apple.CoreGraphics 0x00007fff842577c0 get unicharinfo + 108
29 com.apple.CoreGraphics 0x00007fff84257710 CGPDFEncodingGetUnicodesForIndex + 41
30 com.apple.CoreGraphics 0x00007fff8425707a append standardtext + 399
31 com.apple.CoreGraphics 0x00007fff84256e4b CGPDFTextLayoutDraw + 267
32 com.apple.CoreGraphics 0x00007fff84256d3e CGPDFTextStringAppendTextLayout + 80
33 com.apple.CoreGraphics 0x00007fff842fa369 op_TJ + 106
34 com.apple.CoreGraphics 0x00007fff841afc5e pdf scanner_handlexname + 105
35 com.apple.CoreGraphics 0x00007fff841af01f CGPDFScannerScan + 472
36 com.apple.CoreGraphics 0x00007fff84254bdd CGPDFTextExtractorCopyTextString + 57
37 com.apple.CoreGraphics 0x00007fff842549fd CGPDFPageCopyTextString + 42
38 com.apple.MDImporter.PDF 0x00000001006f514c GetMetadataForFile + 1089
39 mdimport 0x00000001000061c5 0x100000000 + 25029
40 mdimport 0x000000010000c7f4 0x100000000 + 51188
41 mdimport 0x000000010000c575 0x100000000 + 50549
42 mdimport 0x0000000100001d4b 0x100000000 + 7499
43 mdimport 0x000000010000118c 0x100000000 + 4492

Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x00007fff8573abba kevent + 10
1 libSystem.B.dylib 0x00007fff8573ca85 dispatch_mgrinvoke + 154
2 libSystem.B.dylib 0x00007fff8573c75c dispatch_queueinvoke + 185
3 libSystem.B.dylib 0x00007fff8573c286 dispatch_workerthread2 + 244
4 libSystem.B.dylib 0x00007fff8573bbb8 pthreadwqthread + 353
5 libSystem.B.dylib 0x00007fff8573ba55 start_wqthread + 13

Thread 2:
0 libSystem.B.dylib 0x00007fff8573b9da _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff8573bdec pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff8573ba55 start_wqthread + 13

Thread 3:
0 libSystem.B.dylib 0x00007fff8573b9da _workqkernreturn + 10
1 libSystem.B.dylib 0x00007fff8573bdec pthreadwqthread + 917
2 libSystem.B.dylib 0x00007fff8573ba55 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00007fff70a8b298 rcx: 0x00007fff5fbfa7b8 rdx: 0x0000000000000000
rdi: 0x0000000000007dd0 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfa7d0 rsp: 0x00007fff5fbfa7b8
r8: 0x0000000000000000 r9: 0x000000010026fe20 r10: 0x00007fff8576c026 r11: 0x0000000000000202
r12: 0x00007fff8157ee7f r13: 0x000000010026d2e0 r14: 0x00007fff5fbfae08 r15: 0x00007fff8155584c
rip: 0x00007fff8576ffe6 rfl: 0x0000000000000202 cr2: 0x00000001007cd018

Binary Images:
0x100000000 - 0x100027fef +mdimport ??? (???) <CD278FB8-7660-4F0C-5B57-BE94F4A877B6> /usr/bin/mdimport
0x1006f4000 - 0x1006f5ff7 com.apple.MDImporter.PDF 1.2 (21) <B5E98DB7-5BEE-EC85-0396-2723CEE0130A> /System/Library/Spotlight/PDF.mdimporter/Contents/MacOS/PDF
0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
0x7fff8023e000 - 0x7fff8023fff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
0x7fff807a2000 - 0x7fff80ad4fef com.apple.CoreServices.CarbonCore 861.2 (861.2) <39F3B259-AC2A-792B-ECFE-4F3E72F2D1A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
0x7fff80ad5000 - 0x7fff80c8ffef com.apple.ImageIO.framework 3.0.1 (3.0.1) <10202E28-34DD-71CA-BE5D-1BE5C8DE2198> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
0x7fff80d73000 - 0x7fff80d94fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
0x7fff80eef000 - 0x7fff80ef3ff7 libCGXType.A.dylib ??? (???) <E11B4D25-2251-4646-118C-87BD4C57A194> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff80ef4000 - 0x7fff80fa8ff7 com.apple.ColorSync 4.6.2 (4.6.2) <78A86D96-7758-6BFE-7231-A0C70F185FDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x7fff80fc5000 - 0x7fff81022fef com.apple.framework.IOKit 2.0 (???) <EBBEED67-D5BE-5F7F-96F4-9023BBA1B913> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff810d0000 - 0x7fff8111aff7 com.apple.Metadata 10.6.2 (507.4) <A28A5E0C-DCDC-A5CE-4EB7-39752E63956A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
0x7fff8111b000 - 0x7fff8111dfff libRadiance.dylib ??? (???) <376EAE92-8F25-9202-CC35-8EED5BD471FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8125d000 - 0x7fff812aefe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
0x7fff812af000 - 0x7fff812afff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8136a000 - 0x7fff81395ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
0x7fff81396000 - 0x7fff813a5fff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8151d000 - 0x7fff81532ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff81533000 - 0x7fff815efff7 libFontParser.dylib ??? (???) <99DEA723-9D02-2361-E3C7-034E25C5B829> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff81952000 - 0x7fff8215cfe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
0x7fff8215d000 - 0x7fff8219efef com.apple.QD 3.33 (???) <3F528878-21F5-B2B5-8A9B-DF067BF91922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
0x7fff8219f000 - 0x7fff82424ff7 com.apple.security 6.0 (36910) <67DF686D-B991-D0D6-20B6-9EA668018466> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8246a000 - 0x7fff8246aff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
0x7fff824a4000 - 0x7fff82553fff edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff825d5000 - 0x7fff82665fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
0x7fff82883000 - 0x7fff8294ffff com.apple.CFNetwork 454.5 (454.5) <319C7138-2839-DA5E-413A-618248BD4A32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
0x7fff82b04000 - 0x7fff82b3fff7 com.apple.AE 496.1 (496.1) <27D2D2E9-B309-7E65-8C3F-7FF01148F0DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
0x7fff82b77000 - 0x7fff82bc6fef libTIFF.dylib ??? (???) <796A1E6E-09B0-64F4-35F7-2ACEE9C2B429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff82bc7000 - 0x7fff82cdefef libxml2.2.dylib ??? (???) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
0x7fff82e4c000 - 0x7fff82e92fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
0x7fff82e94000 - 0x7fff82f78fff com.apple.DesktopServices 1.5.3 (1.5.3) <F443ED58-3761-116F-A8B2-C6DC29B7D119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
0x7fff82f79000 - 0x7fff82ff6fe7 com.apple.CoreText 3.1.0 (???) <B4BFF82D-CA77-9A8E-2C7E-66367E807C7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
0x7fff839ec000 - 0x7fff83a21ff7 libcups.2.dylib ??? (???) <0D020D80-F9D5-55DE-9CCE-9B80CDF08FC4> /usr/lib/libcups.2.dylib
0x7fff83a22000 - 0x7fff83a40fff libPng.dylib ??? (???) <7635B74B-5415-9767-A881-E0B017F62376> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff83a41000 - 0x7fff83adbfff com.apple.ApplicationServices.ATS 4.1 (???) <E2A107C5-0230-265A-E40D-CFE0219C99E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
0x7fff83ae9000 - 0x7fff83ba5ff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x7fff83c81000 - 0x7fff83cc2ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <FFCA91A7-ADDB-E3D0-234A-47609BC37556> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
0x7fff83dfe000 - 0x7fff83f71ff7 com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8410f000 - 0x7fff84803537 com.apple.CoreGraphics 1.536.12 (???) <0DCA088B-0C6B-146F-0341-9E0212B5CA50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff84d79000 - 0x7fff84d7dff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
0x7fff851ea000 - 0x7fff8562dfef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
0x7fff85721000 - 0x7fff858dfff7 libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
0x7fff858e0000 - 0x7fff85996fff libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
0x7fff85997000 - 0x7fff859d4fef libFontRegistry.dylib ??? (???) <8712832A-A980-3AAF-0D88-50164898F38E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86732000 - 0x7fff86732ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8676d000 - 0x7fff86773ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff86a69000 - 0x7fff86ad3fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
0x7fff86ad4000 - 0x7fff86b51fef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
0x7fff86ba3000 - 0x7fff86c5cfff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
0x7fff86c8d000 - 0x7fff86c9bff7 libkxld.dylib ??? (???) <568C35E7-B101-3F1E-0361-3E1E9F15C90B> /usr/lib/system/libkxld.dylib
0x7fff86c9c000 - 0x7fff86d76ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
0x7fff86e7d000 - 0x7fff86e93fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
0x7fff86edd000 - 0x7fff86fecff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8793c000 - 0x7fff87b1fff7 libType1Scaler.dylib ??? (???) <2B6581FB-7C0B-AE43-7F16-694587B58136> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
0x7fff87b33000 - 0x7fff87b38fff libGIF.dylib ??? (???) <9DB87A71-27B7-A909-461B-F886DB2BD622> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff87b86000 - 0x7fff87c26fff com.apple.LaunchServices 362 (362) <CCBFC037-7162-E392-B11F-90098891AE20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
0x7fff87c29000 - 0x7fff87c51fff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
0x7fff87c70000 - 0x7fff87c70ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
0x7fff87d00000 - 0x7fff87d4cfff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
0x7fff87d4d000 - 0x7fff87f0bfff libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
0x7fff87f28000 - 0x7fff87f4efe7 libJPEG.dylib ??? (???) <89DFAA03-2801-BB31-1F4D-1AE0804E08BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff87f4f000 - 0x7fff87f60fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
0x7fff87f61000 - 0x7fff87f75ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff88498000 - 0x7fff8851cfe7 com.apple.print.framework.PrintCore 6.1 (312.3) <33C0EADA-243E-1897-335D-17C5DC6A14A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x7fff887ed000 - 0x7fff88a6efe7 com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib

Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 8 GB, SMC 1.25f4
Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
Memory Module: global_name
Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
PCI Card: Apple RAID Card, sppci_raid, Slot-4
PCI Card: NVIDIA GeForce 8800 GT, Display, Slot-1
PCI Card: pcibdbd,a117, sppci_video, Slot-2
Parallel ATA Device: PIONEER DVD-RW DVR-112D
USB Device: Hub, 0x2001, 0xf103, 0xfd400000
USB Device: iPhone, 0x05ac (Apple Inc.), 0x1290, 0xfd450000
USB Device: USB-PS/2 Optical Mouse, 0x046d (Logitech Inc.), 0xc03e, 0xfd410000
USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfd440000
USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfd442000
USB Device: SpaceNavigator, 0x046d (Logitech Inc.), 0xc626, 0xfd420000
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfd300000
USB Device: Composite Device, 0x047f (Plantronics, Inc.), 0xc001, 0xfd340000
USB Device: Vendor-Specific Device, 0x0fd9, 0x0004, 0xfd330000
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfd100000
USB Device: Q-Scan Scanner, 0x0a53, 0x1000, 0x5d100000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8206, 0x5d200000
FireWire Device: built-in_hub, Up to 800 Mb/sec
FireWire Device: Saffire, Focusrite, Up to 400 Mb/sec

Dec 6, 2009 4:31 PM in response to mc23646266

I do think there is something to index, isn't it?

machine:~ user 01:10:57 (0)$ cd /Volumes/Archiv/; cd Bibliothek

machine:Bibliothek user 01:12:34 (0)$ ls -l@R
total 0
drwxr-xr-x@ 126 user staff 4240 5 Dez 22:36 Bildarchiv
com.apple.FinderInfo 32
drwxrwxrwx@ 37 user staff 1214 7 Dez 00:11 Dokumentenarchiv
com.apple.FinderInfo 32
drwxrwxrwx@ 17 user staff 534 2 Dez 09:06 Downloadarchiv
com.apple.FinderInfo 32
drwxrwxrwx 129 user staff 4342 24 Nov 17:43 Filmarchiv
drwxrwxrwx@ 5 user staff 264 10 Jul 2008 Fontarchiv
com.apple.FinderInfo 32
drwxrwxrwx@ 7 user staff 264 10 Jul 2008 Linkarchiv
com.apple.FinderInfo 32
drwxrwxrwx@ 13 user staff 398 25 Nov 20:02 Maschinenarchiv
com.apple.FinderInfo 32
drwxrwxrwx 12 user staff 364 6 Dez 22:28 Musikarchiv
drwxr-xr-x@ 7 user staff 264 26 Nov 12:28 Projektarchiv
com.apple.FinderInfo 32

./Bildarchiv:
ls: ._DOC: No such file or directory
ls: ._SafariSchnappschuss001.png: No such file or directory
ls: ._SafariSchnappschuss002.png: No such file or directory
ls: ._SafariSchnappschuss003.png: No such file or directory
ls: ._SafariSchnappschuss004.png: No such file or directory
ls: ._SafariSchnappschuss005.png: No such file or directory
ls: ._SafariSchnappschuss006.png: No such file or directory
ls: ._SafariSchnappschuss007.png: No such file or directory
ls: ._SafariSchnappschuss008.png: No such file or directory
ls: ._SafariSchnappschuss009.png: No such file or directory
ls: ._SafariSchnappschuss010.png: No such file or directory
ls: ._SafariSchnappschuss011.png: No such file or directory
ls: ._SafariSchnappschuss012.png: No such file or directory
ls: ._SafariSchnappschuss013.png: No such file or directory
ls: ._VorschauSchnappschuss001.png: No such file or directory
ls: ._VorschauSchnappschuss002.png: No such file or directory
ls: ._VorschauSchnappschuss003.png: No such file or directory
ls: ._VorschauSchnappschuss004.png: No such file or directory

-rwxr-xr-x@ 1 user staff 1555 27 Jun 10:37 Schnappschuss001.png
com.apple.ResourceFork 20620
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1564 27 Jun 10:38 Schnappschuss002.png
com.apple.ResourceFork 22537
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1607 27 Jun 10:38 Schnappschuss003.png
com.apple.ResourceFork 22597
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1558 27 Jun 10:38 Schnappschuss004.png
com.apple.ResourceFork 22579
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1531 27 Jun 10:39 Schnappschuss005.png
com.apple.ResourceFork 22174
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1500 27 Jun 10:39 Schnappschuss006.png
com.apple.ResourceFork 22579
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1509 27 Jun 10:39 Schnappschuss007.png
com.apple.ResourceFork 22102
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1425 27 Jun 10:40 Schnappschuss008.png
com.apple.ResourceFork 21991
com.apple.FinderInfo 32
-rwxr-xr-x@ 1 user staff 1462 27 Jun 10:41 Schnappschuss009.png
com.apple.ResourceFork 22009
com.apple.FinderInfo 32

greetz

=:-)f

Message was edited by: mc23646266

Dec 6, 2009 5:36 PM in response to mc23646266

in terminal i used this commands:

mdutil -s /Volumes/Archiv
cd /Volumes/Archiv
ls -lR ./.Spotlight-V100*
cd Bibliothek
ls -l@R # makes a long list
# the following, could be cpu+network intensive
find . -name "*.pdf" -exec mdimport {} \;
find . -name "*.pdf" -exec ~/bin/openmeta -p {} \;

# what I expect from this commands?

want to see if spotlight indexing is turned on
cd to my archive
there is the same dirtree as in /, different guid.
show xattrs on files in my library
search all pdf and import into spotlight
search all pdf and display its openmeta tags

# results are already posted to this thread

=:-)f

spotlight searches on network/remote Volumes

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.