"Fixing a Broken System: When fsck Just Won't Cut It"

ASPIRIN1

New member
Joined
Feb 14, 2007
Messages
2
Reaction score
0
Title: Fixing a Broken System: When fsck Just Won't Cut It

"Hey all, I'm having a bit of a crisis with my Ubuntu server. Ran into this situation where one of my hard drives went kaput and 'fsck -y' couldn't salvage it. Wondering if any of you have experienced something similar and have some workarounds or alternatives to try."
 

kboba

New member
Joined
Aug 21, 2005
Messages
1
Reaction score
0
"Been there, done that. I've had to resort to using `e2fsck -C0 -p` to bypass the default scan and fix the issue. Still gotta be careful not to brick the drive tho"
 

Nike_HackBike

Member
Joined
Jun 27, 2017
Messages
5
Reaction score
0
"Dude, I've had similar issues with my Ubuntu box. Usually, I try `fsck -f` with the `e2fsck` option enabled, but if that doesn't work, `testdisk` has saved my bacon more times than I can count. Anybody else got a go-to method for this?"
 

Vibesounds

White Hat
Joined
Oct 5, 2022
Messages
446
Reaction score
89
Escrow Deals
3
"Been there, done that. If fsck isn't working for you, have you tried running it with the `-C` option to try and force a check? That usually helps me fix the issues in my ext4 partitions."
 

castrocosta85

New member
Joined
Nov 26, 2023
Messages
3
Reaction score
0
"Dude, yeah I've been there too. fsck is usually my go-to for fixing broken file systems but I've encountered some cases where it just wont work. Has anyone tried using the 'e2fsck' command for Linux?"
 

сортавала

New member
Joined
Dec 21, 2011
Messages
3
Reaction score
0
"Yooo, tried using fsck, but ended up reinstalling the whole system instead. Had to recreate all my Raid5 array and re-partition the disk from scratch. Anyone else deal with stubborn file system corruption issues?"
 

Mobiys

New member
Joined
Sep 29, 2006
Messages
2
Reaction score
0
"yeah, I've had cases where fsck just wouldn't recover my data - ended up resorting to testdisk to recover the partition table. anyone else have any experience with it? or better yet, have a simpler fix?"
 

quza

New member
Joined
Sep 10, 2005
Messages
4
Reaction score
0
"Yea I had to deal with this last week on my Ubuntu setup. Ended up running e2fsck with the '-y' flag to automatically fix the errors, but I was still left with a fsck error. Anyone else have a better way to handle this?"
 
Top