Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: 2.5 gb space left??? WHAT

  1. #1
    Join Date
    Jul 2009
    Beans
    25

    Arrow 2.5 gb space left??? WHAT

    When I tried to install the updates for ubuntu linux after installing it not to long ago, it said I need to have 356mb of space or something like that, then I checked my disk usage and it said 92%....

    I dont know if I looked at the chart wrong or not but it said 92%, 2.5gb. Im confused >_<, because, when I looked at my disk usage on windows, I have 120gb free space.

  2. #2
    Join Date
    Jul 2009
    Beans
    25

    Exclamation Update Manager - Not enough free Disk Space

    "The upgrade needs 365M free space on '/'
    Please free at least an additional 330M of disk space on '/'
    Empty your trash or remove temporary packages of
    former installations using "sudo apt-get clean"

    Im running Ubuntu Linux on Dual-boot alongside WindowsXP.

  3. #3
    Join Date
    Jun 2009
    Location
    California, US
    Beans
    864
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Update Manager - Not enough free Disk Space

    Quote Originally Posted by bmtlol View Post
    Empty your trash or remove temporary packages of
    former installations using "sudo apt-get clean"
    also

    Uninstall any programs you don't need.
    Clear out old video/music files.

  4. #4
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: Update Manager - Not enough free Disk Space

    post the output of
    Code:
    df -h
    and also, use these commands to free up some space
    Code:
    sudo apt-get clean
    sudo apt-get autoclean

  5. #5
    Join Date
    Jul 2009
    Beans
    25

    Re: Update Manager - Not enough free Disk Space

    mine did the same thing, and it is a partition size thing i am trying to figure out. if you do before me let me know

  6. #6
    Join Date
    Jul 2009
    Beans
    25

    Re: Update Manager - Not enough free Disk Space

    if you post the first code like x33a says you will see what i mean

  7. #7
    Join Date
    Aug 2007
    Beans
    35

    Re: 2.5 gb space left??? WHAT

    You need to give more information about your setup. I assume you are dual booting windows and ubuntu. Does Ubuntu reside on dedicated partitions or did you use the Wubi installer? How much space did you allocate for ubuntu?

    If you don't know the specifics, copy and paste the output of the the following commands from an ubuntu terminal:

    Code:
    sudo fdisk -l /dev/sd* /dev/hd*
    mount
    df -h
    If you installed using Wubi, read the Wubi guide https://wiki.ubuntu.com/WubiGuide THOROUGHLY.

    Sam.

  8. #8
    Join Date
    Jul 2009
    Beans
    25

    Re: Update Manager - Not enough free Disk Space

    Quote Originally Posted by x33a View Post
    post the output of
    Code:
    df -h
    and also, use these commands to free up some space
    Code:
    sudo apt-get clean
    sudo apt-get autoclean
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda5 2.3G 2.2G 472K 100% /
    tmpfs 439M 0 439M 0% /lib/init/rw
    varrun 439M 104K 438M 1% /var/run
    varlock 439M 0 439M 0% /var/lock
    udev 439M 164K 438M 1% /dev
    tmpfs 439M 244K 438M 1% /dev/shm
    lrm 439M 2.4M 436M 1% /lib/modules/2.6.28-11-generic/volatile

  9. #9
    Join Date
    Jun 2009
    Location
    California, US
    Beans
    864
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: 2.5 gb space left??? WHAT

    root partition needs more space. Resize or re install to a bigger partition.

  10. #10
    Join Date
    Jan 2009
    Beans
    Hidden!

    Re: 2.5 gb space left??? WHAT

    as synapsys said, you made the root partition too small, and hence, ran out of space.

    you should have given at least 5 GB to the root, or if you intend to install a lot of software, then 10GB or more.

    now, either resize the partition using gparted (ubuntu live CD), or reinstall ubuntu, this time making sure to allocate more space to root.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •