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"-...") |
(→Solution) |
||
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 = |
Revision as of 16:37, 27 November 2018
1 Reason
Disk readonly is because unexpected power off.
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.