Ysurac / openmptcprouter

OpenMPTCProuter is an open source solution to aggregate multiple internet connections using Multipath TCP (MPTCP) on OpenWrt
https://www.openmptcprouter.com/
GNU General Public License v3.0
1.78k stars 255 forks source link

RPI4B is in Read-Only mode, anyway to fix it ? #3435

Open viorizz opened 1 month ago

viorizz commented 1 month ago

Expected Behavior

RPI4B is supposed to run normally without read-only on the FS

Current Behavior

RPI4B is running with FS in read-only :

image

Specifications

Explanations

I think it might have happend because I unplugged the board. But now I can't make any modifications to the router. And I don't understand why that's happening. If I have to reinstall the whole router. Is there a way I can keep those config file in some way ?

I don't really want to go and redo all my config.

Thanks.

fareign commented 1 month ago

use squashfs-factory firmware

w453y commented 3 weeks ago

That happens to me too, when I unplug it directly. But it can be fixed by running the following command. SSH into the router. e2fsck /dev/mmcblk0p2 then reboot it from the terminal, which will solve the issue.