Results 1 to 4 of 4

Thread: [SOLVED] Unable to delete a few files - ghost files?

  1. #1
    Join Date
    Apr 2008
    Beans
    28

    [SOLVED] Unable to delete a few files - ghost files?

    I'm running Ubuntu 8.04 x64 and just got done installing WoW via Wine to give it a try. Now I don't have much disk space free at the moment so I deleted the installer stuff off the desktop(where I'd temporarily copied it) then tried emptying the trash. It deleted everything except several .cab files buried in the DirectX folder under the WoW installer folder. I tried deleting them but I get Permission Denied, and when I tried "sudo find -name .Trash*" in a terminal, it didn't find any of them. I tried changing the perms from read only to read and write in the properties box in the trash, but it told me "Operation not supported by backend." I was able to copy one of the files to the desktop, then change perms and delete it(permanently) just fine. When I tried moving the files out of Trash, I also got Permission Denied.

    Am I dealing with "ghost" files that'll be gone next time I reboot? If not, is there some way to kill them permanently?

  2. #2
    Join Date
    Mar 2008
    Beans
    4,714
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Unable to delete a few files - ghost files?

    In version 8.04, Trash is now located in
    Code:
    /home/[user]/.local/share/Trash
    The command
    Code:
    sudo rm -r /home/[user]/.local/share/Trash/*
    will erase all files in Trash.
    Last edited by unutbu; May 24th, 2008 at 03:38 AM.

  3. #3
    Join Date
    Apr 2008
    Beans
    28

    Re: Unable to delete a few files - ghost files?

    Ah, that got it. Thanks!

  4. #4
    Join Date
    Sep 2007
    Beans
    50

    Re: [SOLVED] Unable to delete a few files - ghost files?

    had same issue in hard x86. fixed the issue.
    thanks, george

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •