ntfsrecover --version (return code: 0)
ntfsrecover v2016.2.22AR.1 (libntfs-3g) - Recover updates committed by Windows on an NTFS Volume.
Copyright (c) 2012-2016 Jean-Pierre Andre
This program is free software, released under the GNU General Public License
and you are welcome to redistribute it under certain conditions. It comes with
ABSOLUTELY NO WARRANTY; for details read the GNU General Public License to be
found in the file "COPYING" distributed with this program, or online at:
http://www.gnu.org/copyleft/gpl.html
Developers' email address: ntfs-3g-devel@lists.sf.net
News, support and information: http://tuxera.com
ntfsrecover --help (return code: 0)
Usage : for recovering the updates committed by Windows :
ntfsrecover partition
(e.g. ntfsrecover /dev/sda1)
Advanced : ntfsrecover [-b] [-c first-last] [-i] [-f] [-n] [-p count]
[-r first-last] [-t] [-u count] [-v] partition
-b : show the full log backward
-c : restrict to the actions related to cluster range
-i : show invalid (stale) records
-f : show the full log forward
-h : show this help information
-n : do not apply any modification
-p : undo the latest count transaction sets and play one
-r : show a range of log blocks forward
-s : sync the committed changes (default)
-t : show transactions
-u : undo the latest count transaction sets
-v : show more information (-vv yet more)
-V : show version and exit