Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: [SOLVED] Where is the root's trash?

  1. #11
    Join Date
    Jan 2008
    Location
    Auckland, New Zealand
    Beans
    3,129
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Where is the root's trash?

    Quote Originally Posted by iaculallad View Post
    /root is not the same as ~. As ~ depicts/symbolizes your HOME directory. And there is no /root folder in the Filesystem hierarchy.
    Posting a path like that could not help the OP either as it would only create ambiguous answer. Be direct instead.
    He is asking where root's trash is, not his own trash. ~ depends on which user you are and so ~/.local/share/Trash/files/ is only root's trash if you're logged in as root using sudo. No matter what user you are logged in as /root/.local/share/Trash/files/ is always the roots trash.

    And there is no /root folder in the Filesystem hierarchy.
    From http://en.wikipedia.org/wiki/Filesys...archy_Standard
    /root/ Home directory for the root user.
    To the OP, if you haven't deleted something as root in nautilus (using rm from the terminal will delete it, not move it to trash) then that directory won't be there.

    Some commands to free up some space:
    Code:
    sudo apt-get autoremove
    sudo apt-get clean
    apt-get clean removes all of your downloaded packages so usually you would just use "sudo apt-get autoclean"
    Last edited by ad_267; August 26th, 2008 at 11:34 AM.

  2. #12
    Join Date
    Feb 2008
    Location
    United Kingdom
    Beans
    1,108
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Where is the root's trash?

    Quote Originally Posted by befana View Post
    Few days ago my root partition suddenly was 100% full and I could not do anything and because of that I had to reinstall Ubuntu 8.04. Reading here posts about full root directories I'm trying to learn how to prevent root directory getting full. So I am looking now for root's trash, to know where it is and to empty it if necessary. But I can not find it nor /root/.local. And how to know if there is something in root's trash, if I can not find it?
    Use Applications > Accessories > Disk Usage Analyzer.
    It shows whats using what. Make sure you scan your whole drive, not your home directory.

    HP Pavilion DV3505ea Laptop: Intel Core 2 Duo T5800 @ 2.0Ghz - 2GB RAM - 160GB HDD - nVidia GeForce 9300M GS - Intel 5100AGN Wireless

  3. #13
    Join Date
    Nov 2007
    Location
    Atlanta, Georgia
    Beans
    494
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Where is the root's trash?

    Perhaps you are confusing the root filesystem (e.g. /) with root's home directory (e.g. /root). The OP could be saying / is full. To me this makes more sense because root really shouldn't have anything in trash.

    To OP: Post the output from
    Code:
    df -kh
    What is telling you that your root partition is filling up?
    GNU/Linux>Windows

  4. #14
    Join Date
    Jul 2007
    Location
    Rousse, Bulgaria
    Beans
    69
    Distro
    Xubuntu

    Re: Where is the root's trash?

    I am really sorry about my ignorance, but I do not know what is OP.
    Please, explain!

  5. #15
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Where is the root's trash?

    befana,

    It appears I wrote a tutorial this week that applies to your situation. I think it should answer your questions. Here is the link:
    Disk Full? - Check Your Trash Bin(s)

    It covers system/root trash, how to find it, how to get rid of it, and what tools/commands are available to do these things.
    Back to Xorg...

    Retired.

  6. #16
    Join Date
    Jun 2005
    Beans
    1,056
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Where is the root's trash?

    Type in terminal;

    Code:
    gksudo nautilus
    Type your password and hit enter, then paste into the address bar;

    Code:
    /root/.local/share/Trash
    And delete anything in it.

  7. #17
    Join Date
    Jul 2006
    Location
    Nantes, France
    Beans
    40
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Where is the root's trash?

    As far as I remember, I never could open Places->Trash when Nautilus was opened as root. Don't remember if this also occured before Gnome use FreeDesktop specification or not. This issue is not only about Trash. We can't open Places->Computer too.

  8. #18
    Join Date
    Jul 2006
    Location
    Nantes, France
    Beans
    40
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Where is the root's trash?

    Oh,

    also a simple workaround. In Intrepid Ibex install trash-cli package (Universe) and type
    Code:
    sudo empty-trash
    to remove all files from your trash including thoses with permission problems and
    Code:
    sudo su
    empty-trash
    exit
    to empty root trash

  9. #19
    Join Date
    Dec 2004
    Location
    hacking on my Debian box
    Beans
    1,305

    Re: Where is the root's trash?

    Quote Originally Posted by befana View Post
    I am really sorry about my ignorance, but I do not know what is OP.
    Please, explain!
    OP stands for Original Poster, ie. you in this thread.

  10. #20
    Join Date
    Aug 2008
    Beans
    52

    Re: Where is the root's trash?

    where is the root trash in 8.10???? please help

Page 2 of 3 FirstFirst 123 LastLast

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
  •