Skip to content

Commit

Permalink
Make it clear that compressed NTFS is not supported (#69)
Browse files Browse the repository at this point in the history
* Make it clear that compressed NTFS is not supported

See #67 (comment)

* Files can be compressed or not, not the whole filesystem

* Added sentence on lacking documentation for compressed files
  • Loading branch information
NicolasCARPi authored and Lazza committed Jan 16, 2020
1 parent a48e413 commit 326ff6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ and export the contents of a partition in CSV or
[body file](http://wiki.sleuthkit.org/index.php?title=Body_file) format. These
are exported in the directory specified by `-o` (or `recuperabit_output`).

### Limitation

Currently RecuperaBit does not work with compressed files on an NTFS filesystem. If you have deep knowledge of the inner workings of file compression on NTFS filesystem, your help would be much appreciated, as available documentation is quite sparse on the topic.

### Pypy

RecuperaBit can be run with the standard cPython implementation, however speed
Expand Down

0 comments on commit 326ff6b

Please sign in to comment.