No. Xbox1 discs can also have unprotected ranges.
I see. I checked the security sectors of Xbox1 again and found it true.
And I might find the problem of freecell. As far as seeing the source code, freecell skips reading all the ss ranges of xbox partition area and pads by zero.
But as you say, ss_sector_range outputs unprotected sectors range and these sectors are actually readable.
In a word, freecell skips their readable sectors which non zero data may exist.
its very unlikelly that readable ranges will contain usable data in them.
I confirmed some sectors in each sector range were readable and non zero byte. But I don't know if these non zero bytes are usable data or not.
I think dump tools should skip only unreadable sectors like the ring protect of CD.
Of course, If you say all sectors in sector range should be preserved by zero, I don't say anymore.
Anyway,
/viewtopic.php?t=13284 … neak-king/ of ajshell1,
it is necessary to check them in detail which bytes are different.
About Xbox 360, it needs to investigate why freecell creates a bad dump.