diff options
Diffstat (limited to 'cmd_format.c')
-rw-r--r-- | cmd_format.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd_format.c b/cmd_format.c index 42e8d1a6..85b7e655 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -329,6 +329,10 @@ int cmd_show_super(int argc, char *argv[]) die("too many arguments"); struct bch_opts opts = bch2_opts_empty(); + + opt_set(opts, noexcl, true); + opt_set(opts, nochanges, true); + struct bch_sb_handle sb; int ret = bch2_read_super(dev, &opts, &sb); if (ret) |