This commit is contained in:
Daniel Langbein 2023-09-20 13:58:21 +02:00
parent 10f2f66762
commit 3d707b5503
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -91,7 +91,7 @@
# The scrub command operates on a whole filesystem, not just individual subvolumes. # The scrub command operates on a whole filesystem, not just individual subvolumes.
# https://unix.stackexchange.com/a/724412 # https://unix.stackexchange.com/a/724412
# #
# Manually: # Manually - yodaTux:
# sudo btrfs scrub start / # sudo btrfs scrub start /
# sudo btrfs scrub status / # sudo btrfs scrub status /
# #=> UUID: 01f67928-9b35-48b2-aaa6-c58ff6c440a8 # #=> UUID: 01f67928-9b35-48b2-aaa6-c58ff6c440a8
@ -101,6 +101,16 @@
# #=> Total to scrub: 64.43GiB # #=> Total to scrub: 64.43GiB
# #=> Rate: 1.53GiB/s # #=> Rate: 1.53GiB/s
# #=> Error summary: no errors found # #=> Error summary: no errors found
# Manually - nas:
# sudo btrfs scrub start /mnt/data
# sudo btrfs scrub status /mnt/data
# #=> UUID: c385a436-0288-486f-a2b9-c64c2db667e7
# #=> Scrub started: Mon Sep 18 14:10:01 2023
# #=> Status: finished
# #=> Duration: 7:23:40
# #=> Total to scrub: 4.40TiB
# #=> Rate: 173.38MiB/s
# #=> Error summary: no errors found
services.btrfs.autoScrub = { services.btrfs.autoScrub = {
enable = true; enable = true;
interval = "monthly"; interval = "monthly";