在完成之前,BTRFS scrub 中止
发表于 : 2021-09-26 10:35
$ sudo mount -o subvol=@ /dev/loop0p2 /mnt
<< /dev/loop0p2 を /mnt にマウントか
$ sudo btrfs scrub start /mnt
scrub started on /mnt, fsid 98d2193c-b09e-4f8b-b78d-dc9ff9906263 (pid=1929)
<< scrub が一瞬にして終わり、
$ watch sudo btrfs scrub status /mnt
$
Every 2.0s: sudo btrfs scrub status /mnt kyo: Sat Sep 25 13:17:40 2021
scrub status for 98d2193c-b09e-4f8b-b78d-dc9ff9906263
scrub started at Sat Sep 25 13:17:35 2021 and was aborted after 00:00:00
<< この行からまったくスクラブしてないことが読み取れる
从这一行可以看出完全没有scrub
total bytes scrubbed: 0.00B with 0 errors

<< /dev/loop0p2 を /mnt にマウントか
$ sudo btrfs scrub start /mnt
scrub started on /mnt, fsid 98d2193c-b09e-4f8b-b78d-dc9ff9906263 (pid=1929)
<< scrub が一瞬にして終わり、
$ watch sudo btrfs scrub status /mnt
$
Every 2.0s: sudo btrfs scrub status /mnt kyo: Sat Sep 25 13:17:40 2021
scrub status for 98d2193c-b09e-4f8b-b78d-dc9ff9906263
scrub started at Sat Sep 25 13:17:35 2021 and was aborted after 00:00:00
<< この行からまったくスクラブしてないことが読み取れる
从这一行可以看出完全没有scrub
total bytes scrubbed: 0.00B with 0 errors
次はどうすればよいですか?
接下来怎么做才好呢?
