Lion can't trash files

Hi there,
After having too many issues with trashing files after my upgrade from Snow Leopard to Lion, I decided to burn a bootable DVD of Lion and wipe my hard drive. Then I did a clean install of Lion.
Now I am having the same issues, where trashing causes a freeze in the Emptying the Trash... pop up window. Basically nothing is trashing.
Basically I have tried to:
Force quit or relaunch finder.
Taken all files out of the trash and try to trash one at a time.
I did notice that maybe I had left an app open on the dock once, and I trash that file. However in Snow Leopard it will let me know that app cannot be trashed as it is still opened.
I quit this app and restarted my machine. However trash still cannot trash any files.
Can anyone help me? We don't have Apple Store in Hong Kong yet, so there is no Genius bar I can go to.
Thanks!

I actually did some googling since I didn't find any others with the same issues on the Apple Discussions.
I found out it was some app that I tried to trash but it was still open. So it was corrupted and there was issues with it. I tried a few suggestions on Terminal but didn't do anything to resolve the issue.
However, I downloaded this app and it worked.
http://www.macupdate.com/app/mac/25821/raw-trash
You can see people are complaining that it can be done on the finder easily, but they don't tell you how.
It fixed my problem with the files so I am so happy.
If someone can put the right Terminal commands rather than have to pay for the Raw Trash (if it is that easy) then please let me know.
@Nikolai Yde - I didn't try it this way. Did you use Disk Utility from a Lion boot disk?

