HOME
  Security
   Software
    Hardware
  
FPGA
  CPU
   Android
    Raspberry Pi
  
nLite
  Xcode
   etc.
    ALL
  
LINK
BACK
 

2022/08/09

macOSでリームバブル HDDや SD-Cardに勝手に作られる .Spotlight-V100や .fseventsdを無効にする方法 macOSでリームバブル HDDや SD-Cardに勝手に作られる .Spotlight-V100や .fseventsdを無効にする方法

(How to disable macOS .Spotlight-V100 and .fseventsd directory)

Tags: [Apple], [MacBook], [Hackintosh]




● macOSでリームバブル HDDや SD-Cardに勝手に作られる .Spotlight-V100や .fseventsdを無効にする方法

 How to disable macOS .Spotlight-V100 and .fseventsd directory

 凄くウザイです。

● .Spotlight-V100

・とにかく全部オフ
sudo mdutil -a -i off
・該当のデバイスだけオフ
sudo mdutil -X /path/to/volume
・該当のデバイスだけオフ
cd /Volumes/your\ target\ volume
sudo touch .metadata_never_index

・とにかく全部オフを元に戻す
sudo mdutil -a -i on


● .fseventsd

Preventing File System Event Storage
●Preventing File System Event Storage

In some cases, the contents of a volume are sufficiently secret that it is not appropriate to log them. To disable logging on a per-volume basis (for creating a backup volume, for example), you must do the following:

・Create a .fseventsd directory at the top level of the volume.
・Create an empty no_log file in that directory.
So if your volume is mounted at /Volumes/MyDisk, you would create an empty file called /Volumes/MyDisk/.fseventsd/no_log.

 つまり、.fseventsdディレクトリを作成して、その中に no_logの空ファイルを作成する。
 (.fseventsdディレクトリの作成は必須と成ります)

 クソ OSが!



Tags: [Apple], [MacBook], [Hackintosh]



[HOME] | [BACK]
リンクフリー(連絡不要、ただしトップページ以外は Web構成の変更で移動する場合があります)
Copyright (c) 2022 FREE WING,Y.Sakamoto
Powered by 猫屋敷工房 & HTML Generator

http://www.neko.ne.jp/~freewing/software/macos_disable_spotlight_v100_fseventsd/