https://bugs.kde.org/show_bug.cgi?id=502141
--- Comment #17 from Andrius Štikonas <andr...@stikonas.eu> --- (In reply to Nate Graham from comment #16) > It appears to be super duper corrupted. It won't mount read/write, only RO. > My intention was to use Partition Manager to erase it, but I can't since it > runs this never-ending fsck on launch. Hmm, I didn't expect fsck on boot but it looks like specifically for FAT fsck.vfat -n -v is used to read Used Space: https://invent.kde.org/system/kpmcore/-/blob/master/src/fs/fat12.cpp?ref_type=heads#L113 I guess the proper fix would be to add timeout option to this command. As a quick hack return -1; at the beginning of that function should unblock you. -- You are receiving this mail because: You are watching all bug changes.