To Reduce the Chance of Encountering Dangerous Bad Sectors
→ To enhance the effect, we minimize the scanning.
危険な不良セクタに接触する機会を減らす
→効果を上げるにはスキャンを少なくします。

While avoiding dangerous bad sectors is important, what is even more crucial is reducing the chances of encountering them. Even if we can avoid bad sectors, the more frequently this occurs, the greater the associated risk. Furthermore, by reducing the number of encounters, we can decrease the need for avoidance itself, thereby reducing the risk.
危険な不良セクタを回避する点も重要なのですがそれ以上に大事なのが接触する機会を減らす事です不良セクタを回避できてもその回数が増加すればそれに従ってリスクが増加いたします。また接触を減らせれば回避自体の機会を減らせますのでリスクが低下いたします。

Area Analysis Scan (Cluster Scan)
領域解析スキャン(クラスタスキャン)

Data recovery software features a function known as area analysis (cluster scan), which analyzes every sector and delivers results. After scanning all sectors, it attempts to access each sector again to retrieve data, resulting in a very large scan volume. This is not a problem for normal drives or even for damaged but stable drives, but such conveniently behaving drives are rare. Furthermore, for high-capacity drives over 2.0TB, it’s not unusual for the process to take several dozen hours.
データ復旧系ソフトは全セクタを解析して結果を出す領域解析(クラスタスキャン)と呼ばれる機能がございます。全セクタをスキャン後に再度各セクタにアクセスを試みてデータを取り出しますのでスキャン量が非常に大きくなります。正常なドライブまたは壊れても安定したドライブならば問題ないのですがそのような都合の良いドライブは中々ありません。さらに2.0T以上の大容量ドライブは普通に数十時間を要する場合も珍しくありません。

As the scan volume increases, so does the chance of encountering dangerous sectors.
スキャン量が増加するので危険なセクタへの接触機会が増加してしまいます。

Reducing Scan Volume with Big Data Structure Analysis
スキャン量を削減 ビッグデータ構造解析

Even so, if directory structure analysis is insufficient, preliminary area analysis (cluster scan) is necessary. However, introducing the concept of shape into the file system allows us to statistically identify unnecessary sectors in advance.
それでもディレクトリ構造解析で解析できない場合は事前に領域解析(クラスタスキャン)が必要です。しかしファイルシステムに形状の概念を導入すると統計的に必要がないセクタが事前にわかります。

The task is simple: just reduce the amount of data scanning. We will continue to develop and implement various methods.
やることはシンプル。データスキャンの量を削るだけです。色々な手法を考え投入していきます。