Results 1 to 5 of 5
Some files is really eating up my disk space...
error msg:
mkdtemp: no disk space left...
- 08-20-2006 #1Just 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
- 08-20-2006 #2Linux 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
which will dump and old .deb package from the apt archive directory for you.Code:sudo apt-get clean
- 08-21-2006 #3Just Joined!
- Join Date
- Jun 2006
- Posts
- 13
i tried sudo apt-get clean....
error msg:
mkdtemp
rivate 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???
- 08-21-2006 #4Just 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.
- 08-23-2006 #5Just 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


Reply With Quote
