diff --git a/Aaru.CommonTypes/Enums/SectorStatus.cs b/Aaru.CommonTypes/Enums/SectorStatus.cs
index 61ac42a45..d8e14f466 100644
--- a/Aaru.CommonTypes/Enums/SectorStatus.cs
+++ b/Aaru.CommonTypes/Enums/SectorStatus.cs
@@ -86,5 +86,9 @@ public enum SectorStatus : byte
///
/// Content originally encrypted but stored decrypted in image.
///
- Unencrypted = 0xA
+ Unencrypted = 0xA,
+ ///
+ /// Content can be regenerated from metadata (e.g. LFG junk fill).
+ ///
+ Generable = 0xB
}
\ No newline at end of file