|
NAMErecovermov - recover movies from a filesystem imageSYNOPSISrecovermov [options] deviceDESCRIPTIONRecovermov 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.recovermov stores the recovered movies into the current directory. If you want it to store them elsewhere, just go to the directory you want recovermov to save the movies into (using the cd command at the shell prompt) and start recovermov from there, or use the -o option. Note that device 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. dd(1) or ddrescue(1) may be used to create such a working copy. OPTIONS
All the sizes may be suffixed by a k, m, g, or t letter to indicate KiB, MiB, GiB, or TiB. For example, 6m correspond to 6 MiB (6291456 bytes). EXAMPLESRecover as many movies as possible from the memory card located in /dev/sdc:
Recover as many movies as possible from a crashed ReiserFS file system (which does not necessarily store files at block boundaries) in /dev/hdb1:
COPYRIGHTCopyright (c) 2010-2016 Samuel Tardieu <sam@rfc1149.net> and Jan Funke <jan.funke@inf.tu-dresden.de>. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.SEE ALSOrecoverjpeg(1)AUTHORSJan Funke <jan.funke@inf.tu-dresden.de> and Samuel Tardieu <sam@rfc1149.net>.
Visit the GSP FreeBSD Man Page Interface. |