Media PC: Difference between revisions

From zooid Wiki
Jump to navigation Jump to search
 
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Person
See also [[New PC]].
|Image=Fu-GEN.jpg
|Home page=http://fu-gen.org
|Tags=Arts, Group, Toronto
}}
fu-GEN is a charitable theatre company dedicated to the development of professional Asian Canadian theatre artists through the production of new and established works.


Its goals are:
== Storage ==


* To produce works of Asian North American playwrights, and foster new works by emerging playwrights.
=== Current ===
* To explore and address issues of Asian North American’s societal roles, responsibilities and identity in the past, present and future through our artistic endeavors.
* To build a stronger, truly multicultural Canadian community by breaking down stereotypes through education and development of a strong cultural artistic base.


Founded in January 2002, fu-GEN is a dynamic group, determined to carve out a space in the Canadian cultural landscape for vibrant Asian Canadian voices. In five years, we have launched six major projects, including two full-scale productions in association with Factory Theatre and The Hastings Park Foundation, all of which have garnered massive critical acclaim and sold out houses.
====Drives====
 
<table>
<tr><td>sda</td><td>300 GB Maxtor 6V300F0</td></tr>
<tr><td>sdc</td><td>1000 GB Seagate</td></tr>
<tr><td>sdb</td><td>500 GB WDC WD5000KS-00MNB0</td></tr>
<tr><td>sde</td><td>500 GB Maxtor 7H500F0 external</td></tr>
</table>
 
==== Partitions ====
 
<table>
<tr><td>sda1</td><td>250G</td><td>raid5 md0</td></tr>
<tr><td>sda2</td><td>40G </td><td>VMs</td></tr>
<tr><td>sda3</td><td>210G </td><td>unused</td></tr>
<tr><td>sdb1</td><td>250G</td><td>raid5 md0</td></tr>
<tr><td>sdb2</td><td>20G </td><td>'''boot/root'''</td></tr>
<tr><td>sdb3</td><td>30G </td><td>unused</td></tr>
<tr><td>sdc1</td><td>250G</td><td>raid5 md0</td></tr>
<tr><td>sdc2</td><td>50G</td><td>unused</td></tr>
<tr><td>sdc3</td><td>700G</td><td>unused</td></tr>
<tr><td>sde1</td><td>500G</td><td>backup</td></tr>
</table>
 
=== New ===
 
====Drives====
 
<table>
<tr><td>sda</td><td>500 GB WDC WD5000KS-00MNB0</td></tr>
<tr><td>sdb</td><td>300 GB Maxtor 6V300F0</td></tr>
<tr><td>sdc</td><td>500 GB Maxtor 7H500F0 </td></tr>
<tr><td>sdd</td><td>1000 GB Seagate external</td></tr>
</table>
 
==== Partitions ====
 
<table>
<tr><td>sda1</td><td>300GB</td><td>md0</td></tr>
<tr><td>sda2</td><td>200GB </td><td>boot/root</td></tr>
<tr><td>sdb1</td><td>300GB</td><td>md0</td></tr>
<tr><td>sdc1</td><td>300GB</td><td>md0</td></tr>
<tr><td>sdc2</td><td>200GB</td><td>swap/spare</td></tr>
<tr><td>sde1</td><td>1TB</td><td>backup/working</td></tr>
</table>
 
=== Steps to configure Linux system with RAID drive ===
 
# repartition 500GB_max to 300GB+200GB
# backup critical files to 200GB
# break 1T's 250MB volume out of md0
# partition 1TB to 600+400gb
# copy md0's data to 1TB
# make 1TB external, 500MB_max internal
# reinstall OS
# repartition md0
# copy files back
 
== Comments on RAID ==
 
Using RAID 5 is more complex, but when a drive fails (as did the ST31000340AS) under warranty, sending it back has no data security risk.
 
=== External ===
 
* Maxtor 200 GB - media
* Maxtor 500 GB - backups
 
50 GB free (June 24/2008). est. 100 GB RAID can be cleared up, 200GB moved external.
 
NCQ performance on Seagate 7200.11 - http://forums.storagereview.net/index.php?showtopic=26006
 
