I want to run chkdsk
on a specific folder in Win 10.
The Microsoft Docs says:
chkdsk [<volume>[[<path>]<filename>]] [/f] [/v] [/r] [/x] [/i] [/c] [/l[:<size>]] [/b]
And I tried chkdsk d:\users\myusername\Music
, but it gives this error:
The drive, the path, or the file name is not valid.
I also tried d:\\users...
, D:\\users...
and D:\users...
; bot none of them work.
What am I doing wrong?
chkdsk d:\users\myusername\Music\*.*
chkdsk /?
.