flash: no space left on device

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

flash: no space left on device

跳至解决方案
1,413 次查看
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

标签 (2)
0 项奖励
回复
1 解答
1,098 次查看
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 项奖励
回复
2 回复数
1,099 次查看
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 项奖励
回复
1,099 次查看
CarlosCasillas
NXP Employee
NXP Employee

Hello Niklas,

Thanks for sharing your solution with the Community! 

Best regards!

/Carlos

0 项奖励
回复