diff options
author | NeilBrown <neilb@suse.de> | 2012-12-05 02:56:31 +0100 |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2012-12-05 02:56:31 +0100 |
commit | 6d388a88163a8f532513e73dd035892ea8a8ead2 (patch) | |
tree | c1ad00cb9ba406ca509654ed9d2883d78c1b5528 /ReadMe.c | |
parent | Assemble: fix spelling: report_missmatch -> report_mismatch (diff) | |
download | mdadm-6d388a88163a8f532513e73dd035892ea8a8ead2.tar.xz mdadm-6d388a88163a8f532513e73dd035892ea8a8ead2.zip |
MISC: Add --examine-badblocks option
This will list the contents of the bad-blocks log, if one is present.
Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -95,6 +95,7 @@ struct option long_options[] = { {"update-subarray", 1, 0, UpdateSubarray}, {"udev-rules", 2, 0, UdevRules}, {"offroot", 0, 0, OffRootOpt}, + {"examine-badblocks", 0, 0, ExamineBB}, /* synonyms */ {"monitor", 0, 0, 'F'}, @@ -251,6 +252,7 @@ char OptionHelp[] = " --detail -D : Display details of an array\n" " --examine -E : Examine superblock on an array component\n" " --examine-bitmap -X: Display the detail of a bitmap file\n" +" --examine-badblocks: Display list of known bad blocks on device\n" " --monitor -F : monitor (follow) some arrays\n" " --grow -G : resize/ reshape and array\n" " --incremental -I : add/remove a single device to/from an array as appropriate\n" @@ -490,6 +492,7 @@ char Help_misc[] = " --detail-platform : Display hardware/firmware details\n" " --examine -E : Examine superblock on an array component\n" " --examine-bitmap -X: Display contents of a bitmap file\n" +" --examine-badblocks: Display list of known bad blocks on device\n" " --zero-superblock : erase the MD superblock from a device.\n" " --run -R : start a partially built array\n" " --stop -S : deactivate array, releasing all resources\n" |