The problem with the above config is the array is spread across all working drives, so there can't be fast directory to directory copies. Solution is to move to something like this:
 
500 + 500 raid1
300gb boot + working/media
external 1tb 500gb backup + 500gb working/media
 
== Video ==
 
<s>NVidia En7300GT silent</s> - died
 
see system board
 
== System board ==
 
[http://www.gigabyte.com.tw/Support/Motherboard/Driver_Model.aspx?ProductID=2946&ost=others#anchor_os Gigabyte e7-aum-ds2h] (NVIDIA GeForce 9400 chipset)
 
== Etc ==
 
* Antec nsk2400
* Asus P5B-VM
* Intel Core 2 Duo E6600
* 4 X 1 GB ?? DDR-2 RAM
 
== Linux Multimedia ==
 
=== Audio ===
 
http://alsa.opensrc.org/index.php/DigitalOut
 
[[Audio]]
 
Need 7.1 digital (optical) audio pass-through capability
 
  wii    dvd    etc
  |      |      |
[    52xv540u tv  ]
          |
          |  toslink w/ dolby digital 7.1
          |
    [ computer ]
          |
          | toslink w/ dolby digital 7.1
          |
        [amp]
          |
      speakers
 
 
http://gentoo-wiki.com/HOWTO_Dolby_Digital_and_DTS
 
http://alsa.opensrc.org/DigitalOut

Latest revision as of 15:11, 8 November 2010

See also New PC.

Storage

Current

Drives

sda300 GB Maxtor 6V300F0
sdc1000 GB Seagate
sdb500 GB WDC WD5000KS-00MNB0
sde500 GB Maxtor 7H500F0 external

Partitions

sda1250Graid5 md0
sda240G VMs
sda3210G unused
sdb1250Graid5 md0
sdb220G boot/root
sdb330G unused
sdc1250Graid5 md0
sdc250Gunused
sdc3700Gunused
sde1500Gbackup

New

Drives

sda500 GB WDC WD5000KS-00MNB0
sdb300 GB Maxtor 6V300F0
sdc500 GB Maxtor 7H500F0
sdd1000 GB Seagate external

Partitions

sda1300GBmd0
sda2200GB boot/root
sdb1300GBmd0
sdc1300GBmd0
sdc2200GBswap/spare
sde11TBbackup/working

Steps to configure Linux system with RAID drive

  1. repartition 500GB_max to 300GB+200GB
  2. backup critical files to 200GB
  3. break 1T's 250MB volume out of md0
  4. partition 1TB to 600+400gb
  5. copy md0's data to 1TB
  6. make 1TB external, 500MB_max internal
  7. reinstall OS
  8. repartition md0
  9. copy files back

Comments on RAID

Using RAID 5 is more complex, but when a drive fails (as did the ST31000340AS) under warranty, sending it back has no data security risk.

External

  • Maxtor 200 GB - media
  • Maxtor 500 GB - backups

50 GB free (June 24/2008). est. 100 GB RAID can be cleared up, 200GB moved external.

NCQ performance on Seagate 7200.11 - http://forums.storagereview.net/index.php?showtopic=26006

The problem with the above config is the array is spread across all working drives, so there can't be fast directory to directory copies. Solution is to move to something like this:

500 + 500 raid1 300gb boot + working/media external 1tb 500gb backup + 500gb working/media

Video

NVidia En7300GT silent - died

see system board

System board

Gigabyte e7-aum-ds2h (NVIDIA GeForce 9400 chipset)

Etc

  • Antec nsk2400
  • Asus P5B-VM
  • Intel Core 2 Duo E6600
  • 4 X 1 GB ?? DDR-2 RAM

Linux Multimedia

Audio

http://alsa.opensrc.org/index.php/DigitalOut

Audio

Need 7.1 digital (optical) audio pass-through capability

 wii    dvd    etc
  |      |      |
[    52xv540u tv   ]
         |
         |  toslink w/ dolby digital 7.1
         |
   [ computer ]
         |
         | toslink w/ dolby digital 7.1
         |
       [amp]
         |
      speakers


http://gentoo-wiki.com/HOWTO_Dolby_Digital_and_DTS

http://alsa.opensrc.org/DigitalOut