Skip to content
New issue

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

FS#3940 - Read only / filesystem after power loss #8938

Open
openwrt-bot opened this issue Jul 19, 2021 · 0 comments
Open

FS#3940 - Read only / filesystem after power loss #8938

openwrt-bot opened this issue Jul 19, 2021 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

iwanst:

Hi all,

Virtual machine x86 builded with image builder and
version 21.02.0-rc3 with package softethervpn-server - 4.34-9745-1

suddenly occurs with read only filesystem /

root@OpenWrt:/# mount
/dev/root on / type ext4 (ro,noatime)
.
.

after check and random errors in fs (mostly related with softether vpn server):

root@OpenWrt:/# mount
/dev/root on / type ext4 (rw,noatime)
.
.
free space is:
root@OpenWrt:/# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 220.5M 31.7M 184.3M 15% /
.
.

In working old 15 version:

root@OpenWrt:/# cat /etc/openwrt_version
15.05.1
root@OpenWrt:/# mount
rootfs on / type rootfs (rw)
/dev/root on / type ext4 (rw,noatime,data=ordered)
.
.

Do I have to make it data=ordered to prevent data and fs problems and how?

Thanks in advance?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant