Koozali.org: home of the SME Server

mkfs ext3 and fsck.ext3

Offline Isterklister

  • *
  • 15
  • +0/-0
mkfs ext3 and fsck.ext3
« 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  :?: ?

Offline byte

  • *
  • 2,183
  • +2/-0
Re: mkfs ext3 and fsck.ext3
« Reply #1 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
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

Offline Isterklister

  • *
  • 15
  • +0/-0
Re: mkfs ext3 and fsck.ext3
« Reply #2 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.