You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
995 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# dumpe2fs
## 说明
**dumpe2fs命令** 转储ext2/ext3/ext4文件系统信息
## 选项
```markdown
-b 打印在文件系统中被保留为错误的块
-o superblock=superblock 检查文件系统时,请使用块超级块。 除非文件系统向导正在检查严重损坏的文件系统的剩余部分,否则通常不需要此选项
-o blocksize=blocksize 检查文件系统时,使用块大小字节的块。 除非文件系统向导正在检查严重损坏的文件系统的剩余部分,否则通常不需要此选项
-f 强制dumpe2fs显示文件系统即使它可能具有dumpe2fs可能不理解的某些文件系统功能标志并且可能导致dumpe2fs的某些显示值得怀疑
-h 仅显示超级块信息,而不显示任何块组描述符详细信息
-i 使用设备作为映像文件的路径名显示e2image创建的映像文件中的文件系统数据
-x 以十六进制格式打印详细的组信息块号
```
## 实例
```bash
```