Computer Hardware
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsComputer HardwareComputer Hardware

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old September 1st, 2003, 02:39 AM
Bigtime Bigtime is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2000
Posts: 15 Bigtime User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 23 m 49 sec
Reputation Power: 0
hard drive setup/raid/dv capture...

Hi,

I just ordered the components to build my new computer. I bought two hard drives (Seagate ST3160023AS 160GB Serial ATA 7200rpm 8MB Hard Drive), a Intel Pentium 4 / 3.0CGHz 512k socket 478 Hyper Threading Technology 800 MHz FSB and a ASUS Motherboard for Intel Pentium 4 / Celeron Processors, 800Mhz FSB Model# P4C800-E DELUXE. I'll be using XP Pro.

I will be using it to capture video, create dvd's and webdesign (dreamweaver and photoshop). I'm planning on using a RAID 0 configuration.

Here are my questions:

1. What is the best partitioning strategy for me?

2. How large should I make the C: partition for XP?

3. Should I purchase another hard drive and use it for capturing video or can I capture it on the current drive I'll have.

4. Should all programs be on one partition (C: ?) and the data saved by the programs on a separate partition?

Thanks for any advice.

Reply With Quote
  #2  
Old September 4th, 2003, 12:09 AM
icrf's Avatar
icrf icrf is offline
Perl Monkey
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: May 2003
Location: the far end of town where the Grickle-grass grows
Posts: 1,856 icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 10 h 17 m 35 sec
Reputation Power: 103
Send a message via AIM to icrf
Any real reason to use RAID 0? A single drive like that should be plenty fast to capture a DV stream, so the added speed shouldn't be much of a concern. You'll get the most hard-drive-to-hard-drive copy speed if you go from one to the other instead of RAID 0 array back to itself, so if you can plan your editing to cross from one to the other, you can do best (but this only goes for file copying, if you're performing effects on the video, you're assuredly going to be limited by cpu power, not hdd speed).

RAID 0 just offers absolutely no protection for hardware failure. I use it, but get concerned sometimes (like when the start making their occaisional random noises that are unbecoming to a hdd). If either drive fails, all your data is gone.

I tend to have a partition for windows itself (about 2G), one for programs (about 10G, but can vary), and whatever's left in a big data partition. This lets me image each separately for backup (and restore each separately, though if windows is restored and some programs were installed after the backup, they may not work correctly, but it works more often than not). That, and most of the thrashing around the system does with swap file and temporary files can not clutter the filesystem you're capturing to.

All that said, it is nice not to have to worry about which partition is on which drive and just making it all out of the raid array. Hard drives these days tend to be pretty good, a few models excepting (read: IBM GXP 120), so you probably won't have any issues for some time. Like any system, be sure to backup whatever's critical.

Reply With Quote
  #3  
Old September 4th, 2003, 12:58 AM
thedude thedude is offline
The Dude Abides
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Feb 2000
Location: grass valley,ca
Posts: 1,063 thedude User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 Day 9 h 4 m 29 sec
Reputation Power: 10
I'd say go with RAID 1 (mirroring), there is a little speed loss, but not much. Your setup wouldn't likely be affected much, and it would give you a fast way to restore your system.

As for partition, I would go a little bigger than 2gb, I believe XP takes up that much itself. The bad thing about low amounts for the OS partition is what happens when the programs you install start adding to the Windows partition (dlls in the windows directory) and you run out of space? Sound impossible? Nope, I've run into that several times with WinNT 4 servers. Very tough to fix without a rebuild.

I've never found a huge benefit of multiple partitions, it always seemed overrated. Very little speed increase. I always use one partition, and then store the data in a single directory. It makes backup even easier.
__________________
The Dude
I'm the Dude. So that's what you call me.
That, or Duder, His Dudeness, Or El Duderino.
If, you know, you're not into the whole brevity thing

Reply With Quote
  #4  
Old September 4th, 2003, 12:15 PM
icrf's Avatar
icrf icrf is offline
Perl Monkey
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: May 2003
Location: the far end of town where the Grickle-grass grows
Posts: 1,856 icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level)icrf User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 10 h 17 m 35 sec
Reputation Power: 103
Send a message via AIM to icrf
If you move your swap off the boot partition if you have to and be careful to install everything to the programs partition, I've not had any issues with 2G (running Win2k).

Heck, I thought I was doing good for only having three partitions. I know a guy who had a partition for swap running FAT16, and a separate one for his internet cache, in addition to the three I mentioned. I use three more for system backup convienence than speed.

Actually, if you're reading data, RAID 1 is faster than 0. It's a little slower than a single hdd to write to RAID 1, but not significant enough to care. Still should be plenty fast for DV capture. The big issue with RAID 1 is that you lose half your hard drive space. Sure, you have a good backup system, but most people (using myself as a basis) don't care to backup everything in the system. Video gets edited and exported, so I don't want to back up all the raw DV footage.
__________________
Andrew - Perl (and VB.NET) Monkey

Never underestimate the bandwidth of a hatchback full of tapes.

Reply With Quote
Reply

Viewing: Dev Shed ForumsComputer HardwareComputer Hardware > hard drive setup/raid/dv capture...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway