マックがうなり熱くなるので、
$ top
$ sudo lsof -i
知らないものが Listen していた。気持ち悪い。調べてみると
Lion Running Hot: Apple Support Communities
https://discussions.apple.com/message/15700251#15700251
これかも。
/System/Library/CoreServices/backupd.bundle/Contents/Resources/mtmfs
% man mtmfs
...There are no configurations to mtmfs, and users should not run mtmfs manually.
% man mtmd
ふーん。設定ファイルはないよ。ユーザはいじるな、と。
$ cd /System/Library/LaunchDaemons/
$ grep -R mtmfs .
./com.apple.mtmfs.plist: <string>com.apple.mtmfs</string>
./com.apple.mtmfs.plist: <key>com.apple.mtmfs</key>
./com.apple.mtmfs.plist: <string>/System/Library/CoreServices/backupd.bundle/Contents/Resources/mtmfs</string>
$ sudo launchctl list | grep mtmfs
64 - com.apple.mtmfs
$ more /System/Library/LaunchDaemons/com.apple.mtmfs.plist
$ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mtmfs.plist
$ sudo lsof -i
消えたわ。
あ、sudo launchctl unload やってからシステム環境のタイムマシン「切」にした。順序間違えたかも。
というか「切」にしておけばマックが熱くなることもなかったのかな...。わからない。
ちなみに、
% mdutil -s /Users/midore/
/Users/midore:
No index.
[余談]
いい↓事知りました。
Lion Running Hot: Apple Support Communities
https://discussions.apple.com/message/15791385#15791385
% ps -arcwwwxo "command %cpu %mem" | grep -v grep | head -13
[2011.09.25]
mtmd
【コラム】新・OS X ハッキング! (15) Lion備忘録(8) ~タイムマシンにおねがい~ | パソコン | マイコミジャーナル [SP]
http://journal.mycom.co.jp/column/osxhack/015/index.html
(Mac OS X Tips::Lion)mtmd(Mobile Time Machine Daemon)のCPU使用率が異常に高い時の対応 - jitsu102の日記 [SP]
http://d.hatena.ne.jp/jitsu102/20110912/1315834305
[2011.10.02]
tmutil
Disable Time Machine Local Backups in Mac OS X Lion
http://osxdaily.com/2011/09/28/disable-time-machine-local-backups-in-mac-os-x-lion/
Time Machineのローカルスナップショット機能を無効にする方法
http://veadardiary.blog29.fc2.com/blog-entry-3493.html
[2011.10.11]
記事タイトル変更
0 件のコメント:
コメントを投稿