Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

bo-waleed

macrumors 6502a
Original poster
Oct 15, 2009
609
21
every time i move files to the trash and then empty the trash the files won't deleted

the files are still in the trash
although when i empty the trash i hear the empty trash sound but the files are still there
 
it doesn't work for me .

i think my mac is crashed, only because of this.

i tried :
secure empty crash
verfy and repair permission disk by disk utility ( it says the disk is ok )
apple hardware test ( no results and the MBP is ok )
relaunch finder
hold option when empty

all this ways doesn't work for me
when i press ok to empty the trash i hear the sound but the files are still there.
 
I'm not sure if an OS reinstall is the next logical step. If no one else replies, I'd suggest a trip to the Genius Bar before attempting that.
 
Open the Terminal, and drag one of the files into the Terminal window. What path is shown there?

jW
 
In a terminal (Don't type the $):

Code:
$ cd .Trash
$ ls -la
$ rm -rf filename

VERY important: Be certain you really are in .Trash BEFORE using rm -rf!!!

[edit] If this doesn't work (i.e. you get a "permission denied"), you may not own the files. Look @ permissions and the file(s) owner(s), which will be listed by ls -la anyway.
 
I'm not sure if an OS reinstall is the next logical step. If no one else replies, I'd suggest a trip to the Genius Bar before attempting that.

Oh my god... that's like amputating your arm because you have a hangnail! Nobody should be considering an OS reinstall because of something like this.

Going into the trash directory and manually deleting them should work. If not, do it from single user mode before booting OS X.

If you still have problems, deleting the files as root (account has to be enabled first) should do it.
 
Open the Terminal, and drag one of the files into the Terminal window. What path is shown there?

jW

Last login: Mon Feb 15 16:47:54 on console
khalid-al-awadis-macbook-pro:~ khalid$ /Users/khalid/*.‬Trash/Fullmetal-Alchemist-1-51
 
In a terminal (Don't type the $):

Code:
$ cd .Trash
$ ls -la
$ rm -rf filename

how ?? like this ??

Last login: Mon Feb 15 16:47:54 on console
khalid-al-awadis-macbook-pro:~ khalid$ cd .Trash
ls -la
rm -rf filename


VERY important: Be certain you really are in .Trash BEFORE using rm -rf!!!

what do you mean ?? should i open the trash then type in terminal ??

[edit] If this doesn't work (i.e. you get a "permission denied"), you may not own the files. Look @ permissions and the file(s) owner(s), which will be listed by ls -la anyway.


?
 
@ the OP: "filename" must be the actual name of the file you want to delete!
 
Might be a Virus

Hey just did a search on the file name posted and it came back it may be some sort of torrent. Maybe it is some kind of executable file, I would not run it from terminal you never no what it maybe you could always try something like AppCleaner or a virus scan
 
Hey just did a search on the file name posted and it came back it may be some sort of torrent. Maybe it is some kind of executable file, I would not run it from terminal you never no what it maybe you could always try something like AppCleaner or a virus scan

:confused: What file name?
 
i tried rebooting

the file 'fullmetal' is not a torrent
it is a subtitle file from subscene.com

and yes i did virus scan by clamxav on Macintosh HD and no virus found
 
its not a virus. one of the files in the trash just might be corrupted or something. could be a number of things.

open Terminal and try deleting the invisible .Trash folder with root permissions using the following command. note this will relaunch Finder as well recreating the .Trash folder.

Code:
sudo rm -r .Trash; killall Finder
 
hi anyone i never use the terminal before


when i open the terminal what should i do first ??

where exactly i type ''sudo rm -r .Trash; killall Finder'' ???
when i open the terminal it says :

Last login: Thu Feb 18 14:47:54 on ttys000
khalid-al-awadis-macbook-pro:~ khalid$
 
this is not only for one file
it's happen with every file

i think it is a trash problem or some invisible files won't delete
 
hi anyone i never use the terminal before


when i open the terminal what should i do first ??

where exactly i type ''sudo rm -r .Trash; killall Finder'' ???
when i open the terminal it says :

Last login: Thu Feb 18 14:47:54 on ttys000
khalid-al-awadis-macbook-pro:~ khalid$

just copy and paste "sudo rm -r .Trash; killall Finder" into Terminal, press enter, type your password (no typing feedback) and press enter again.

in Terminal it displays "computer-name:directory username$". "~" is your home directory, which is where you want to enter the above command. you type the command next to "$".

only use "sudo" and "rm -r" when you are confident in what you are deleting. but we are helping you here so its ok.
 
thank you very much
it works now, i can delete any file now

i like you Mac because you don't have viruses.
because i downloaded a lot of torrent files o_O.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.