Changes between Version 29 and Version 30 of BadBlockHowto


Ignore:
Timestamp:
May 29, 2023, 8:34:13 AM (11 months ago)
Author:
Artoria2e5
Comment:

Add names for "debugfs" equivalents in other file systems: if you need to google, these are the starting points.

Legend:

Unmodified
Added
Removed
Modified
  • BadBlockHowto

    v29 v30  
    2828This section contains examples of what to do at the file system level when smartmontools reports a bad block. These examples assume the Linux operating system and either the ext2/ext3 or ReiserFS file system. The various Linux commands shown have man pages and the reader is encouraged to examine these. Of note is the `dd` command which is often used in repair work ^[#footnote2 [2]]^ and has a unique command line syntax.
    2929
    30 The authors would like to thank Sergey Vlasov, Theodore Ts'o, Michael Bendzick, and others for explaining this approach. The authors would like to add text showing how to do this for other file systems, in particular XFS, and JFS: please email if you can provide this information.
     30The authors would like to thank Sergey Vlasov, Theodore Ts'o, Michael Bendzick, and others for explaining this approach. The authors would like to add text showing how to do this for other file systems, in particular XFS and JFS: please edit if you can provide this information. (Try `xfs_db` , `jfs_debugfs`, `btrfs logical-resolve`, and `ntfscluster`.)
    3131
    3232=== ext2/ext3 first example ===