free up disk space

Asked by Irwin

I have a 70G hard disk at it is full with the OS I cannot do any work because I get a message the disk is full!!!!

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu nautilus Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
mycae (mycae) said :
#1

Can you open a terminal (key combination Ctrl+Alt+T, or from applications menu), and cut and paste these commands?

sudo fdisk -l
mount
df -h

This will tell us your partition layout on your drive, and will let us understand why you are running out of space.

You can also erase the package cache with this command

sudo apt-get clean

which will free up ~50-200 MB

Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#2

Please also install bleachbit package and use it

after install you can find it into Applications → System tools → Bleachbit menu...

Revision history for this message
delance (olivier-delance) said :
#3

You could use Applications->Accessories->Usage Disk Analyzer, to tell us which folders use most of disk space.

Revision history for this message
Irwin (iffonseca) said :
#4

Thanks, I think clean did the job I now have 42G free space

> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #153037]: free up disk space
> Date: Sat, 16 Apr 2011 12:10:10 +0000
>
> Your question #153037 on nautilus in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/nautilus/+question/153037
>
> Status: Open => Needs information
>
> mycae requested for more information:
> Can you open a terminal (key combination Ctrl+Alt+T, or from
> applications menu), and cut and paste these commands?
>
> sudo fdisk -l
> mount
> df -h
>
> This will tell us your partition layout on your drive, and will let us
> understand why you are running out of space.
>
>
> You can also erase the package cache with this command
>
> sudo apt-get clean
>
> which will free up ~50-200 MB
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+source/nautilus/+question/153037
>
> You received this question notification because you are a direct
> subscriber of the question.

Revision history for this message
Irwin (iffonseca) said :
#5

Thanks, it worked