DUMPE2FS(8) DUMPE2FS(8)
名前
dumpe2fs - ext2/ext3 ファイルシステムの情報をダンプ (dump) する
書式
dumpe2fs [ -bfhixV ] [ -ob superblock ] [ -oB blocksize ] device
説明
dumpe2fs は、 device によって指定されるデバイス上にあるファイルシステム
のスーパーブロックに関する情報とブロックグループに関する情報を表示す る
。
dumpe2fs は、Berkeley の BSD Fast File System 用の dumpfs と同様のもの
である。
オプション
-b ファイルシステム上で不良ブロックとして扱われているブロックを表示
する。
-ob superblock
ファイルシステムを調べるときに、 superblock ブロックを用いる。こ
のオプションは通常は必要ない。ファイルシステムを熟知したユーザが
、ひどい状態に壊れてしまったファイルシステムから、残りを調べると
きに用いられる。
-oBblocksize
ファイルシステムを調べるときに、コマンドラインから指定したブロッ
クサイズを用いる。このオプションは通常は必要ない。ファイルシステ
ムを熟知したユーザが、ひどい状態に壊れてしまったファイルシステム
から、残りを調べるときに用いられる。
-f dumpe2fs の理解しないファイルシステム属性フラグを持つようなファ
イルシステムでも、強制的に表示する (そして dumpe2fs の表示がおか
しくなるかもしれない)。
-h スーパーブロックの情報だけを表示し、ブロックグループデスクリプタ
ーの詳細情報は表示しない。
-i device をイメージファイルへのパス名として、 e2image で作成された
イメージファイルのファイルシステムデータを表示する。
-x 詳細なグループ情報のブロック数を 16 進数で表示する。
-V dumpe2fs のバージョンを表示して終了する。
バグ
出 力を理解するためには、ファイルシステムの物理的な構造を知っていなけれ
ばならない。
著者
dumpe2fs は Remy Card
DUMPE2FS(8) DUMPE2FS(8)
NAME
dumpe2fs - dump ext2/ext3/ext4 filesystem information
SYNOPSIS
dumpe2fs [ -bfhixV ] [ -o superblock=superblock ] [ -o blocksize=block-
size ] device
DESCRIPTION
dumpe2fs prints the super block and blocks group information for the
filesystem present on device.
dumpe2fs is similar to Berkeley’s dumpfs program for the BSD Fast File
System.
OPTIONS
-b print the blocks which are reserved as bad in the filesystem.
-o superblock=superblock
use the block superblock when examining the filesystem. This
option is not usually needed except by a filesystem wizard who
is examining the remains of a very badly corrupted filesystem.
-o blocksize=blocksize
use blocks of blocksize bytes when examining the filesystem.
This option is not usually needed except by a filesystem wizard
who is examining the remains of a very badly corrupted filesys-
tem.
-f force dumpe2fs to display a filesystem even though it may have
some filesystem feature flags which dumpe2fs may not understand
(and which can cause some of dumpe2fs’s display to be suspect).
-h only display the superblock information and not any of the block
group descriptor detail information.
-i display the filesystem data from an image file created by
e2image, using device as the pathname to the image file.
-x print the detailed group information block numbers in hexadeci-
mal format
-V print the version number of dumpe2fs and exit.
BUGS
You need to know the physical filesystem structure to understand the
output.
AUTHOR
dumpe2fs was written by Remy Card
コロナウイルスの日ごとの感染者数・死者数をグラフ化してみました。どの国が増加傾向にあり、どの国が終息に向かっているかを視覚化しています。
Copyright(C) linux-cmd.com All Rights Reserved. Author Takayuki Yukawa