I have a questionable disk and I would like to scrub all the files on that one disk. I just realized that the scrub command does not work with the -d option. I tried this...
snapraid scrub -p 100 -o 0 -d d07
You cannot use -d, --filter-disk with the 'scrub' command
Is there a way to scrub the contents of only one disk that I don't know about? Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a questionable disk and I would like to scrub all the files on that one disk. I just realized that the scrub command does not work with the -d option. I tried this...
Is there a way to scrub the contents of only one disk that I don't know about? Thanks!
You could achive the same goal like this:
snapraid -d d07 -a check
You can also add verbose and log option if you want.
Perfect! Thanks for the quick reply :)