wrong fs type, bad option, bad superblock on /dev/hdc2
Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
wrong fs type, bad option, bad superblock on /dev/hdc2
Hi All,
I am having one HDD in which RHEL 5 is installed, but its not booting up it showing boot error. i am having my data in that HDD.
To take the backup i have connect HHD of faulty machine to another machine having RHEL 5 as slave disk ( secondery disk).
but when i m going to mount it its showing below error,
[root@localhost test1]# mount -t ext3 /dev/hdc2 /mnt/2hdc/
mount: wrong fs type, bad option, bad superblock on /dev/hdc2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I tried with tune2fs command but no luck
its showing below error .
[root@localhost test1]# tune2fs -l /dev/hdc2
tune2fs 1.39 (29-May-2006)
tune2fs: Bad magic number in super-block while trying to open /dev/hdc2
Couldn't find valid filesystem superblock.
from your output it clearly says that it does not contain any partition. After connecting the hard disk, how do you know that the newly attached hard disk device driver is /dev/hdc2. Also please post the output of "fdisk -l" command.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.