All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Barnwell <xterminate@xterminate.me.uk>
To: reiserfs-list@namesys.com
Subject: Data being corrupted on reiserfs 3.6
Date: Sat, 14 Jan 2006 22:41:27 +0000	[thread overview]
Message-ID: <43C97E17.7030604@xterminate.me.uk> (raw)

Hi,

I'm experiencing data corruption when creating or copy data to my 
reiserfs 3.6 partition mounted under /home. The following extract gives 
a pretty clear indication that it's getting corrupted somewhere.

michael@biggs:/tmp$ mount
/dev/md0 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
tmpfs on /dev type tmpfs (rw,size=10M,mode=0755)
/dev/md2 on /home type reiserfs (rw)

michael@biggs:/tmp$ dd bs=1024 count=1000k if=/dev/urandom of=./1GB.tst
1024000+0 records in
1024000+0 records out
1048576000 bytes transferred in 231.749782 seconds (4524604 bytes/sec)

michael@biggs:/tmp$ md5sum 1GB.tst
48f46744c7e50c42c061a00d11541a85  1GB.tst

michael@biggs:/tmp$ cp 1GB.tst /home/michael/

michael@biggs:/tmp$ md5sum /home/michael/1GB.tst
042d8c462882f848412679e3cea03fe2  /home/michael/1GB.tst


I'm running Debian Sarge on an Athlon XP 2200+, /dev/md2 is made up of 
four 400GB SATA hard disks on a Silicon Image 3114 controller in RAID 5. 
Dmesg is showing no errors what so ever, the RAID array has been stable 
since I installed it a couple of weeks ago and the drive was formatted 
with mkfs.reiserfs with no special options.

michael@biggs:/tmp$ uname -a
Linux biggs 2.6.8-2-k7 #1 Tue Aug 16 14:00:15 UTC 2005 i686 GNU/Linux

michael@biggs:/tmp$ cat /proc/mdstat
Personalities : [raid1] [raid5]
md2 : active raid5 sdd1[0] sdc1[3] sdb1[2] sda1[1]
       1172126208 blocks level 5, 64k chunk, algorithm 2 [4/4] [UUUU]

If anyone has any idea what's going on I would be much appreciated.

Regards,

Michael Barnwell.

             reply	other threads:[~2006-01-14 22:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-14 22:41 Michael Barnwell [this message]
2006-01-15 20:41 ` Data being corrupted on reiserfs 3.6 Jan Kara
2006-01-15 21:36   ` Michael Barnwell
2006-01-15 22:29     ` Pierre Etchemaïté
2006-01-15 23:02       ` Michael Barnwell
2006-01-16  9:45     ` Hans Reiser
2006-01-16 10:41     ` Jan Kara
2006-01-22 12:12       ` Michael Barnwell
2006-01-24 14:09         ` Jan Kara
2006-01-24 17:59         ` Barry K. Nathan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43C97E17.7030604@xterminate.me.uk \
    --to=xterminate@xterminate.me.uk \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.