Changes between Version 29 and Version 30 of BadBlockHowto
- Timestamp:
- May 29, 2023, 8:34:13 AM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BadBlockHowto
v29 v30 28 28 This 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. 29 29 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.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 edit if you can provide this information. (Try `xfs_db` , `jfs_debugfs`, `btrfs logical-resolve`, and `ntfscluster`.) 31 31 32 32 === ext2/ext3 first example ===