DISK READONLY
From Wiki of WFilter NG Firewall
(Difference between revisions)
(Created page with "{{DISPLAYTITLE:Disk becomes readonly.}} = Reason = Disk readonly is because unexpected power off. = Solution = Please follow below steps to fix it: In "Module"->"Utils"-...") |
|||
(One intermediate revision by one user not shown) | |||
Line 11: | Line 11: | ||
In "Module"->"Utils"->"command line", execute below three command one by one: | In "Module"->"Utils"->"command line", execute below three command one by one: | ||
#mount -o remount,ro /dev/root | #mount -o remount,ro /dev/root | ||
− | #e2fsck - | + | #e2fsck -y /dev/root |
#reboot | #reboot | ||
After these three commands, disk read only will be fixed. | After these three commands, disk read only will be fixed. | ||
− | |||
= 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.