Like Gary, I'm guessing.
As a unix/linux professional, I suspect this is related to the nightly reboot of the receiver. The 922's operating system is linux based. During normal operation most of the file systems are "mounted" and available for reading and writing by the 922's operating system. During shutdown (or reboot), linux will attempt to unmount all of the file systems cleanly. This process closes the file systems and marks them as "clean". Upon restart, when linux finds a file system marked as "clean" it just mounts and starts using it.
However, sometimes on shutdown, a file system will be too busy to unmount, or will not respond fast enough (like an EHD that has gone to sleep). The file system unmount process will time-out and the receiver will reboot having "Failed to Unmount" one or more file systems. This usually isn't a big deal. On restart, linux will find the file systems are not marked "clean", and depending on the file system type, it will either run a file system check (fsck) or replay the file system logs to verify the file systems are intact before mounting them. File system checks make the boot process a little slower, but usually don't indicate a serious problem.