I noticed something odd today. In my system log file, which is on my FileVault 2 encrypted volume of course, I see a line similar to this:
There are also some lines about CoreStorage unlocking the volume.
If the volume is locked and encrypted, then how can these lines be written to a log file on said encrypted volume? Are they actually stored in memory temporarily, and once the volume is mounted and unlocked, THEN it retroactively logs these items?
Code:
hfs mounted macintosh hd on device root_device
There are also some lines about CoreStorage unlocking the volume.
If the volume is locked and encrypted, then how can these lines be written to a log file on said encrypted volume? Are they actually stored in memory temporarily, and once the volume is mounted and unlocked, THEN it retroactively logs these items?