Hi everyone,
Yesterday my server was frozen. No more access. So I launch an hard reboot.
During the restart my server stop after "Enabling local filesystem quotas:". I let it try to start during the whole night but it failed.
So this morning I decided to plug my harddrive on another smeserver plugged with an USB adapter. My goal is to try to fix the drive or to save some files and rebuild a new server.
"fdisk -l" show me :
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 fd Linux raid autodetect
/dev/sda2 14 14946 119949322+ fd Linux raid autodetect
"# mount /dev/sda1 /media/usbdrive/" work fine. It's seems to be my /boot.
"# mount /dev/sda2 /media/usbdrive/" give "mount: you must specify the filesystem type"
# dmesg | tailEXT3 FS on sda1, internal journalEXT3-fs: recovery complete.EXT3-fs: mounted filesystem with ordered data mode.FAT: bogus number of reserved sectorsVFS: Can't find a valid FAT filesystem on dev sda2.kjournald starting. Commit interval 5 secondsEXT3 FS on sda1, internal journalEXT3-fs: mounted filesystem with ordered data mode.FAT: bogus number of reserved sectorsVFS: Can't find a valid FAT filesystem on dev sda2.
I tried also:
# fsck /dev/sda2fsck 1.35 (28-Feb-2004)e2fsck 1.35 (28-Feb-2004)Couldn't find ext2 superblock, trying backup blocks...fsck.ext2: Bad magic number in super-block while trying to open /dev/sda2The superblock could not be read or does not describe a correct ext2filesystem. If the device is valid and it really contains an ext2filesystem (and not swap or ufs or something else), then the superblockis corrupt, and you might try running e2fsck with an alternate superblock: e2fsck -b 8193 <device>
I don't want to lose my drive. I need help !
Any ideas please?
(sorry for my english skills)