Results 1 to 5 of 5

Thread: No free diskspace on Raspberry Pi (32Gb)

  1. #1
    Join Date
    2013-Jul
    Posts
    15

    Unhappy No free diskspace on Raspberry Pi (32Gb)

    Hi all!

    First message here.

    I just dd'ed Kali on a 32Gb SD and plugged it in my Raspberry Pi. Turns out that i have 99% of my SD in use.

    df -k tells me:

    Code:
    Filesystem     1K-blocks    Used Available Use% Mounted on
    rootfs           4744620 4447228     56380  99% /
    /dev/root        4744620 4447228     56380  99% /
    devtmpfs          216132       0    216132   0% /dev
    tmpfs              44880     184     44696   1% /run
    tmpfs               5120       0      5120   0% /run/lock
    tmpfs              89740       0     89740   0% /run/shm
    What went wrong here? I would like to, at least, run an apt-get update and apt-get upgrade but even for that i don't have enough diskspace.

    Any help would be appreciated.

    Thanks,

    Ton.

  2. #2
    Expand your partition with a tool like parted or gparted.

    All the extra space on the sd card is currently unallocated...

    Best Regards,
    Eric

  3. #3
    Join Date
    2013-Jun
    Location
    Lanaken, Belgium
    Posts
    43
    Ton,

    dd makes an exact copy of your image. If your image file is a small volume, you get this result. You can expand your partion as explained by brav0hax.

  4. #4
    You can also install raspi-config and then use it to resize the partition

    wget http://archive.raspberrypi.org/debia...121028_all.deb
    wget http://http.us.debian.org/debian/poo....5-4_armel.deb
    wget http://http.us.debian.org/debian/poo....4-2_armel.deb
    dpkg -i triggerhappy_0.3.4-2_armel.deb
    dpkg -i lua5.1_5.1.5-4_armel.deb
    apt-get install parted
    dpkg -i raspi-config_20121028_all.deb

  5. #5
    Join Date
    2013-Aug
    Posts
    8
    Quote Originally Posted by wranglerdriver View Post
    You can also install raspi-config and then use it to resize the partition

    wget http://archive.raspberrypi.org/debia...121028_all.deb
    wget http://http.us.debian.org/debian/poo....5-4_armel.deb
    wget http://http.us.debian.org/debian/poo....4-2_armel.deb
    dpkg -i triggerhappy_0.3.4-2_armel.deb
    dpkg -i lua5.1_5.1.5-4_armel.deb
    apt-get install parted
    dpkg -i raspi-config_20121028_all.deb
    Can your break down that your typing into the terminal to get this. I also have this problem with my 16GB card. Thanks!

Similar Threads

  1. Can't get persistence to work on 32Gb USB drive
    By Levi63 in forum Installing Archive
    Replies: 6
    Last Post: 2019-04-11, 12:47
  2. Replies: 3
    Last Post: 2016-01-24, 00:02
  3. Nexus 10 32GB fails to boot!!! please help!
    By jwm in forum Installing NetHunter
    Replies: 6
    Last Post: 2015-12-03, 10:55
  4. Nexus 7 2012 3g 32GB reboots during update
    By Kaips1 in forum NetHunter General Questions
    Replies: 2
    Last Post: 2015-04-25, 00:29
  5. 32GB Nexus 7 2013 only 16GB seen?
    By lasermole in forum NetHunter General Questions
    Replies: 5
    Last Post: 2014-12-20, 15:21

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •