aus
Member
Posts: 2
Likes: 0
|
Post by aus on Jun 8, 2022 17:13:05 GMT
use the following command fsck -f /dev/sda5 the [space] the command -f is mandatory ,dev/sda see which part is faulty obs: sed5 is from the current system
|
|
batden
Member
Posts: 51
Likes: 69
|
Post by batden on Jun 9, 2022 7:50:47 GMT
I personally use the following command if I have to run fsck manually to fix the "Unexpected inconsistency" error.
# fsck -y /dev/sdXY The -y flag means “yes, try to fix all detected errors” without being prompted every time.
|
|