Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: kryptos on March 01, 2012, 08:52:38 AM
-
hello all,
It's been a while a have posted here. Just SME works very well. And just today I have encountered problem with this installation. It has been running for a year already but now suddenly we encounter this error and the server were not able to boot anymore. This is a raid1 setup and tried the second drive it seems it duplicates the error using it is useless also.
Now have tried sme rescue and wait it to mount it automatically but the it doesn't mount. So I tried rebuilding the arrary in rescue mode. But I don't know how to mount it from there in rescue mode. Tried running e2fsck ex. e2fsck /dev/md1 but it gives me an error bad superblock.
Any help would much be appreciated.
Regards,
Rocel
-
from rescue, post the output of
vgdisplay
lvdisplay
you should check the lvm device not the md one..
-
here's the display when I invoke those command in rescue mode.
-/bin/sh-3.00# vgdisplay
-/bin/sh: vgdisplay: command not found
same with lvdisplay
regards,
Rocel
-
I have tried following this instruction on an ubuntu live cd. http://wiki.contribs.org/Recovering_SME_Server_with_lvm_drives (http://wiki.contribs.org/Recovering_SME_Server_with_lvm_drives)
But when arrive on this command: mount /dev/main/root /mnt/oldsmeserver/
it will said wrong fs type, bad option, bad superblock on /dev/mapper/main-root
Maybe im thinking that the filesytem is corrupted. But I don't know how to repair this.
Best Regards,
Rocel
-
try
fsck /dev/mapper/main-root
forget it.. just tested on a VM and it doesn't work, no /dev/mapper/main-root
-
try
fsck /dev/mapper/main-root
forget it.. just tested on a VM and it doesn't work, no /dev/mapper/main-root
Hi Stefano,
Actually were able to recover the files using the said command and following the link I have mentioned. Thanks for the help.
Regards,
Rocel