It appears you have not yet registered with our community. To register please click here...

 
Go Back [M] > Madshrimps > Articles & Howto's
Chaintech 9CJS ZENITH Chaintech 9CJS ZENITH
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Chaintech 9CJS ZENITH
Reply
 
Thread Tools
Old 6th August 2004, 12:08   #51
Madshrimp
 
jmke's Avatar
 
Join Date: May 2002
Location: 7090/Belgium
Posts: 79,021
jmke has disabled reputation
Default

it doesn't say so in the manual? I think the 3.4Ghz/3.6Ghz should be no problem if the power circuitry holds up
best to mail Chaintech support for a defenitive answer
__________________
jmke is offline   Reply With Quote
Old 6th August 2004, 20:13   #52
Kerry
 
Posts: n/a
Default

Didn't see it.

Chaintech has not answered my last two tickets. I'm disappointed that none of the 5 reviewers mentioned the extremely poor manual and tech support. Perhaps Chaintech responds quicker, accurately and in understandable English, to reviewers. :

I'll keep asking around.


Thanks,
Kerry
  Reply With Quote
Old 19th August 2004, 05:34   #53
Victorious25
 
Posts: n/a
Default

I got this info from the Tigerdirect website, so I don't know if it is entirely accurate or what not, but in the specs it said:
"Processors Supported: Intel Prescott Ready
Intel Celeron up to 2.80GHz
Intel Pentium 4 up to 2.60GHz @ 400MHz FSB
Intel Pentium 4 up to 3.06GHz
Intel Pentium 4 up to 3.20GHz @ 800MHz FSB"

I don't know if it is right or not though. Maybe check a few other retailers and see what their specs say?
  Reply With Quote
Old 19th August 2004, 23:41   #54
Victorious25
 
Posts: n/a
Default

I have another question. It says on the Chaintech website that the max memory supported is 400Mhz (Which is DDR3200). If I were to get memory that is 500Mhz would it work? Also, do different speeds of memory work together, like 333 Mhz and 500Mhz or do you have to have all of one kind?
  Reply With Quote
Old 20th August 2004, 03:36   #55
Kerry
 
Posts: n/a
Default

Hi V:

Thanks for the CPU info. Intel P4 3.2 is my understanding also. I figure I'll keep an eye on the pro

Sorry I don't know anything about memory.

BTW: I've gone back, from RAID1 to RAID0, RAID0 is noticeably faster. I'm working on finding an easy quick way to back up the essential folders (those changed during the day) each night, perhaps automatically.

Kerry
  Reply With Quote
Old 20th August 2004, 06:36   #56
Madshrimp
 
jmke's Avatar
 
Join Date: May 2002
Location: 7090/Belgium
Posts: 79,021
jmke has disabled reputation
Default

batch file + scheduled tasks
__________________
jmke is offline   Reply With Quote
Old 20th August 2004, 10:20   #57
Kerry
 
Posts: n/a
Default

Thanks jmke, sounds just like what I'm looking for. Does this require that I know DOS?

Kerry
  Reply With Quote
Old 20th August 2004, 10:39   #58
Madshrimp
 
jmke's Avatar
 
Join Date: May 2002
Location: 7090/Belgium
Posts: 79,021
jmke has disabled reputation
Default

sorry for the previous short reply, it was 7:30 in the morning, had to leave for work here's more complete one:

basically you want to copy sensitive data away from the RAID0 array, or try to avoid putting anything of worth to begin with

let's say you your RAID0 array is drive D:
drive E: in windows is your normal , none raided drive.


create a folder on the D: drive

d:\tobackup

move all your sensitive data in that folder and from then on edit/add files directly from/to that directory

now make a new folder on your E: drive

e:\backup

now open notepad and type the following:


xcopy d:\tobackup\*.* e:\backup\*.* /D /E /C /I /F /H /R /K /O /Y >e:\latestbackup.txt


save this notepad document as "backupDtoE.bat" to your E:\ root


here's a quick guide on how to use xcopy,

XCOPY source [destination]

these flags I used
/D Copies files changed on or after the specified date.
If no date is given, copies only those files whose
source time is newer than the destination time.
/E Copies directories and subdirectories, including empty ones.
/C Continues copying even if errors occur.
/I If destination does not exist and copying more than one file,
assumes that destination must be a directory.
/F Displays full source and destination file names while copying.
/H Copies hidden and system files also.
/R Overwrites read-only files.
/K Copies attributes.
/O Copies file ownership and ACL information.
/Y Suppresses prompting to confirm you want to overwrite an
existing destination file.


Now go to start -> Control Panel -> Scheduled Tasks

add new task, browse to the .bat file, and choose to run daily or whatever suits your needs
then try it out by double-clicking the backupDtoE.bat

then open the e:\latestbackup.txt file to see if everything went well

I have a similar script running 3 times a day at home, works perfect and fast!
__________________
jmke is offline   Reply With Quote
Old 20th August 2004, 11:23   #59
Kerry
 
Posts: n/a
Default

Thanks so much. I'll let you know how it turns out.

Kerry
  Reply With Quote
Old 21st August 2004, 00:50   #60
Victorious25
 
Posts: n/a
Default

Any answer to the question that I asked?
  Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Chaintech VNF4 Ultra Zenith VE motherboard jmke WebNews 0 5th August 2005 15:08
Chaintech VNF4 Zenith VE Sidney WebNews 2 23rd July 2005 16:06
Chaintech VNF4 Ultra Zenith VE Sidney WebNews 1 29th June 2005 12:22
Chaintech Zenith 9CJS - BIOS Updates trebor1870 General Madness - System Building Advice 1 26th May 2005 21:32
Chaintech VNF4 Zenith Value Edition Sidney WebNews 0 24th May 2005 04:25
Chaintech Zenith VNF4 Ultra Sidney WebNews 0 28th April 2005 20:34
Chaintech VNF4 Ultra ZENITH VE Sidney WebNews 0 7th April 2005 22:28
CHAINTECH VNF4 ULTRA Zenith VE Available in stores jmke WebNews 2 22nd February 2005 13:52
Chaintech 9cjs and BIOS DOS setting for Symantec Ghost Kerry General Madness - System Building Advice 19 15th December 2004 21:33
Chaintech Zenith ZNF3-250 jmke WebNews 0 19th June 2004 11:33

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT +1. The time now is 12:30.


Powered by vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO