|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Sunday, June 16, 2013 1:17 PM
Points: 119,
Visits: 774
|
|
We have the windows server 2008 R2 enterprise in the cluster and i each time i login i am facing this warning.
The Recycle Bin is corrupted on :/drive do you want to empty recycle bin on the drive
But i don't see any error or warning regrading this in the cluster events or the event viewer logs.Can any one help me in getting this done.
|
|
|
|
|
SSCertifiable
       
Group: General Forum Members
Last Login: Today @ 10:28 AM
Points: 5,314,
Visits: 11,305
|
|
I would just answer yes to this prompt.
Also I would post that question on a windows forum, its not MSSQL server related.
---------------------------------------------------------------------
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: 2 days ago @ 1:14 PM
Points: 34,
Visits: 499
|
|
Sometimes the Recycle Bin of a partition/volume can become corrupted. When it does it prevents you from deleting files or takes up space that cannot be reclaimed by emptying the Recycle Bin, or both. To reset the Recycle Bin for a particular volume or partition, start up a command prompt with Administrative privileges and delete the $RECYCLE.BIN folder from the partition/volume in question. Needless to say you will loose everything in that folder. When you delete a file on that volume/partition next, the Recycle Bin will be automatically regenerated.
Example command:
rd /s E:\$RECYCLE.BIN
Where E: is the volume or partition with the corrupt Recycle Bin.
Prakash Bhojegowda
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: 2 days ago @ 1:14 PM
Points: 34,
Visits: 499
|
|
Sometimes the Recycle Bin of a partition/volume can become corrupted. When it does it prevents you from deleting files or takes up space that cannot be reclaimed by emptying the Recycle Bin, or both. To reset the Recycle Bin for a particular volume or partition, start up a command prompt with Administrative privileges and delete the $RECYCLE.BIN folder from the partition/volume in question. Needless to say you will loose everything in that folder. When you delete a file on that volume/partition next, the Recycle Bin will be automatically regenerated.
Example command:
rd /s E:\$RECYCLE.BIN
Where E: is the volume or partition with the corrupt Recycle Bin.
|
|
|
|