I have a QNAP TS-431XeU. I'd like to have spotlight index my network attached storage. How do I do this?
How do I enable spotlight to index my NAS on OSX 12.3.1?
2.7k Views Asked by elisgoldberg At
1
There are 1 best solutions below
Related Questions in MACOS
- How do I customize NSOutlineView to have border color?
- Force sublime text to use PATH from the shell value
- Do executable files always open a terminal window on MacOS?
- setting OpenGL version in objective-C
- C std library don't appear to be linked in object file
- Cross compile simple standard C program on Linux for Mac
- How to generate request format for WCF web service method for Mac and iPhone
- Bundle Multiple Xamarin apps in one pkg installer
- How to Handle Command Line Prompt from a Cocoa App
- AVFoundation - Process each image separately
- CMYK NSImage get pixel data
- how i get the mac of ibeacon or BLE
- Set JAVA_HOME on Mac
- Finding active IPv6 interfaces under Mac OS (using Python)
- OSX: Why is my launchd agent running my script twice?
Related Questions in SEARCH
- SQL weight rows by formula
- If Input is focused trigger X else trigger Y
- laravel full-text search with multiple keywords together
- Login form by using a new database, made in VB
- How to search for overloaded methods in a class
- Modifying Tries code in Java
- Doing a multi-column search for an item in a listView control using c#
- T SQL wildcard searching for a zip code
- django rest framework search filter all fields
- how to filter search result with dropdown list in php
- PHP/MySQL search... show all data by default, or show matched data
- Oracle multiple REPLACE options in REGEXP_REPLACE
- Is there a way to get all complete sentences that a search engine (e.g. Google) has indexed that contain two search terms?
- How to search a unknown composite key for dictionary in O(1) in c#
- android java search listview clickedItem
Related Questions in NAS
- SNMP :snmpwalk response from NAS timeout issue
- Freeradius nas.sql table field description
- receive Directory from NAS with NSURLSession
- Connect to WebMin from external network
- How to share a ZFS formatted USB disk thru a Raspberry-Pi device
- Missing pyconfig.h while installing a package
- ActiveMQ HA option with Shared File System
- Why does "move directories" on a NAS take so long?
- An error occurred while installing gitlab-pygments.rb (0.3.2)
- Can I use a build-in account to access different network drivers in IIS7?
- How can I start go server permanently?
- Incremental backup with crontab
- Error message 'database is locked' with Subversion server accessing repository through SMB
- PHP foreach glob to load PDFs from NAS Storage
- Linux: echo 3 > /proc/sys/vm/drop_caches takes hours to complete
Related Questions in QNAP
- Find and replace � in folders and files recursively
- Reconnect to an existing database
- An error occurred while installing gitlab-pygments.rb (0.3.2)
- npm and node installed by opkg get Segmentation fault error
- The 'Custom locations' dose not work as expected with Jellyfin
- uBoot recursive variables, have I simply misunderstood
- The difference between lun and volume in qnap nas
- uboot differing behavior of manual vs autoboot
- n8n on qnap ts 233 NAS Container Station node.js not working
- Installing pip on QNAP
- How do I enable spotlight to index my NAS on OSX 12.3.1?
- Python watch QNAP FTP directory for changes and send UDP messages
- Why does my Qnap NAS TS-431 status light keep flashing?
- GitLab (via Docker) on a QNAP NAS with ARM CPU ("exec format error")
- We are using ResilioSync on QNAP NAS and one of our NAS got hit by QLocker ransomware, what can we do?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I'll memorialize the answer for myself, as I was unsatisfied with my google-fu on this.
Enable
AFPandDHX2authentication support on your NAS. If you don't, when you run these steps, you'll get an error.Enable and broadcast
AFPoverBonjour.AFPMount your NAS.
AFPin the name. N.b., that it may not say, but just remember to mount the one you enabled AFP for.Go to your local mac from which you want to add the NAS to spotlight, pop open the terminal, and turn on the spotlight index on the drive with
mdutil, where the name in {} is the name of your NAS.sudo mdutil /Volumes/{yourNASwAFP}/ -i onMake sure that it remounts on restart.
The indexing will take a while. If you want to check that something is working, pop open spotlight with 'Command' + 'spacebar'. Type, literally anything. It should show an indexing progress bar. Depending on the size of your drive and file structure, it may take a long, long, time.
~E