Thread
:
No space left on device
View Single Post
Benson
2008-04-17 , 16:31
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#
15
Try running (in xterm)
Code:
du -s * | sort -n
That shows you the total size of each file or directory in your home directory. If some directory seems to be the large thing, then you can repeat with, supposing it's
MyDocs
,
Code:
du -s
MyDocs
/* | sort -n
Quote & Reply
|
The Following 2 Users Say Thank You to Benson For This Useful Post:
earth2marsh
,
klinglerware
Benson
View Public Profile
Send a private message to Benson
Find all posts by Benson