meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:openwrt:issues:no_space_left [2026/05/13 13:28] – created niziaklinux: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 25.15 +Trying to upgrade: 
-luci-25.12-snapshot-r32909-7014bb7ee2-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin +  * from: ''luci-25.12-snapshot-r32710-f4bab2d12c-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin'' 
- +  * to''luci-25.12-snapshot-r32909-7014bb7ee2-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin''
-https://dl.eko.one.pl/luci/openwrt-25.12/ramips/mt7621/luci-25.12-snapshot-r32909-7014bb7ee2-ramips-mt7621-netgear_r6220-squashfs-sysupgrade.bin+
  
 <code> <code>
Line 23: Line 22:
 umount: can't unmount /dev: Resource umount: can't unmount /dev: Resource
 </code> </code>
 +
 +  * Reason: [[https://forum.openwrt.org/t/openwrt-25-12-1-service-release/247899/67?u=cezary]]
 +  * Repair: <code bash>rm /dev/null; mknod -m 666 /dev/null c 1 3</code> [[https://eko.one.pl/forum/viewtopic.php?pid=330888#p330888]]