Testing RAM

2008-06-14 Thread Ryan Coleman
As you've probably read in my previous posts I'm having issues, most 
likely with the RAM.


How would I go about slamming the RAM in testing? I was figuring I'd 
drop from 4GB to 1GB and just push the board with the same cp -rvn 
commands I've been running in an attempt to populate my 7TB RAID5.


Also, am I using the wrong FS for the RAID? I partitioned it with gpt (1 
large slice) and formatted it with newfs but is there another way? A 
better way? I read about ZFS recently but I am sure the speed of reading 
from a RAID5 is lost with it's redundancies.


TIA,
Ryan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Testing RAM

2008-06-14 Thread Roland Smith
On Sat, Jun 14, 2008 at 09:45:20AM -0500, Ryan Coleman wrote:
 As you've probably read in my previous posts I'm having issues, most 
 likely with the RAM.
 
 How would I go about slamming the RAM in testing? I was figuring I'd 
 drop from 4GB to 1GB and just push the board with the same cp -rvn 
 commands I've been running in an attempt to populate my 7TB RAID5.

Use sysutils/memtest86

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpIDoDabLHqF.pgp
Description: PGP signature


RE: Testing RAM

2008-06-14 Thread David Christensen
Ryan Coleman wrote:

 How would I go about slamming the RAM in testing?

I use Memtest86 to test memory:

http://www.memtest86.com/ 


HTH,

David

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Testing RAM

2008-06-14 Thread Zane C.B.
On Sat, 14 Jun 2008 09:45:20 -0500
Ryan Coleman [EMAIL PROTECTED] wrote:

 How would I go about slamming the RAM in testing? I was figuring
 I'd drop from 4GB to 1GB and just push the board with the same cp
 -rvn commands I've been running in an attempt to populate my 7TB
 RAID5.
 
 Also, am I using the wrong FS for the RAID? I partitioned it with
 gpt (1 large slice) and formatted it with newfs but is there
 another way? A better way? I read about ZFS recently but I am sure
 the speed of reading from a RAID5 is lost with it's redundancies.

For something that large, ZFS would be my choice.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Testing RAM

2008-06-14 Thread Ryan Coleman

Zane C.B. wrote:

On Sat, 14 Jun 2008 09:45:20 -0500
Ryan Coleman [EMAIL PROTECTED] wrote:

  

How would I go about slamming the RAM in testing? I was figuring
I'd drop from 4GB to 1GB and just push the board with the same cp
-rvn commands I've been running in an attempt to populate my 7TB
RAID5.

Also, am I using the wrong FS for the RAID? I partitioned it with
gpt (1 large slice) and formatted it with newfs but is there
another way? A better way? I read about ZFS recently but I am sure
the speed of reading from a RAID5 is lost with it's redundancies.



For something that large, ZFS would be my choice
I take it that's not something I can do after the fact, right? I am not 
looking forward to redoing 1.6TB in file copying a second time

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Testing RAM

2008-06-14 Thread Zane C.B.
On Sat, 14 Jun 2008 17:11:32 -0500
Ryan Coleman [EMAIL PROTECTED] wrote:

 Zane C.B. wrote:
  On Sat, 14 Jun 2008 09:45:20 -0500
  Ryan Coleman [EMAIL PROTECTED] wrote:
 

  How would I go about slamming the RAM in testing? I was figuring
  I'd drop from 4GB to 1GB and just push the board with the same cp
  -rvn commands I've been running in an attempt to populate my 7TB
  RAID5.
 
  Also, am I using the wrong FS for the RAID? I partitioned it with
  gpt (1 large slice) and formatted it with newfs but is there
  another way? A better way? I read about ZFS recently but I am
  sure the speed of reading from a RAID5 is lost with it's
  redundancies. 
 
  For something that large, ZFS would be my choice
 I take it that's not something I can do after the fact, right? I am
 not looking forward to redoing 1.6TB in file copying a second time

Not that I am aware of.

My big reason I would go with ZFS is it would make future updates
easier as you can do it on the fly if the disks are just being added
to a system.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Testing RAM

2008-06-14 Thread Ryan Coleman

Zane C.B. wrote:

On Sat, 14 Jun 2008 17:11:32 -0500
Ryan Coleman [EMAIL PROTECTED] wrote:

  

Zane C.B. wrote:


On Sat, 14 Jun 2008 09:45:20 -0500
Ryan Coleman [EMAIL PROTECTED] wrote:

  
  

How would I go about slamming the RAM in testing? I was figuring
I'd drop from 4GB to 1GB and just push the board with the same cp
-rvn commands I've been running in an attempt to populate my 7TB
RAID5.

Also, am I using the wrong FS for the RAID? I partitioned it with
gpt (1 large slice) and formatted it with newfs but is there
another way? A better way? I read about ZFS recently but I am
sure the speed of reading from a RAID5 is lost with it's
redundancies. 


For something that large, ZFS would be my choice
  

I take it that's not something I can do after the fact, right? I am
not looking forward to redoing 1.6TB in file copying a second time



Not that I am aware of.

My big reason I would go with ZFS is it would make future updates
easier as you can do it on the fly if the disks are just being added
to a system.
  

Ok, and since I have all 8 ports used on this SATA RAID controller I
won't worry about it.

I reinstalled 6.3-RELEASE for amd64 and I cannot get the DNS client to
work... I can do one lookup and then it stops working. I am so
frustrated.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]