.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "RECOVERMOV" "1" "November 12, 2016" "Recovermov User Manuals" "" .hy .SH NAME .PP recovermov - recover movies from a filesystem image .SH SYNOPSIS .PP recovermov [\f[I]options\f[R]] \f[I]device\f[R] .SH DESCRIPTION .PP Recovermov tries to identify mov movies from a filesystem image. To achieve this goal, it scans the filesystem image and looks for a mov structure at blocks starting at 512 bytes boundaries. .PP \f[V]recovermov\f[R] stores the recovered movies into the current directory. If you want it to store them elsewhere, just go to the directory you want \f[V]recovermov\f[R] to save the movies into (using the \f[V]cd\f[R] command at the shell prompt) and start \f[V]recovermov\f[R] from there, or use the \f[I]-o\f[R] option. .PP Note that \f[I]device\f[R] is not necessarily a physical device. It may also be a file containing a copy of the faulty device in order to reduce the actual processing time and the stress imposed to an already defective hardware. \f[V]dd\f[R](1) or \f[V]ddrescue\f[R](1) may be used to create such a working copy. .SH OPTIONS .TP -h Display an help message. .TP -b \f[I]blocksize\f[R] Set the size of blocks in bytes. On most file systems, setting it to 512 (the default) will work fine as any large file will be stored on 512 bytes boundaries. Setting it to 1 maximize the chances of finding very small files if the filesystems aggregates them (UFS for example) at the expense of a much longer running time. .TP -i \f[I]integerindex\f[R] Set the initial index value for image numbering (default: 0). .TP -n \f[I]basename\f[R] Basename to use to create the salvaged files. Default is \f[V]video_\f[R]. .TP -o \f[I]directory\f[R] Change the working directory before restoring files. Use this option to restore files into a directory with enough space instead of the current directory. This option can be repeated. .TP -V Display program version and exit. .PP All the sizes may be suffixed by a \f[I]k\f[R], \f[I]m\f[R], \f[I]g\f[R], or \f[I]t\f[R] letter to indicate KiB, MiB, GiB, or TiB. For example, 6m correspond to 6 MiB (6291456 bytes). .SH EXAMPLES .PP Recover as many movies as possible from the memory card located in \f[V]/dev/sdc\f[R]: .IP .nf \f[C] recovermov /dev/sdc \f[R] .fi .PP Recover as many movies as possible from a crashed ReiserFS file system (which does not necessarily store files at block boundaries) in \f[V]/dev/hdb1\f[R]: .IP .nf \f[C] recovermov -b 1 /dev/hdb1 \f[R] .fi .SH COPYRIGHT .PP Copyright (c) 2010-2016 Samuel Tardieu and Jan Funke . This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. .SH SEE ALSO .PP \f[V]recoverjpeg\f[R](1) .SH AUTHORS Jan Funke and Samuel Tardieu .