flash: no space left on device

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

flash: no space left on device

Jump to solution
1,124 Views
niklasmolin
Senior Contributor I

Hi.

I'm running an image on an i.mx6D (build int Yocto).

The image is running from an emmc (Flash) which is around ~16Gb.

When I try to copy some files to the flash (via SSH) I get following problem:

/home/root/nodeJs/.......: No space left on device

I check the size of the disk with df -h, it there should be space left

Filesystem      Size  Used Avail Use% Mounted on

/dev/root        15G  9.5G  4.1G  70% /

devtmpfs        342M  4.0K  342M   1% /dev

tmpfs           502M  164K  502M   1% /run

tmpfs           502M   43M  460M   9% /var/volatile

/dev/mmcblk0p1  8.0M  8.0M   24K 100% /media/mmcblk0p1

Is there some setup I need to do to tell it that we are using 16 Gb disk when I compile or maybe some config file under /etc?

Thanks,

Niklas

Labels (2)
0 Kudos
1 Solution
809 Views
niklasmolin
Senior Contributor I

I found the problem.

Seems like I ran out of inodes (df -i, show Ifree = 0).

I had to remove some docker images  (seems like there was an issue that inodes where not released after building docker images).

View solution in original post

0 Kudos
2 Replies
810 Views
niklasmolin
Senior Contributor I

I found the problem.

Seems like I ran out of inodes (df -i, show Ifree = 0).

I had to remove some docker images  (seems like there was an issue that inodes where not released after building docker images).

0 Kudos
810 Views
CarlosCasillas
NXP Employee
NXP Employee

Hello Niklas,

Thanks for sharing your solution with the Community! 

Best regards!

/Carlos

0 Kudos