I have a USB plugged in Mac. What I found was .Trashes was not emptied with the emptying trash (right click of the trash and run empty trash) for the USB drive.
What might be wrong? Is there any other way to empty trash the USB drive?
|
It's possible that the files are in some other user's trash. The .Trashes folder at the top of each volume has subfolders for each different user, by user ID number (e.g. user #501's trash is in .Trashes/501). You can delete everyone's trash by deleting the entire .Trashes folder with |
|||
|
|
Usual behavior: If that isn't happening for you, here's my suggestion: Hope this helps. |
|||
|
|
|
I don't know wether it's the best answer, but at least it's working answer. Open the command line, go to the USB volume (/Volumes/USB for my case), and /bin/rm -rf ./Trashes/* works fine with me. |
||||
|
|
rm -R /Volumes/volumename/.Trashes/$UID– Gordon Davisson Jan 16 '11 at 2:55