meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sw:yocto:issues:populatefs [2025/07/28 10:37] – niziak | sw:yocto:issues:populatefs [2025/08/13 07:54] (current) – niziak | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| </ | </ | ||
| + | Conclusions: | ||
| * It is related to build on ZFS. In this case LXC on Proxmox' | * It is related to build on ZFS. In this case LXC on Proxmox' | ||
| * It works before. | * It works before. | ||
| * It works for another (bigger) image. | * It works for another (bigger) image. | ||
| + | * It is related to '' | ||
| + | * Yocto' | ||
| + | * Problem raised here: [[https:// | ||
| + | * And fixed here: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * Problem still exists in [[https:// | ||
| + | * Task '' | ||
| + | * '' | ||
| + | * adding '' | ||
| + | * Bug filled [[https:// | ||
| - | Task '' | ||
| - | mkfs.ext4 is invoked with: | ||
| - | * **-i 8192** bytes-per-inode | ||
| - | |||
| - | < | ||
| - | build/ | ||
| - | mkfs.ext4 \ | ||
| - | -F \ | ||
| - | -i 8192 \ | ||
| - | -E hash_seed=6b246d08-69fc-539c-9b53-fafae8bf9e97 \ | ||
| - | build/ | ||
| - | -L rootfs \ | ||
| - | -U f99cacb6-1bd4-4812-855a-cfdf5be46520 \ | ||
| - | -d build/ | ||
| - | returned ' | ||
| - | |||
| - | | output: mke2fs 1.47.0 (5-Feb-2023) | ||
| - | | Discarding device blocks: done | ||
| - | | Creating filesystem with 189652 1k blocks and 23616 inodes | ||
| - | | Filesystem UUID: f99cacb6-1bd4-4812-855a-cfdf5be46520 | ||
| - | | Superblock backups stored on blocks: | ||
| - | | 8193, 24577, 40961, 57345, 73729 | ||
| - | | | ||
| - | | Allocating group tables: done | ||
| - | | Writing inode tables: done | ||
| - | | Creating journal (4096 blocks): done | ||
| - | | Copying files into the device: __populate_fs: | ||
| - | | mkfs.ext4: Could not allocate block in ext2 filesystem while populating file system | ||
| - | | 512 | ||
| - | | | ||
| - | | WARNING: exit code 1 from a shell command. | ||
| - | |||
| - | </ | ||