meta data for this page
Differences
This shows you the differences between two versions of the page.
| linux:openwrt:issues:no_space_left [2026/05/13 13:28] – created niziak | linux:openwrt:issues:no_space_left [2026/05/13 13:44] (current) – niziak | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== no space left ====== | ====== no space left ====== | ||
| - | Trying to upgrade | + | Trying to upgrade: |
| - | luci-25.12-snapshot-r32909-7014bb7ee2-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin | + | * from: '' |
| - | + | * to: '' | |
| - | https:// | + | |
| < | < | ||
| Line 23: | Line 22: | ||
| umount: can't unmount /dev: Resource | umount: can't unmount /dev: Resource | ||
| </ | </ | ||
| + | |||
| + | * Reason: [[https:// | ||
| + | * Repair: <code bash>rm /dev/null; mknod -m 666 /dev/null c 1 3</ | ||