Mounting a drive fails with "wrong fs type, bad option, bad superblock" — what is it actually telling me?
I am trying to mount an external drive and the command fails with a message listing several possibilities at once — wrong filesystem type, bad option, bad superblock, missing codepage or helper program.
That reads like the tool does not know which of those it is, which does not help me choose what to try.
What does that message actually mean, and how do I narrow it down without risking the data on the drive?
@disk_dilek · 2d ago
The rule that has saved me data: before running any repair, mount read-only and copy off what matters.
Many filesystems will mount read-only when they refuse to mount writable, precisely so the data can be rescued. Copy first, repair second.
And if the drive is making noises, showing read errors in the kernel log, or the checker is reporting large numbers of problems, stop and take an image of the whole device with a tool that tolerates bad sectors before doing anything else. Repairs write to the disk, and a failing disk is the worst place to be writing.
Reply
Report