DISK READONLY
From Wiki of WFilter NG Firewall
(Difference between revisions)
(→Solution) |
|||
Line 17: | Line 17: | ||
= Links = | = Links = | ||
− | * [http:// | + | * [http://wiki.wfiltericf.com WFilter Documents] |
− | * [http://wiki. | + | * [http://wiki.wfilterngf.com WFilter NG Firewall Documents] |
− | * [http://www. | + | * [http://www.wfilterngf.com WFilter NG Firewall Homepage] |
[[Category:Errorcode]] | [[Category:Errorcode]] |
Latest revision as of 16:13, 5 February 2020
[edit] 1 Reason
Disk readonly is because unexpected power off.
[edit] 2 Solution
Please follow below steps to fix it:
In "Module"->"Utils"->"command line", execute below three command one by one:
- mount -o remount,ro /dev/root
- e2fsck -y /dev/root
- reboot
After these three commands, disk read only will be fixed.