Absurdponcho/PonchoOS

Error saying "Disk Full"

Opened this issue · 2 comments

My disk is at 10.7 GB out of 117 GB.

Everytime I run the command "make buildimg" in the kernel directory, (after doing "make kernel" and "make") I get this error:

dd if=/dev/zero of=bin/CustomOS.img bs=512 count=93750
93750+0 records in
93750+0 records out
48000000 bytes (48 MB, 46 MiB) copied, 0.874591 s, 54.9 MB/s
mformat -i bin/CustomOS.img -f 1440 ::
mmd -i bin/CustomOS.img ::/EFI
mmd -i bin/CustomOS.img ::/EFI/BOOT
mcopy -i bin/CustomOS.img ../gnu-efi/x86_64/bootloader/main.efi ::/EFI/BOOT
mcopy -i bin/CustomOS.img startup.nsh ::
mcopy -i bin/CustomOS.img bin/kernel.elf ::
Disk full
Makefile:41: recipe for target 'buildimg' failed
make: *** [buildimg] Error 1

I'm pretty sure this doesn't require more than 10.7 GB...

It is not your disk that is full, but the CustomOS.img image. Try doubling count and see if the error persists.