Skip to content

Instantly share code, notes, and snippets.

@munkyonline
Created April 12, 2021 16:07
Show Gist options
  • Save munkyonline/818f51a3f9cf09e1390390b3a06a4ba7 to your computer and use it in GitHub Desktop.
Save munkyonline/818f51a3f9cf09e1390390b3a06a4ba7 to your computer and use it in GitHub Desktop.
Read Only Ubuntu Fix
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