Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Isterklister on August 23, 2007, 10:34:03 PM

Title: mkfs ext3 and fsck.ext3
Post by: Isterklister on August 23, 2007, 10:34:03 PM
Hello,
I have installed SME 7.2 (I have used 5.x earlier).
I am using the server as Samba server. Therefore I have installed 6 extra disks and have made partition on them and formated them with
mkfs.ext3 /dev/hdx1.

It works but it is very slow to write and read from disks. When I run
fsck.ext3 /dev/hdx
I get the following message (on all disks)
Block bitmap for group 880 is not in group. block (...
and fsck are trying to repair something and are deleting the journal system and so on.

What is wrong with this  :?: ?
Title: Re: mkfs ext3 and fsck.ext3
Post by: byte on August 23, 2007, 11:02:23 PM
Hello,
I have installed SME 7.2 (I have used 5.x earlier).
I am using the server as Samba server. Therefore I have installed 6 extra disks and have made partition on them and formated them with

What are you trying to do here ? Make one big storage space ? Have a look here...

http://wiki.contribs.org/SME_Server:Documentation:FAQ#Hard_Drives.2C_RAID.27s.2C_USB_Hard_Drives
Title: Re: mkfs ext3 and fsck.ext3
Post by: Isterklister on August 24, 2007, 10:17:47 AM
Sorry, my mistake.

I used the comand
fsck.ext3 /dev/hdx
but should use
fsck.ext3 /dev/hdx1

Now there are now problems.