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 answers
Related Questions in MACOS
- Error installing Nativescript on Mac M2 Sonoma 14.4.1
- macOS - Most secure way of a GUI SUDO_ASKPASS
- When using onDrag in SwiftUI on Mac how can I detect when the dragged object has been released anywhere?
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- ZSH function parameters conundrum
- how to make read only file/directory in Mac writable
- macOS BigSur - Unable to run bundled php version or brew php 8
- 9 Digit Addresses in Hexadecimal System in MacOS
- MacOS Bash-Script: while read p and echo
- How to make a range for tail rows on a categorized table in Numbers with JXA scripts?
- Cannot build a basic project with curl on Mac (M2) for Raspberry Pi Pico
- How to recover deleted files from create vite react project
- Can't run built SFML project from Xcode template
- React Native - RealmJS - Linker command failed with exit code 1
- How can I manually add a keyboard shortcut to a Shortcut Action Service directly via the system files, without going through the System Prefs GUI?
Related Questions in SEARCH
- How to create a regular expression to partition a string that terminates in either ": 45" or ",", without the ": "
- Hospital route finding ai project
- tryin to write a function that searches for SSN in a dict, and if that SSN is found, to retrieve all the data associated with that SSN
- How the search filter from search bar works in mern?
- Angular application loading weirdly when I add "/" at the end of URL
- Elastic python to extract last 1hr tracing
- How to detect if two sentences are simmilar, not in meaning, but in syllables/words?
- I need to have a look at all my private pine scripts and filter the scripts for certain words in TRADINGVIEW
- What is correct URL? {'quandl_error': {'code': 'QECx01', 'could not recognize URL: /api/v3/databases/WIKI/search. Please check URL and try again.'}
- Solr 9 punctuation issue
- Autocomplete search filter not working for dynamically added input fields in angular
- How to correct call API search request with debounce?
- Search in GDrive only the first 5 topics
- How do I use sp/pnp sp.search to find all Associated sites when querying a hub site Id
- How to apply custom analyzers on a field in Vespa schema
Related Questions in NAS
- Insert image from a NAS drive to a PDF c# MVC
- Hyper-V export with Export-VM to network (NAS) fails
- How to create merge request and view source code Git Store in File Station Synology NAS
- Connection to SVN repositories fails after updates to NAS Synology DS710+
- ERROR: Failed building wheel for backports.zoneinfo on an env Python
- How to create a NAS for the office using proxmox and docker container
- Why are lines from my table visible to specific queries but not otherwise?
- Azure Kubernetes Pod to access NAS
- Display html img located in network drive
- Can not dvc push to a NAS
- Apache on Jammy
- git commit -m "<message>" returns fatal: cannot lock ref 'HEAD' - non-directory in the way
- Rsync always do a copy from scratch with a mounted NAS
- Why is my function to calculate Annualized Rate of Change returning NAs in R?
- n8n on qnap ts 233 NAS Container Station node.js not working
Related Questions in QNAP
- Why can't QNAP and its containers be pinged by name, while others can?
- QNAP phpMyAdmin container: "phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection"
- QNAP MySQL container: "You need to specify one of the following as an environment variable"
- Errors while mounting NFS share from Linux to QNAP NAS
- Can not RSYNC files from native NAS volume to mayQNAPcloud Storage
- n8n on qnap ts 233 NAS Container Station node.js not working
- The difference between lun and volume in qnap nas
- uboot differing behavior of manual vs autoboot
- uBoot recursive variables, have I simply misunderstood
- The 'Custom locations' dose not work as expected with Jellyfin
- npm and node installed by opkg get Segmentation fault error
- Uploading to QNAP NAS from my backend and image in the NAS ends up as a broken image
- Qnap Container: Gitlab-runner cannot connect to the Docker daemon at unix:///var/run/docker.sock
- SQL Server on QNAP. Error: 17836, Severity: 20, State: 17
- Export docker container through cloudflared
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?
Popular Tags
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)
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