tune2fs -l /dev/sda1 says Bad magic number in super-block while trying to open /dev/sda1
out of curiosity I decided to run this with my other partitions and all
of them returned the bad magic number error except sda3 (that is my
clones drive. sda2 is swap.
And I ran this command:
dd if=/dev/sda1 of=/dev/null;dd if=/dev/sda of=/dev/null
and the reply was:
What does:
tune2fs -l /dev/sdaN
says?
ET