additional changes to spotlight indexing
This commit is contained in:
parent
462e38c332
commit
f58b48c931
6
osx.md
6
osx.md
|
@ -34,8 +34,10 @@ category: macOS
|
||||||
|
|
||||||
### Disable spotlight indexing
|
### Disable spotlight indexing
|
||||||
|
|
||||||
mdutil -a -i off # until next reboot on all volumes
|
mdutil -a -i off # disable indexing for all volumes
|
||||||
touch FOLDER/.metadata_never_index # if this file exists in FOLDER only for that FOLDER
|
mdutil -i off MOUNT_POINT # disable for specific volume
|
||||||
|
touch FOLDER/.metadata_never_index # disable for FOLDER
|
||||||
|
|
||||||
|
|
||||||
### Turn on/off proxy
|
### Turn on/off proxy
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue