Skip to content

Update a drive profile entry to include 4TB variant of the BX500#596

Merged
Starosdev merged 3 commits into
Starosdev:masterfrom
mx-989:patch-2
Jun 6, 2026
Merged

Update a drive profile entry to include 4TB variant of the BX500#596
Starosdev merged 3 commits into
Starosdev:masterfrom
mx-989:patch-2

Conversation

@mx-989

@mx-989 mx-989 commented Jun 6, 2026

Copy link
Copy Markdown

Summary

Following our discussion on the simimar PR #581.

The Crucial BX500 consumer drive profile regex only matches the 250GB, 500GB, 1TB and 2TB variants.
The 4TB model (CT4000BX500SSD1) is missing, causing Scrutiny to fall back to generic ATA rules with the message "Using generic ATA rules. No vetted consumer drive profile matched this drive."

Type of Change

[X] New feature (non-breaking change that adds functionality)

Changes Made

consumer_drive_profiles.json — Crucial BX500 model_pattern:

Before: ^CT(250|500|1000|2000)BX500SSD1.*$
After: ^CT(250|500|1000|2000|4000)BX500SSD1.*$

Testing

  • I have tested this locally
  • I have added/updated tests that prove my fix/feature works
  • All existing tests pass

Checklist

  • My code follows the project's code style
  • I have performed a self-review of my code
  • [/] I have commented my code where necessary (particularly complex areas)
  • [/] I have updated the documentation if needed
  • My changes generate no new warnings
  • No console.log, debug statements, or commented-out code

@mx-989 mx-989 requested a review from Starosdev as a code owner June 6, 2026 00:44
@Starosdev Starosdev merged commit 1349e3f into Starosdev:master Jun 6, 2026
15 checks passed
@mx-989 mx-989 deleted the patch-2 branch June 6, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants