[ad_1]
I’ve an exterior RAID drive and its form of noisy when in use. Many mornings it makes numerous noise as a result of one thing is accessing it. At first I assumed it was highlight so I configured highlight to disregard it. Now I see one other course of named revisiond is accessing it:
$ sudo lsof -n | grep GlyphRaid
mds 94 root 17r DIR 1,13 476 2 /Volumes/GlyphRaid
revisiond 125 root 6r DIR 1,13 476 2 /Volumes/GlyphRaid
revisiond 125 root 11r DIR 1,13 306 823 /Volumes/GlyphRaid/.DocumentRevisions-V100
revisiond 125 root 12u REG 1,13 98304 828 /Volumes/GlyphRaid/.DocumentRevisions-V100/.cs/ChunkStoreDatabase
revisiond 125 root 14u REG 1,13 0 830 /Volumes/GlyphRaid/.DocumentRevisions-V100/.cs/ChunkStoreDatabase-wal
revisiond 125 root 15u REG 1,13 86016 831 /Volumes/GlyphRaid/.DocumentRevisions-V100/db-V1/db.sqlite
revisiond 125 root 16u REG 1,13 8272 833 /Volumes/GlyphRaid/.DocumentRevisions-V100/db-V1/db.sqlite-wal
Right here is the method:
$ ps aux | grep revisiond
root 125 0.0 0.1 4863800 26548 ?? Ss Mon08AM 0:00.49 /System/Library/PrivateFrameworks/GenerationalStorage.framework/Variations/A/Help/revisiond
For some cause it’s monitoring adjustments made with system instruments (e.g., Preview):
$ pwd
/Volumes/GlyphRaid/.DocumentRevisions-V100/AllUIDs/7/com.apple.documentVersions
$ sudo ls -al
complete 0
d--x--x--x 3 _unknown _unknown 102 Aug 6 10:17 .
d--x--x--x 3 _unknown _unknown 102 Aug 6 10:17 ..
-r--r--r--@ 1 _unknown _unknown 366872 Aug 6 10:04 B29AD895-96BC-4D98-886B-38022A323FCC.png
That is completely insupportable! Can I safely kill this course of or is there some solution to cease it from operating? I do not see it anyplace within the system startup scripts.
[ad_2]
