Rechercher une page de manuel
fsgrab
Langue: en
Version: 111325 (mandriva - 01/05/08)
Section: 1 (Commandes utilisateur)
NAME
fsgrab - grab blocks from an (unmounted) filesystemSYNOPSIS
fsgrab [-b blocksize] [-c count] [-s skip] [-f] [device]DESCRIPTION
fsgrab seeks into a file (normally a block device file), and copies blocks from the appropriate point in that file to standard output. The device defaults to /dev/hda1 if none is named specifically.OPTIONS
- -b blocksize
- Use a block size of blocksize instead of the default 1024 bytes.
- -c count
- Write out count blocks instead of the default 1 block.
- -s skip
- Ignore the first skip blocks of input instead of the default zero.
- -f
- Force writing to standard output even if it is a terminal.
SEE ALSO
dd(1). Note that unlike dd, fsgrab actually seeks past any data to be skipped.AUTHOR
Aaron Crane <aaronc@pobox.com>. Bug-reports, comments and patches are always welcomed.COPYRIGHT
Copyright © 1997 Aaron Crane <aaronc@pobox.com>.fsgrab 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 version 2, or (at your option) any later version.
fsgrab is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with fsgrab; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre