Results 1 to 8 of 8

Thread: [SOLVED] Cannot empty recycle bin!

  1. #1
    Join Date
    Apr 2008
    Location
    Lyon/London
    Beans
    182
    Distro
    Ubuntu 8.10 Intrepid Ibex

    [SOLVED] Cannot empty recycle bin!

    Cannot empty recycle bin, permission denied!

    Over 30GB of stuff is in there, I want it deleted!

  2. #2
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: Cannot empty recycle bin!

    Quote Originally Posted by ooobuntooo View Post
    Cannot empty recycle bin, permission denied!

    Over 30GB of stuff is in there, I want it deleted!
    On your terminal:

    Code:
    sudo rm -rf /home/username/.local/share/Trash/*
    or

    Code:
    sudo rm ~/.local/share/Trash/files/*
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  3. #3
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Cannot empty recycle bin!

    Open a terminal and run the following command:
    Code:
    sudo chown -R $USER:$USER ~/.local/share/Trash/
    then try to empty the recycle bin.

  4. #4
    Join Date
    Mar 2008
    Beans
    61

    Re: Cannot empty recycle bin!

    Can you open it and see the files? If so highlight them all and right click and "Delete from trash".

  5. #5
    Join Date
    Jul 2007
    Location
    UK
    Beans
    215
    Distro
    Ubuntu

    Re: Cannot empty recycle bin!

    Try pressing alt+F2 and run 'gksu nautilus'. This will run nautilus with full permissions so be careful what you do in here...

    When nautilus is open press ctrl+h to show hidden files and folders, then go to filesystem/home/yourname/.local/share/trash and you should see 2 folders named files and info. If you empty these folders you should be rid of those files in your trash.

    If you have other partitions mounted you may also want to clear their trash too so go to the root of the partition, eg sda2 might be mounted at /media/sda2, and look for a folder called trash-#### where ### is a number. Do the same with this folder as you did with the others to fully clear your trash!

  6. #6
    Join Date
    Apr 2008
    Location
    Lyon/London
    Beans
    182
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Cannot empty recycle bin!

    I tried all that, but none of it worked.
    It says "Permission Denied" but the file permissions say I have I own the files, rather that the root admin.

  7. #7
    Join Date
    Apr 2008
    Location
    Lyon/London
    Beans
    182
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Cannot empty recycle bin!

    Problem solved i did.

    Alt F2 and typed "gksudo nautilus" and navigated to the directory that you told me about and deleted the files!

    I worked thanks!!

  8. #8
    Join Date
    Feb 2007
    Location
    Romania
    Beans
    Hidden!

    Re: Cannot empty recycle bin!

    Cool!
    If your thread is solved, please mark it solved by selecting
    Mark this thread as solved from the Thead Tools.

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
  •