Created
April 12, 2021 16:07
-
-
Save munkyonline/818f51a3f9cf09e1390390b3a06a4ba7 to your computer and use it in GitHub Desktop.
Read Only Ubuntu Fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://serverfault.com/questions/278198/how-to-clean-up-an-unprocessed-orphan-inode-list/394195#comment1325452_394195 | |
### find ext4 mount point ### | |
mount -t ext4 | |
### fix ### | |
e2fsck -f /dev/sda2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment