recycle bin corrupted
Corrupted recycle bin 문제를 해결하기 위한 아래의 여러 시도들은 모두 실패로 끝났으며, 해당 볼륨을 삭제하고, 다시 볼륨을 생성하여 문제를 해결하였음.
https://www.tenforums.com/general-support/36062-corrupted-recycle-bin.html
Open elevated command prompt ( right click at Start button > click Command prompt (Admin) )
at the flashing prompt, copy and paste this (please use copy & paste to avoid typo)........................
rd /s /q F:\$Recycle.bin
Note : F is in reference to your drive F:
At line:1 char:1
+ rd /s /q F:\$Recycle.bin
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Remove-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
If the above does not help, please do a system file check.
Open elevated command prompt > at the flashing prompt, copy/paste this......
sfc /scannow
> Enter.
https://www.tenforums.com/general-support/86623-corrupted-recycle-bin-mybook.html
Run Check Disk with the /R switch on the E: drive (ie) E:\>chkdsk /r and press enter. Then type a Y to unmount the drive. This will go thru 5 stages and take a while.
The Hidden Recycle Bin may be residing on a couple of bad sectors, Check Disk /R will check for that.