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

Thread: "No space left on device" ?

  1. #1
    Join Date
    Sep 2008
    Beans
    750
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    "No space left on device" ?

    I have 20gig (20480 mb) on the server. I used used 2480mb. I wanted to load an app which is around 1mb, and it says "No space left on device". There should be free 18000mb

    ???

    how is this possible?

    on the terminal, how can I properly resize/partition the disk without corrupting anything.
    Last edited by 007casper; July 3rd, 2012 at 12:26 AM.
    20.04 LTS

  2. #2
    Join Date
    Mar 2009
    Location
    Georgia
    Beans
    123

    Re: "No space left on device" ?

    Hmmm. What does the system say as far as free disk space? Run:

    Code:
    df -h /
    Assuming they system is one partition.

    You can always boot an ubuntu live cd and resize with gparted.

    If you're concerened with losing date you can back up with clonezilla first, another great live cd.
    AMD FX-8120. 8GB DDR3 1866. Ubuntu 12.04 64bit

    Computing is fun again.

  3. #3
    Join Date
    Jun 2010
    Location
    Tennessee, USA
    Beans
    672
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: "No space left on device" ?

    If the application has already been downloaded, and when you go to run it you get issues, its not a lack of HDD space. Its a lack of RAM. If you open system monitor, what does it say?
    --Corrytonapple----
    [Toshiba L455-S5008] [Intel Pentium 2.4GHz Procesor]
    [250GB HDD;4GB RAM] [Debian Wheezy 7.0 with GNOME 3][Fedora 16]

  4. #4
    Join Date
    Jul 2009
    Location
    Cleveland
    Beans
    23
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: "No space left on device" ?

    I once had an issue with "no space left on device" when I didn't assign enough space to the / directory. If you have filelight installed [baobob package] you can see the file usage graphically. Otherwise using the command mentioned by someone above will work.
    Code:
    df -h /

  5. #5
    Join Date
    Sep 2008
    Beans
    750
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: "No space left on device" ?

    df -h /
    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/xvda             2.2G  1.4G  652M  69% /
    it is a virtual server. I cant use live cd. The server is set up to have 20gig allocated. I loaded ubuntu 10.04 min install.
    Last edited by 007casper; July 3rd, 2012 at 09:36 AM.
    20.04 LTS

  6. #6
    Join Date
    Sep 2008
    Beans
    750
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: "No space left on device" ?

    bump
    20.04 LTS

  7. #7
    Join Date
    Mar 2009
    Location
    Georgia
    Beans
    123

    Re: "No space left on device" ?

    Quote Originally Posted by 007casper View Post
    df -h /
    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/xvda             2.2G  1.4G  652M  69% /
    it is a virtual server. I cant use live cd. The server is set up to have 20gig allocated. I loaded ubuntu 10.04 min install.
    Wow from the looks of that your / partition is very low on space. Still should be enough for a 1meg app though. Not sure what's going on. Did you mean for the / partition to only be 2 gigs?
    AMD FX-8120. 8GB DDR3 1866. Ubuntu 12.04 64bit

    Computing is fun again.

  8. #8
    Join Date
    Sep 2008
    Beans
    750
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: "No space left on device" ?

    yeah, it is pretty low. I am surprised why it didnt allow 1meg. I did clean the system. I got rid of log files to have space.

    >>Did you mean for the / partition to only be 2 gigs?
    The only thing I remember is that I wanted to install bare minimum since it is a server set up. It was fine for a while. However, after installing security, and other necessary components, it needs more space.

    I do have total of 20gig (20480 mb) HD on the server. I can expand on it, however I dont know how to do that via terminal.

    I guess I should've set the / partition to be at least 5gig

    any ideas on how I can expand the / partition ?

    thanks
    20.04 LTS

  9. #9
    Join Date
    Sep 2008
    Beans
    750
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: "No space left on device" ?

    any ideas on how I can expand the / partition ?
    20.04 LTS

  10. #10
    Join Date
    Jun 2012
    Location
    Sweden
    Beans
    324
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: "No space left on device" ?

    Quote Originally Posted by 007casper View Post
    any ideas on how I can expand the / partition ?
    Yes, use Gparted. You need to boot from a liveCD or USB though.

Page 1 of 2 12 LastLast

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
  •