~daniel-mehrmann/e2fsprogs/master

« back to all changes in this revision

Viewing changes to debugfs/debugfs.8.in

  • Committer: Package Import Robot
  • Author(s): Michael Vogt
  • Date: 2014-10-27 09:44:27 UTC
  • mfrom: (8.4.29 sid)
  • Revision ID: package-import@ubuntu.com-20141027094427-g56dce6sg7pasdgm
Tags: 1.42.12-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/rules:
      Block pkg-create-dbgsym from operating on this package.
      Build without dietlibc-dev, which is in universe 
      Use the autotools-dev dh addon to update config.guess/config.sub for new
      ports.
  - debian/control:
      Regenerate with ./debian/rules debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
Print a listing of the inodes which use the one or more blocks specified
347
347
on the command line.
348
348
.TP
 
349
.BI inode_dump " filespec"
 
350
Print the contents of the inode data structure in hex and ASCII format.
 
351
.TP
349
352
.BI imap " filespec"
350
353
Print the location of the inode data structure (in the inode table)
351
354
of the inode
500
503
Quit
501
504
.B debugfs
502
505
.TP
503
 
.BI rdump " directory destination"
 
506
.BI rdump " directory[...] destination"
504
507
Recursively dump
505
 
.I directory
 
508
.IR directory ,
 
509
or multiple
 
510
.IR directories ,
506
511
and all its contents (including regular files, symbolic links, and other
507
512
directories) into the named
508
 
.I destination
 
513
.IR destination ,
509
514
which should be an existing directory on the native filesystem.
510
515
.TP
511
516
.BI rm " pathname"