Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: semselim on November 05, 2010, 12:37:11 PM
-
fsck.ext3: Invalid argument while trying to open /dev/md1
please some body help me our sme server crash
-
hi
first of all sit down, drink a glass of water, take a deep breath
then tell us what's going on
-
my server does not start after restart
fdisk -l
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 fd Linux raid autodetect
/dev/hda2 14 30401 244091610 fd Linux raid autodetect
Disk /dev/md2: 249.9 GB, 249949716480 bytes
2 heads, 4 sectors/track, 61022880 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md2 doesn't contain a valid partition table
Disk /dev/dm-0: 247.7 gb, 247765925888 bytes
2 heads, 4 sectors/track, 60489728 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/dm-0 doesn't contain a valid partition table
,
,
,
Disk /dev/dm-1 doesn't contain a valid partition table
-
semselim:
please describe exactly what happened..
what do you see on the screen?
you can attach here a link to an image (you have to upload the image elsewhere)
-
(http://img530.imageshack.us/img530/9579/05112010006.jpg) (http://img530.imageshack.us/i/05112010006.jpg/)
Uploaded with ImageShack.us (http://imageshack.us)
-
I cant up my server i think i need reconfigure raid how can fix it.
or which folder needs reinstall sme server recovery mailbox, because my clients use imap connection for mail box.
-
give the root password when requested
what's the output of
cat /proc/mdstat
?
-
The screenshot shows a root file system on /dev/root/main checking OK. The itshows an attempt to check /dev/md1, which apparently does not contain a file system.
Describe your hardware, and show /etc/fstab. Tell us some history - how did you set this system up, and what have you changed recently.
-
(http://img696.imageshack.us/img696/7328/08112010007.jpg) (http://img696.imageshack.us/i/08112010007.jpg/)
Uploaded with ImageShack.us (http://imageshack.us)
-
(http://img823.imageshack.us/img823/1851/08112010009.jpg) (http://img823.imageshack.us/i/08112010009.jpg/)
-
I only need old email on server, if i can clean install sme server which file need for old configuration and old all mail data ?
thank you for your interest email data is very important
-
If you can read your md2 partition, you can try to backup all mail data to an tgz archive from all users with this command:
tar czvpf mailarchive.tgz /home/e-smith/files/users/*/Maildir/.
This works only if qmail is your default mail server with Horde or Open-Xchange.
If your use Zarafa, then all Mail were in an MySQL Database.
When you install a new server, you must first create all user accounts before restore the mailarchive.tgz
Good Luck
-
thank you
but after tar czvpf mailarchive.tgz /home/e-smith/files/users/*/Maildir/.
interrupt gzip: stdout: No space left on device
is this problem?
-
Yes, your HDD is full.
If you have an USB HDD, then mount this and create the mailarchive on this.
The USB HDD should be formatted with ext3 Filesystem.
Create an Directory with "mkdir /usbhdd" as root.
Connect the Drive to your SME then mount the partition to /usbhdd with this command "mount /dev/sda1 /usbhdd" if your USB Drive is sda.
When the drive is mounted, you can run tar to create your mailarchive with
tar czvpf /usbhdd/mailarchive.tgz /home/e-smith/files/users/*/Maildir/.
To format the USB hdd and create the ext3 partition, use a Live CD like KNOPPIX for this or any partition tools who can create ext3 partitions.
-
email data is very important
Since that is the case, it is in your own interest to take the trouble to answer all the questions that are asked of you.
Describe your hardware (including any extra drives you are trying to use).
Tell us some history - how did you set this system up, and what have you changed recently.
In particular, we need to learn why your fstab expects there to be a /boot filesystem on /dev/md1, yet your raid system shows only /dev/md2.
-
i find old acronis image use to system up but who take this image only one raid partiton this servers so after restart i took screen shots
know how can recovery my mail server?
-
You can copy your data to an external HDD manually and install a fresh server image from CD. Then recreate User Accounts and recover data from external HDD.
How you can do this, look a few posts up!
-
i can recovery all email data
thank you everyone especially Igi2003