| Previous | Next |
| STATUS_LOG_MULTIPLEXED | STATUS_LOG_ARCHIVE_NOT_IN_PROGRESS |
STATUS_LOG_DEDICATED
STATUS_LOG_DEDICATED is the converse of a multiplexed-log mismatch. A dedicated CLFS log has one stream and cannot later be extended with additional streams, so an operation that depends on shared physical-log behavior is not applicable.
The status is about the log’s creation model, not a transient readiness failure. Repeated retries or container changes do not convert a dedicated log into a multiplexed one; the caller must use the matching API workflow or create an appropriate log design.
What to inspect
- Capture the original log name and creation mode, not only the file path of the
.blffile. - Confirm whether the operation is intended for a shared physical log or for a single dedicated stream.
- Plan migration explicitly if multiple independent streams are required; do not assume that adding containers changes the log type.
References
- Microsoft: CLFS architecture, dedicated and multiplexed logs
- Microsoft: base log, containers, streams, and creation model
- Microsoft: CLFS user-mode API reference
- Wine: independent NTSTATUS constant definitions
Looking for a different code? Search another status or error code.
