From 8bc2cd61096fd5617c6310fd7fd855feca33a465 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sun, 28 Feb 2016 20:51:46 -0800 Subject: [PATCH] DeviceInfo: make btrfs scrub options a checkbox -- just like docker and libvirt btrfs scrub --- plugins/dynamix/DeviceInfo.page | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/dynamix/DeviceInfo.page b/plugins/dynamix/DeviceInfo.page index d0c902064..0f27db9e2 100644 --- a/plugins/dynamix/DeviceInfo.page +++ b/plugins/dynamix/DeviceInfo.page @@ -264,14 +264,14 @@ btrfs scrub status: +   -: Options (see Help) +: > **Scrub** runs the *btrfs scrub* program to check file system integrity. > -> The *Options* field is initialized to include *-r* which specifies read-only. If repair is needed, you should run -> a second Scrub pass, removing the *-r* option; this will permit *btrfs scrub* to fix the file system. +> If repair is needed you should check the *Correct file system errors* and run a second Scrub pass; this will permit *btrfs scrub* to fix the file system.