search for: dc64c3d

Displaying 3 results from an estimated 3 matches for "dc64c3d".

Did you mean: ac6483d
2016 Feb 29
0
[PATCH 2/2] added ntfscat_i tests
...s the ones within the $Extend folder. +The filesystem from which to extract the file must be unmounted, +otherwise the call will fail. + F<filename> can also be a named pipe." }; ] diff --git a/tests/ntfscat/Makefile.am b/tests/ntfscat/Makefile.am new file mode 100644 index 0000000..dc64c3d --- /dev/null +++ b/tests/ntfscat/Makefile.am @@ -0,0 +1,26 @@ +# libguestfs +# Copyright (C) 2016 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either...
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
2016 Mar 01
1
[PATCH] tests: move ntfs tests in a single directory
...fs" ]; then + echo "$0: unexpected filesystem type after restore: $output" + exit 1 +fi + +#ls -lh ntfsclone-backup[12] + +rm test-ntfsclone.img ntfsclone-backup1 ntfsclone-backup2 diff --git a/tests/ntfscat/Makefile.am b/tests/ntfscat/Makefile.am deleted file mode 100644 index dc64c3d..0000000 --- a/tests/ntfscat/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -# libguestfs -# Copyright (C) 2016 Red Hat Inc. -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation...