Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alexfv:
Device: TP-LINK TL-MR3420 v2 with replaced NAND flash chip (8MB ROM now) + USB hub with external power + 8Gb flash drive + 1Tb USB hdd OpenWRT version: Trunk, OpenWrt GCC 7.4.0 r8982-a54129d Steps to reproduce:
root@OpenWrt:# mkswap /dev/sdb2 mkswap: /dev/sdb2: warning: wiping old swap signature. Setting up swapspace version 1, size = 256 MiB (268431360 bytes) no label, UUID=3068f953-a060-41cd-a09b-bcc2c531bf40 root@OpenWrt:# swapon /dev/sdb2 block: failed to swapon /dev/sdb2 (-1)
root@OpenWrt:~# cat /proc/swaps cat: can't open '/proc/swaps': No such file or directory
"dmesg" output is attached.
The text was updated successfully, but these errors were encountered:
Platinum_Dragon:
Got same issue on TL-MR3220 v2 OpenWrt SNAPSHOT r8996-634c733065
Sorry, something went wrong.
ynezz:
To me it looks like it's not a bug, both devices have small flash (firmware images for tiny TP Link devices) and for this devices is swap disabled to save some flash space.
No branches or pull requests
alexfv:
Device: TP-LINK TL-MR3420 v2 with replaced NAND flash chip (8MB ROM now) + USB hub with external power + 8Gb flash drive + 1Tb USB hdd
OpenWRT version: Trunk, OpenWrt GCC 7.4.0 r8982-a54129d
Steps to reproduce:
root@OpenWrt:
# mkswap /dev/sdb2# swapon /dev/sdb2mkswap: /dev/sdb2: warning: wiping old swap signature.
Setting up swapspace version 1, size = 256 MiB (268431360 bytes)
no label, UUID=3068f953-a060-41cd-a09b-bcc2c531bf40
root@OpenWrt:
block: failed to swapon /dev/sdb2 (-1)
root@OpenWrt:~# cat /proc/swaps
cat: can't open '/proc/swaps': No such file or directory
"dmesg" output is attached.
The text was updated successfully, but these errors were encountered: