New PC for Ham Radio (2)

d_122115569

After installing the operating system to the first HDD, which also holds all my data for ham radio and for other hobbies, I added two more drives for data backup.

harddisk

Although all the parts for my new PC are new except for the middle tower ATX case, these two drives are a few years old, salvaged from my old PCs. I had three at hand, but one showed lots of bad sectors, so I had to throw it away.

% badblocks -v /dev/sd?1

In the age of cloud services, the necessity for keeping ones data locally is surely decreasing. Previously, I tried to keep at least three sets of my complete data locally in different machines in different drives, but now maybe I should be satisfied with less number of copies.

gs105e

A gigabit switch is used to copy data from the old to the new PC.

(old_pc) % rsync -av /opt/data_to_keep* new_pc:/opt/

The throughput of 1Gbps is actually observed during the copy of large files.

 % cd BachMassInBMinor;ls -l
total 4287968
-rwxrwxrwx 1 user1 user1 414141912 Oct  9  2010 01 - Kyrie eleison.flac
-rwxrwxrwx 1 user1 user1 193361844 Oct  9  2010 02 - Christe eleison.flac
-rwxrwxrwx 1 user1 user1 119395425 Oct  9  2010 03 - Kyrie eleison.flac
-rwxrwxrwx 1 user1 user1  75553038 Apr 16  2010 04 - Gloria in excelsis Deo.flac
-rwxrwxrwx 1 user1 user1 190622631 Apr 16  2010 05 - Et in terra pax.flac
-rwxrwxrwx 1 user1 user1 174615185 Apr 16  2010 06 - Laudamus te.flac
-rwxrwxrwx 1 user1 user1 134417781 Apr 16  2010 07 - Gratias.flac
-rwxrwxrwx 1 user1 user1 217806907 Apr 16  2010 08 - Domine deus.flac
-rwxrwxrwx 1 user1 user1 118261404 Apr 16  2010 09 - Qui tollis.flac
-rwxrwxrwx 1 user1 user1 165307554 Apr 16  2010 10 - Qui sedes.flac
-rwxrwxrwx 1 user1 user1 177419569 Apr 16  2010 11 - Quoniam tu solus Sanctus.flac
-rwxrwxrwx 1 user1 user1 164750562 Apr 16  2010 12 - Cum Sancto Spiritu.flac
-rwxrwxrwx 1 user1 user1  76368856 Apr 16  2010 13 - Credo in unum Deum.flac
-rwxrwxrwx 1 user1 user1  83759133 Apr 16  2010 14 - Patrem omnipotentem.flac
-rwxrwxrwx 1 user1 user1 180502988 Apr 16  2010 15 - Et in unum Dominum.flac
-rwxrwxrwx 1 user1 user1 123652266 Apr 16  2010 16 - Et incarnatus est.flac
-rwxrwxrwx 1 user1 user1 128984522 Apr 16  2010 17 - Crucifixus.flac
-rwxrwxrwx 1 user1 user1 176070457 Apr 16  2010 18 - Et resurrexit.flac
-rwxrwxrwx 1 user1 user1 229983809 Apr 16  2010 19 - Et in Spiritum sanctum.flac
-rwxrwxrwx 1 user1 user1 157074073 Apr 16  2010 20 - Confiteor.flac
-rwxrwxrwx 1 user1 user1  94018469 Apr 16  2010 21 - Et expecto.flac
-rwxrwxrwx 1 user1 user1 219022297 Apr 16  2010 22 - Sanctus.flac
-rwxrwxrwx 1 user1 user1 116523902 Apr 16  2010 23 - Osanna.flac
-rwxrwxrwx 1 user1 user1 204012904 Apr 16  2010 24 - Benedictus.flac
-rwxrwxrwx 1 user1 user1 117723802 Apr 16  2010 25 - Osanna - da capo.flac
-rwxrwxrwx 1 user1 user1 185530634 Apr 19  2010 26 - Agnus Dei.flac
-rwxrwxrwx 1 user1 user1 141853639 Apr 16  2010 27 - Dona nobis pacem.flac

J S Bach Mass in B Minor - Breitkopf Härtel Edition edited by J Rifkin 2006 - Sleeve

http://www.linnrecords.com/recording-j-s-bach-mass-in-b-minor-breitkopf-hartel-edition-edited-by-j-rifkin-2006.aspx
JS Bach Matthew Passion Final performing version c 1742 - sleeve

http://www.linnrecords.com/recording-matthew-passion.aspx

If you visit the above site, you can listen to the fractional part of the music.

Leave a Reply

Your email address will not be published. Required fields are marked *