search for: 0c71389

Displaying 2 results from an estimated 2 matches for "0c71389".

Did you mean: 007389
2016 Feb 29
0
[PATCH 2/2] added ntfscat_i tests
...ests/network/Makefile tests/ntfsclone/Makefile + tests/ntfscat/Makefile tests/parallel/Makefile tests/protocol/Makefile tests/qemu/Makefile diff --git a/generator/actions.ml b/generator/actions.ml index 18418aa..0c71389 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -12892,10 +12892,11 @@ This is equivalent to C<sgdisk -e>. See also L<sgdisk(8)>." }; { defaults with - name = "ntfscat_i"; added = (1, 33, 2); + name = "ntfscat_i"; added = (1, 33, 12);...
2016 Feb 29
2
[PATCH 1/2] added ntfscat_i api
Adding ntfscat_i command for downloading files based on their inode number. This allows the dowload of files unaccessible otherwise from a NTFS guest disk image. Signed-off-by: Matteo Cafasso <noxdafox@gmail.com> --- daemon/ntfs.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++ generator/actions.ml | 15 +++++++++++++ 2 files changed, 77 insertions(+) diff --git