Feature #130
FAT Module, delete file allocated cluster
| Status: | Closed | Start date: | 17 May 2011 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 18 May 2011 | |
| Assignee: | fba | % Done: | 100% |
|
| Category: | Modules | |||
| Target version: | 1.1 | Estimated time: | 2.00 hours |
Description
In order to recover more file it will be good to add a new options to the FAT module.
When the FAT Module create node for deleted file, most of the time it can only find the first cluster in the fat allocation table.
But based on the size of the file, the module could create a node who will use the first cluster then increment this cluster number by one for each need block. In case of a deleted file that was contigous on the drive, it will permit to recover the all the file and not only the first block.
History
Updated by sja about 1 year ago
- Status changed from New to Assigned
Updated by sja about 1 year ago
- Priority changed from Normal to High