>From what i can see the image just takes up 96% of the entire disk. The image determins the partition spaces, and is copied over to eMMc
The sd card i was using is 8GB, and could grow the partition on the sd card, but would like to use the eMMc for the partition(too many failed sd cards on the raspberry pi) I just found it odd that the official image from beaglebone leaves 200mb free for the user. This means i cant even update it. thanks for the reply, im learning allot about linux :) On Thursday, February 28, 2019 at 3:36:01 PM UTC+1, Mark A. Yoder wrote: > > Erik: > Are you booting off the eMMc, or and SD card? If an SD card, how big is > it? If it's greater than 4G, you need to grow the partition on it. Try: > > bone$ */opt/scripts/tools/grow_partition.sh* > > After rebooting you should see the whole SD card. > > --Mark > > On Thursday, February 28, 2019 at 7:37:22 AM UTC-5, [email protected] > wrote: >> >> Hello yall, sorry if i double post. >> Could not find my first post before. >> >> My beaglebone black /dev partition is almost full when having a fresh >> installation >> Is 3.3/3.5GB full normal? >> >> When trying to upgrade with "sudo apt-get upgrade"i get disk full errors >> >> >> debian@beaglebone:~$ lsblk >> NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT >> mmcblk1 179:0 0 3.6G 0 disk >> └─mmcblk1p1 179:1 0 3.6G 0 part / >> mmcblk1boot0 179:8 0 2M 1 disk >> mmcblk1boot1 179:16 0 2M 1 disk >> mmcblk1rpmb 179:24 0 128K 0 disk >> >> >> debian@beaglebone:~$ df -h >> Filesystem Size Used Avail Use% Mounted on >> udev 215M 0 215M 0% /dev >> tmpfs 49M 5.5M 43M 12% /run >> /dev/mmcblk1p1 3.5G 3.2G 116M 97% / >> tmpfs 242M 0 242M 0% /dev/shm >> tmpfs 5.0M 4.0K 5.0M 1% /run/lock >> tmpfs 242M 0 242M 0% /sys/fs/cgroup >> tmpfs 49M 4.0K 49M 1% /run/user/1000 >> >> Am i doing something wrong? >> Erik >> > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/16359755-53c8-4f7e-b9d3-7da7e5479618%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
