Quote:
Originally Posted by camperjohn64
mount /img1
This command says
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
I suspect this suggests that it is not even formatted...
|
Yeap it would, which means you don't have any data on it so format it
mkfs.ext3 /dev/sda1
You may however want to double check you have never had any data on it (and it's not just corrupt, but the chances of that are minimal so formatting would be the right choice) then repeat the steps above.