Similar Messages

  • Can't Trash Files Outside of Home Directory

    Hello
    I have a problem I can't seem to trash files/directories outside of my home directory even if I have rwx!... not sure when it started.  Here's an example of my issue.
    [jamie@simula vhosts]$ groups
    wheel video audio optical storage camera jamie sshusers www-data
    [jamie@simula vhosts]$ pwd
    /srv/http/vhosts
    [jamie@simula vhosts]$ ls -al
    total 12
    drwxrwxr-x 3 root www-data 4096 Aug 19 15:13 .
    drwxr-xr-x 3 root root 4096 Jun 4 20:03 ..
    drwxr-xr-x 5 jamie www-data 4096 Aug 4 21:58 doc.demurgatroid.net
    [jamie@simula vhosts]$ mkdir testdir
    [jamie@simula vhosts]$ ls -al
    total 16
    drwxrwxr-x 4 root www-data 4096 Aug 19 15:14 .
    drwxr-xr-x 3 root root 4096 Jun 4 20:03 ..
    drwxr-xr-x 5 jamie www-data 4096 Aug 4 21:58 doc.demurgatroid.net
    drwxr-xr-x 2 jamie jamie 4096 Aug 19 15:14 testdir
    [jamie@simula vhosts]$ gvfs-trash testdir
    Error trashing file: Unable to find or create trash directory
    But in my home directory (on the same partition mind you) I can trash a file (so it's obviously finding it this time)
    [jamie@simula testdir1]$ pwd
    /home/jamie/testdir1
    [jamie@simula testdir1]$ ls -al
    total 8
    drwxr-xr-x 2 jamie jamie 4096 Aug 19 15:16 .
    drwxr-xr-x 65 jamie jamie 4096 Aug 19 15:16 ..
    [jamie@simula testdir1]$ mkdir testdir2
    [jamie@simula testdir1]$ ls -al
    total 12
    drwxr-xr-x 3 jamie jamie 4096 Aug 19 15:16 .
    drwxr-xr-x 65 jamie jamie 4096 Aug 19 15:16 ..
    drwxr-xr-x 2 jamie jamie 4096 Aug 19 15:16 testdir2
    [jamie@simula testdir1]$ gvfs-trash testdir2/
    [jamie@simula testdir1]$ ls -al
    total 8
    drwxr-xr-x 2 jamie jamie 4096 Aug 19 15:16 .
    drwxr-xr-x 65 jamie jamie 4096 Aug 19 15:16 ..
    ...and it shows up in the trash as expected!  What is preventing me from being able to trash files from other locations?  I've tested from various locations in my filesystem and it seems only inside /home/jamie can I trash anything.  I haven't been able to find out much about the error (like where it's attempting to find/create a trash and why there) besides the obvious, li  Here's some more info
    * Using Gamin instead of FAM, didn't make any difference to my issue
    * Here's my partitions if it matters
    [jamie@simula vhosts]$ df -h
    Filesystem Size Used Avail Use% Mounted on
    udev 10M 260K 9.8M 3% /dev
    /dev/disk/by-uuid/7cf22373-9d30-4bbd-b178-9702efd1cd1f
    76G 3.6G 68G 5% /
    shm 1.9G 104K 1.9G 1% /dev/shm
    /dev/sda1 958M 15M 895M 2% /boot
    /dev/sda5 19G 1.3G 17G 7% /var
    /dev/sda6 197G 111G 77G 60% /home
    tmpfs 32M 0 32M 0% /home/jamie/ramdisk
    Thank you!
    Last edited by gojamiegirl (2010-08-19 23:16:29)

    I first noticed this doing html work in /srv/http/, I gave my user rwx and being able to delete files on the command line I assumed I'd also be able to right-click and 'Move to Trash' in Nautilus, nope.
    --> If I 'Move to Trash' from within my home directory it goes to ~/.local/share/Trash/
    --> If I 'Move to Trash' from anywhere else (even with permission) it fails because there is no .Trash-??? directory in that partition.
    It works if I manually create it.
    [jamie@simula ~]$ ls -al /home/jamie/.local/share/Trash/
    total 64
    drwx------ 5 jamie jamie 4096 May 28 16:23 .
    drwx------ 14 jamie jamie 4096 Jul 14 22:32 ..
    drwx------ 2 jamie jamie 4096 Aug 19 21:52 expunged
    drwx------ 2 jamie jamie 24576 Aug 19 21:52 files
    drwx------ 2 jamie jamie 24576 Aug 19 21:52 info
    [jamie@simula ~]$ ls /.Trash*
    ls: cannot access /.Trash*: No such file or directory
    [jamie@simula ~]$ gvfs-trash /testdir1/testdir2/
    Error trashing file: Unable to find or create trash directory
    [jamie@simula ~]$ sudo mkdir /.Trash-1000
    [jamie@simula ~]$ sudo chown jamie:jamie /.Trash-1000
    [jamie@simula ~]$ gvfs-trash /testdir1/testdir2/
    [jamie@simula ~]$ ls -al /.Trash-1000/files/
    total 12
    drwx------ 3 jamie jamie 4096 Aug 19 22:03 .
    drwxr-xr-x 4 jamie jamie 4096 Aug 19 22:03 ..
    drwxr-xr-x 2 jamie jamie 4096 Aug 19 21:57 testdir2
    This is solved
    Last edited by gojamiegirl (2010-08-20 05:24:05)

  • Can't trash files on Windows Server

    I have several .mov files that I created and copied to a Windows server on the network for viewing by my associates. But once they view them I can't trash them.
    Every time I try I get an error that says "The operation cannot be completed because you do not have sufficient privelages for some of the items."
    I'm using the same computer I created them on and the same loggin. I looked at "Owners & Permissions" in Info and all it says it "You can read and write"
    Not only that, but the Windows administrator can't delete them either.
    I've tried "Cocktail" and "Trash it!" and get the same results. I can't repair permissions with Disk Utility because it's a network drive and it's Windows.
    What else is there to do?

    EasyFind:
    Freeware applications and services for Mac - DEVONtechnologies

  • OS Lion: Can't drag attachments into Mail message, Can't drag files into Trash

    Dragging an attachment into a Mail causes a crash adn I have to force quit. I can attach files via the menu, but keep forgetting and have to keep force quitting.
    Also (probably not connected), I can't move files into the Trash... Just get a Moving "xxxx" to "Trash" dialog and the progress bar never changes...
    Have created a new User and the problem persists.
    Any ideas?
    Mac OS X Lion 10.7.3 (11D50)

    damnfool wrote:
    Have created a new User and the problem persists.
    Boot up holding command-r keys into Lion Recovery Volume. Reinstall Lion and it will "install in place" so none of your own data or settings should be effected.

  • How can I return files in Trash, more than 1 at a time? I can place many files into Trash at a time.

    I placed many unix.exe files into Trash, more than one at a time. I recently updated 'QuickTime' and the Mac version of 'SilverLight"
    (name might be totally 'correct). I don't know if removing these files can impede my iMac 2008 running OS 10.6.8(updated SnowLeopard).
    I know I can 'return' one file from Trash at a time. When I try to return more than one ('mouse click' and 'drag'
    over 2 or more files, the'return' option isn't listed. Is there a way I can either 'return all' or return more than one file
    at a time?

    Only one at a time. But where are they from? Did you delete system files or are these Windows files (.exe is a Windows extension?)

  • How can I keep lion from generating .DS_Store files on windows network partitions, but not disable it for all network partitions?

    How can I keep lion from generating .DS_Store files on windows network partitions, but not disable it for all network partitions?  I am fimilar with changing the setting for all network partitions(defaults write com.apple.desktopservices DSDontWriteNetworkStores true), but that is undesirable when I connect my laptop to my home network. A preferable solution would be where I could control the writing of these files based on disk format (NTFS vs HFS+).

    Go to MacUpdate or CNET Downloads and search for ds_store. There are numerous utilities for preventing them from being transferred to Windows systems.

  • I can´t delete files in trash. It stops after a short time undone. What can I do?

    I can´t delete files in trash . It stops after a short time undone.
    What can I do? There are 52 files in trash, but if I click the button "sure empty" it shows 11.313 files to delete .
    I would be very greatful for your help!

    Stronger medicine may be needed, but try this first
    Force the Trash to empty using the Option key
    This technique uses a hidden feature of Mac OS X to force the Trash to empty. Perform the following steps in the order specified:
    Press and hold the mouse button on the Trash icon in the Dock. The context menu for Trash will display.
    Press and hold the Option key or the Shift-Option keyboard combination,
    Select Empty Trash from the context menu for Trash.
    Release the keys pressed and held in step 2.
    http://www.thexlab.com/faqs/trash.html#Anchor-Files-46919
    You are posting in the iMac PPC forum, but it looks like you have an Intel Mac. Get Trash It if you have an Intel.
    http://www.macupdate.com/app/mac/8214/trash-it!

  • Can´t edit or trash files on my NAS – (Error code -36)

    I have all my files on a NAS. I have got a problem - I can´t trash any of the files via finder (tried Mac OS X 10.7 and 10.5). When I try I get this message: "The Finder can’t complete the operation because some data in “FILENAME” can’t be read or written. (Error code -36)"
    I can change name on files, I can open, but not edit. I can put new files on the share and make copies, but can´t trash och edit files. I have searched for a solution but haven´t found anything that works.
    I can via the nas own Web file Manager trash files but not from finder.
    If I open an rtf-file, it says that it is locked in the titlearea, but its not locked if I shows "info" on that file in finder.
    I can download any file of the nas to edit in the mac but not as long as it´s on the nas-share...
    Please help... I´m geeting desperate...

    Update:
    I have found what makes the problem appear, If I configure the Qnap to not "Enable Network Recycle Bin", then everything works, but when activated same problem. I have tried everything with access rights, but nothing solves the problem when Network Recycle Bin is activated. This is strange because before I reformated the drive to begin from scratch this worked…
    Update 2: A new firmware 3.6.0 was released today - Installed it and it fixed the problem!

  • Can't move files into trash by drag and drop

    with the latest update 10.8.5 I can't move files by drag and drop into the trash on my dock anymore. the files sticks to the cursor.
    anyone expierencing the same issue?

    Hi Joe,
    Welcome to the Support Communities!
    Does this issue persist after you restart your computer?  The following article will provide some additional troubleshooting steps:
    You can't empty the Trash or move a file to the Trash
    http://support.apple.com/kb/ht1526
    Cheers,
    - Judy

  • Can't drag files from stacks to trash in 10.6.7

    I have two stacks on my dock, downloads and documents. On my desktop (an Early 2009 model iMac), I have no problem opening a stack ("fan" view) and dragging a file from the stack to the trash. However, on my Early 2006 MacBook, I'm unable to do this. I was able to do it with 10.5.8, but I just upgraded it to 10.6, and then to 10.6.7 a few days ago, and now I can't.
    I can still drag files to trash if I open the Documents or Downloads folder in Finder, just not directly from the stack, so it's just an inconvenience at worst, but if someone could help me fix this, I'd really appreciate it. I can provide more information if needed, but I'm not sure what would be useful.

    I never even knew you could do that! Just tested it on my 10.6.7 machine, though, and it worked fine. I don't have a solution for you - I suppose you could try deleting the Dock preferences (com.apple.dock.plist) and reboot - but wanted to let you know it's not a problem in 10.6.7 so you can at least take a stab at tracking down and fixing the problem.

  • I can not open files created in iWork 6 or iWork 8 with pages 5.2. I removed the older versions and emptied my trash.  what to do?

    i can not open files created in iWork 6 or iWork 8 with pages 5.2. I removed the older versions and emptied my trash.  what to do?

    Reinstall iWork '08 which can export to Word .doc/x files.
    Peter

  • Just upgraded to Lion, can't open any pdf file downloaded from internet that was fine with Leopard. How can I overcome this obstacle ?

    Just upgraded to Lion, can't open any pdf file downloaded from the internet that was fine with Leopard before. I just got a black screen when I clicked on a pdf icon on a given internet site, and same happened with several sites that I visited. How can I overcome this obstacle ?

    Try two things with Safari not running:
    1) Launch Adobe Reader, open its preferences, select the Internet category, and check the values under "Display PDF in browser using".  If it's checked, try unchecking it.
    2) Look in /Library/Internet Plug-Ins (at the top-level of your boot volume) for something names AdobePDFViewer.plugin.  If you see such a file, try moving it to a folder named "Disabled Plug-Ins" (if such a folder exists) or onto the Desktop.
    Then see how things work.

  • Please help I just accidentally deleted a very very important note from my "Notes" on my iPhone 4s.  How can I get it back? Is there a "Trash" file somewhere for deleted notes?  Thank you, Susan

    Please help I just accidentally deleted a very very important note from my "Notes" on my iPhone 4s.  How can I get it back?
    Is there a "Trash" file somewhere for deleted notes?
    Thank you,
    Susan

    Had you never backed up the phone before? When you saw the iTunes logo and cable, the device was in recovery mode. The data was already lost. The only way to recover from that is to restore the device, which will delete all of your data. You will only be able to restore to your last backup, whenever that was. Sorry this happened, but this highlights the importance of doing regular backups. The backup is the only protection you have against a problem like this.

  • Trash misbehaving.  Can't move files or folders to trash without triggering "Finder wants to make changes. Type your password to allow this."

    Help!  I suddenly find that I cannot move files to trash without triggering a Finder dialogue box that asks me to type in a password to continue.  When I comply, files and folders that have been moved to trash simply disappear from the desktop!  Nothing appears in the trashcan.  I'm using Lion 10.7.5 and have never noticed this behavior until today.  What's happening here?

    Try recreating the Trash file, because this is a problem related to permissions. Open Terminal (in /Applications/Utilities) and type:
    sudo rm -ri ~/.Trash
    For more information, see > http://www.thexlab.com/faqs/trash.html

  • My macbook pro (using lion os) can't search files and folders on external hard drive! How can i solve it?

    When i used Snow leopard, i can search every files and folders on my external hard drive (NTFS). But when i upgraded to lion OS, sportlight didn't index files on exteranal hard drive and i can't search everything on external hard drive whatever i type in the search box! I also check the Finder preference and select when performing a search to "Search the current folder" ! How can i solve this problem! Please help me if you know!

    iTunes>Preferences (Cmd+,)>Advanced
    Choose the Ext HD (and the appropriate folder) as the location for your library.

Maybe you are looking for

  • Emailing a Numbers Spreadsheets to Windows PC without error

    I'm very new to Mac and iWork09/Numbers 09 and need assistance I've created a few spreadsheets in Numbers 09 and sent them out via attachment in a group email to friends, clients and family, most PC users, well I keep getting replies that they can't

  • PDF link in a CollapsiblePanelGroup

    I am trying to link to a PDF in a CollapsiblePanelGroup. It works in IE6 but gives an error in Mozilla. "Your browser does not support embedded PDF files." Is there another way to display embedded PDf files in Mozilla? CODE: (in the embedded file) <o

  • When I play my music connected to a device, it goes white.

    I plugged my iPhone into a stereo and then my screen goes white when I'm on the music app. When it goes white, it says accessory connected. Why does this happen?

  • WLDF in WebLogic 12.1.1 - Is it part of Standard Edition (without additional cost)?

    I know Mission Control is not allowed in production for WebLogic Standard Edition without additional licensing costs.  How about WLDF?  I haven't been able to find any documentation to state one way or the other and I don't want to assume since it to

  • 11g admin applets not loading

    Hello - would love any help. I cannot get into admin applets on my windows 7 installation. i was able to access through another computer, but now i can't with that. when i get into the admin page (with chrome, firefox, or MS explorer), the java icons