Replies: 1 comment
-
|
I was using Metered connection for the Windows network interface. so this would make Windows Upgrade less often. but I still see this is happening in many instances. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
improper shutdown causes disk failure and someone could have a hardship to recover from it.
it's better to use read-only system partition and use dedicated docker system disk.
this script can provide a tool for building root partition initially and mount as a readonly disk from the next booting
Would overlay help the broken root fs?
If rootfs couldn't be mount, the system cannot be run in a normal mode.
Only limited commands can be run and no user scripts are available.
But read-only fs should not be broken by improper host shutdown and can still provide some user scripts
And the user scripts could fix the additional disks
For example for docker,
For home dir,
fsck -yand reboot?That was the plan but what if the overlay disk was broken, would that
so maybe it can be tried to use ro only and then to add overlay
Test/Dev Steps
/homeand/var/var/lib/dockerChanllenges
Steps
Resources
Beta Was this translation helpful? Give feedback.
All reactions