Find the answer to your Linux question:
Results 1 to 5 of 5
Some files is really eating up my disk space... error msg: mkdtemp: no disk space left...
  1. #1
    Just Joined!
    Join Date
    Jun 2006
    Posts
    13

    Cant log into gnome



    Some files is really eating up my disk space...

    error msg:

    mkdtemp: no disk space left

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    First places to check are the /tmp directory and /var/cache/apt/archive. You can use ctrl+alt+F1 to log into a terminal, and the commands du and df should help (disk usage and disk free respectively). A good command to start with is
    Code:
    sudo apt-get clean
    which will dump and old .deb package from the apt archive directory for you.

  3. #3
    Just Joined!
    Join Date
    Jun 2006
    Posts
    13
    i tried sudo apt-get clean....

    error msg:

    mkdtemprivate socket dir : no space left on device..

    how do you use the du/df command to list down the files in the folders and their
    disk space usage???

  4. #4
    Just Joined!
    Join Date
    Jan 2006
    Posts
    71
    du - is for showing disk usage. Mainly a percentage of the spaces
    to list the files in the folders/disks/wherever:

    ls -lRh
    If you do a man on ls you can see what these flags mean.

  5. #5
    Just Joined!
    Join Date
    Jun 2006
    Posts
    13
    actually nothing is eating up my space... but i don really know whats the error though...but thanks for the help anyway.. i reformatted my ubuntu and now its working

Posting Permissions

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