1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.44.1.
.TH DDRU_NTFSBITMAP "1" "November 2016" "ddru_ntfsbitmap 1.5 20150111" "User Commands"
.SH NAME
ddru_ntfsbitmap \- Reads the bitmap file from a NTFS partition
.SH SYNOPSIS
.B ddru_ntfsbitmap
[\fIoptions\fR] \fI<source_disk> <output_logfile>\fR
.SH DESCRIPTION
ddru_ntfsbitmap \- Part of the ddrutility tool set
Reads the bitmap file from a NTFS partition and creates a domain logfile to use
with GNU ddrescue so that only the used portion of the partition is recovered.
.SS "OPTIONS:"
.TP
\fB\-v\fR, \fB\-\-version\fR
Show version and exit
.TP
\fB\-h\fR, \fB\-\-help\fR
Show help and exit
.TP
\fB\-D\fR, \fB\-\-debug\fR
Turn on debugging and create a debug file
.TP
\fB\-V\fR, \fB\-\-verbose\fR
Show additional information
.TP
\fB\-g\fR, \fB\-\-mingap\fR <clusters>
Minimum gap size for unused space (default 0)
.TP
\fB\-i\fR, \fB\-\-inputoffset\fR <bytes>
Set input offset (partition offset)
.TP
\fB\-o\fR, \fB\-\-options\fR
<"options"> Options to pass to ddrescue, use quotes
.TP
\fB\-m\fR, \fB\-\-mftdomain\fR <file>
Create an additional domain file for the MFT
.TP
\fB\-r\fR, \fB\-\-restart\fR
Delete all output files and start over
.SH "REPORTING BUGS"
Report bugs to maximus57@hotmail.com
.br
Or better yet, report bugs at the project home page
.br
Ddrutility homepage: http://sourceforge.net/projects/ddrutility/
.SH COPYRIGHT
Copyright \(co 2015 Scott Dwyer.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
The full documentation for
.B ddru_ntfsbitmap
is maintained as a Texinfo manual. If the
.B info
and
.B ddru_ntfsbitmap
programs are properly installed at your site, the command
.IP
.B info ddrutility
.PP
should give you access to the complete manual.
|