IT

recycle bin corrupted

Dahurian Birch 2017. 12. 3. 21:15

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:


<에러 메시지>
Remove-Item : A positional parameter cannot be found that accepts argument '/q'.
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.


<스캔 결과 이상 없다?>
Windows Resource Protection did not find any integrity violations.

<체크 디스크 실행>

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.