Wednesday, November 7, 2012
Seagate Backup Plus 4GB: USB3 vs Thunderbolt
If you are considering to get a thunderbolt version of the Backup Plus disk or to retrofit the thunderbolt desktop adapter (STAE127) here are some measurements I took:
Via USB 3:
Via Thunderbolt, Seagate STAE127 desktop thunderbolt adapter:
Disk is a Seagate Backup Plus 4GB.
Host is a 2012 MBPr with 10.8.2
Friday, October 5, 2012
Warum heissen Griechische Restaurants wie sie heissen?
Ich habe mal in Köln gewohnt, so 10 Jahre. Neustadt-Nord.
10 Jahre lang bin ich regelmäßig an einem griechischem Restaurant vorbeigekommen das fast immer zu hatte. "Athos" heiss das.
Das lag zwischen dem "Dionisus" und dem "Diogenes". Echt.
Komisch das mit den Namen. Die Süddeutsche Zeitung spekuliert recht verwegen darauf das dies etwas mit der Herkunft des Gründers zu tun hat. Das ist natürlich völliger Unfug. Wie wir wissen kommen alle Griechen aus Griechenland, dann müssten ja alle Restaurants "beim Griechen" heissen. Tatsächlich sind das aber nur weniger als 5%.
An einem lauen Sommerabend konnte ich das Mysterium der Bezeichnung der Griechischen Restaurants durch Deduktion (φαντασία) lösen:
Es gab in der Zeit der Gründung vieler dieser Restaurants beim Gewerbeamt eine Liste aus der sich der Jungunternehmer einen Namen auszuwählen hatte. Dies war durch eine Verwaltungsvorschrift im Kontext des Anwerbeabkommen vom 30. März 1960 geregelt. Dort hiess es:
Und dann kommt die Liste.
Krass. Aber so war das damals. Unter den Talaren....
Die entsprechende Verwaltungsvorschrift wurde erst 1982 im Rahmen von EU (bzw EWG) Harmonisierungen verworfen. Das Ergebnis sehen wir heute. Aber wie heissen sie denn nun? Ich habe aus "OpenStreetMap" mal sämtliche als "griechische Restaurants" extrahiert, die Namen normalisiert und aus den rund 2000 kartographierten Restaurants folgende Verteilung erhalten: Aber es gibt Hoffnung in der Namenswüste.
Auch wenn sich solche Restaurants über Jahrzehnte halten und ihren Namen nichts verändern gibt es doch Neugründungen die sich erfrischend abgrenzen. In Berlin, Prenzlauer Berg habe ich "Frau Galinou kocht" gefunden.
Da werde ich mal hingehen.
Es gab in der Zeit der Gründung vieler dieser Restaurants beim Gewerbeamt eine Liste aus der sich der Jungunternehmer einen Namen auszuwählen hatte. Dies war durch eine Verwaltungsvorschrift im Kontext des Anwerbeabkommen vom 30. März 1960 geregelt. Dort hiess es:
"Um eine Verwechselung von Speiselokalen vorzubeugen und insbesondere die Bürger der BRD vor unvermittelten Olivenölgenuss (der sich auf den ungeübten Magen der Werktätigen überraschend auswirken kann) zu schützen haben Lokale, die hauptsächlich Speisen der grichischen Küche feilbieten, eine entsprechend eindeutige Bezeichnung zu führen. Dies kann durch die Verwendung der im folgenden genannten Eigennamen oder durch das Voranstellen des regionalen Gattungsbegriffs "Taverna" geschehen."
Und dann kommt die Liste.
Krass. Aber so war das damals. Unter den Talaren....
Die entsprechende Verwaltungsvorschrift wurde erst 1982 im Rahmen von EU (bzw EWG) Harmonisierungen verworfen. Das Ergebnis sehen wir heute. Aber wie heissen sie denn nun? Ich habe aus "OpenStreetMap" mal sämtliche als "griechische Restaurants" extrahiert, die Namen normalisiert und aus den rund 2000 kartographierten Restaurants folgende Verteilung erhalten: Aber es gibt Hoffnung in der Namenswüste.
Auch wenn sich solche Restaurants über Jahrzehnte halten und ihren Namen nichts verändern gibt es doch Neugründungen die sich erfrischend abgrenzen. In Berlin, Prenzlauer Berg habe ich "Frau Galinou kocht" gefunden.
Da werde ich mal hingehen.
Friday, July 22, 2011
HOWTO create an encrypted TimeMachine Backup on an Apple software RAID using Lion FileVault2
My MacPro is filled with disks which implies that a single disk of the type "the biggest you can buy" is insufficient for my TimeMachine needs. So far I have been using an OSX software RAID for TimeMachine which worked rather well.
As I want to use 10.7 / Lion full disk encryption, the whole encryption is moot if the same data is stored as clear-text in TimeMachine.
Even before Lion it was possible to use encrypted sparse disk images (as TimeCapsule uses them) to encrypt TimeMachine but frankly I don't assume that a 4Gb disk image is adequate.
Lion allows you to specify that you want your backups to be encrypted, but in my case this was refused with a simple "not supported on raid".
Using diskutil I managed to get it work anyway.
WARNING This worked for me. Once. I think.
This procedure may trash your data or set your cat on fire. Proceed at your own risk.
This procedure will delete all data on the raid volume. I didn't care too much as this was TimeMachine history only.
In Terminal, dump the current disk layout for reference:
"diskutil list". In my case this looks like this:
Note that the RAID volumes in my case were disk1s2 and disk2s2.
What I did was to delete the RAID in DiskUtility and to re-create it. You may not have to do this. Note that even if you do not re-create the RAID, you will still loose all data on the RAID-set.
Step 1: Create a RAID set:
Replace disk1s2, disk2s2 with the list of the partitions you want to use for this RAID-set.
If you don't want a "stripe" RAID0 you can use other types:
All the usual Apple RAID options can be used, including stacked RAIDs like RAID 10, RAID 0+1 etc. "man diskutil" or DiskUtility is your friend.
Now you should have a new RAID-set. Let's check:
Good. disk4 is the name of the Raid-set
We now have to create a CoreStorage Logical Volume Group.
CoreStorage is the new volume manager in Lion which is the foundation for FileVault2).
(Replace "disk4" with the name of your AppleRaid)
We now should have a CoreStore Logical Volume Group.
"diskutil cs list" will print it out:
There your have it, an encrypted RAID-set.
Point TimeMachine to the new location and that's it.
I haven't yet looked into details of FileVault2 (details are also very hard to come by at this time) so the whole exercise may be plain idiotic. For example I haven't tried whether I can restore from this volume (as the backup of 1,4Tb is still ongoing). I will update the post once I have tried this. You may want to wait for this ;-)
As I want to use 10.7 / Lion full disk encryption, the whole encryption is moot if the same data is stored as clear-text in TimeMachine.
Even before Lion it was possible to use encrypted sparse disk images (as TimeCapsule uses them) to encrypt TimeMachine but frankly I don't assume that a 4Gb disk image is adequate.
Lion allows you to specify that you want your backups to be encrypted, but in my case this was refused with a simple "not supported on raid".
Using diskutil I managed to get it work anyway.
WARNING This worked for me. Once. I think.
This procedure may trash your data or set your cat on fire. Proceed at your own risk.
This procedure will delete all data on the raid volume. I didn't care too much as this was TimeMachine history only.
In Terminal, dump the current disk layout for reference:
"diskutil list". In my case this looks like this:
/dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk0 1: EFI 209.7 MB disk0s1 2: Apple_HFS SSD 255.2 GB disk0s2 3: Apple_Boot 650.0 MB disk0s5 /dev/disk1 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *2.0 TB disk1 1: EFI 209.7 MB disk1s1 2: Apple_RAID 2.0 TB disk1s2 3: Apple_Boot Boot OS X 134.2 MB disk1s3 /dev/disk2 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *2.0 TB disk2 1: EFI 209.7 MB disk2s1 2: Apple_RAID 2.0 TB disk2s2 3: Apple_Boot Boot OS X 134.2 MB disk2s3 ....
Note that the RAID volumes in my case were disk1s2 and disk2s2.
What I did was to delete the RAID in DiskUtility and to re-create it. You may not have to do this. Note that even if you do not re-create the RAID, you will still loose all data on the RAID-set.
Step 1: Create a RAID set:
diskutil ar create stripe myNewRaidSet JHFS+ disk1s2 disk2s2
Replace disk1s2, disk2s2 with the list of the partitions you want to use for this RAID-set.
If you don't want a "stripe" RAID0 you can use other types:
o "stripe" - Striped Volume (RAID 0) o "mirror" - Mirrored Volume (RAID 1) o "concat" - Concatenated Volume (Spanning)
All the usual Apple RAID options can be used, including stacked RAIDs like RAID 10, RAID 0+1 etc. "man diskutil" or DiskUtility is your friend.
Now you should have a new RAID-set. Let's check:
diskutil list ... /dev/disk4 #: TYPE NAME SIZE IDENTIFIER 0: Apple_HFS myNewRaidSet *4.0 TB disk4
Good. disk4 is the name of the Raid-set
We now have to create a CoreStorage Logical Volume Group.
CoreStorage is the new volume manager in Lion which is the foundation for FileVault2).
diskutil cs create myNewLvg disk4
(Replace "disk4" with the name of your AppleRaid)
We now should have a CoreStore Logical Volume Group.
"diskutil cs list" will print it out:
iomp:~ io$ diskutil cs list CoreStorage logical volume groups (1 found) | +-- Logical Volume Group 0CBCF265-CCC0-4564-90D2-30F5F3080FAB ========================================================= Name: myNewLvg Sequence: 1 Free Space: 3999958884352 B (4.0 TB) | +-< Physical Volume 3C01045D-9391-4707-B0D8-5DC1551BF459 ---------------------------------------------------- Index: 0 Disk: disk4 Status: Online Size: 4000109887488 B (4.0 TB)Excellent. We still don't have a volume that we can use, this is created in the next step:
diskutil cs createVolume 0CBCF265-CCC0-4564-90D2-30F5F3080FAB jhfs+ MyEncryptedRaid 100% -stdinpassphraseThe parameters in details:
- The lengthy hex string must be the UUID of the logical volume group you've created in the previous step. See above "myNewLvg"
- JHFS+ tells disktuil that we want a journaled HFS+ volume (which should be fine)
- 100% means - "use 100% of the logical volume group for this volume". You can create multiple smaller volumes if you fancy those.
- -stdinpassphrase will cause diskutil to ask for an encryption pass phrase.
CoreStorage logical volume groups (1 found) | +-- Logical Volume Group 0CBCF265-CCC0-4564-90D2-30F5F3080FAB ========================================================= Name: myNewLvg Sequence: 2 Free Space: 0 B (0 B) | +-< Physical Volume 3C01045D-9391-4707-B0D8-5DC1551BF459 | ---------------------------------------------------- | Index: 0 | Disk: disk4 | Status: Online | Size: 4000109887488 B (4.0 TB) | +-> Logical Volume Family B290CE10-87A6-4D75-AE3A-EF3ECF401635 ---------------------------------------------------------- Sequence: 2 Encryption Status: Unlocked Encryption Type: AES-XTS Encryption Context: Present Conversion Status: NoConversion Has Encrypted Extents: Yes Conversion Direction: -none- | +-> Logical Volume 948377BF-5F9B-47A1-A6D5-E98472F32072 --------------------------------------------------- Disk: disk5 Status: Online Sequence: 2 Size (Total): 3999958884352 B (4.0 TB) Size (Converted): -none- Revertible: No LV Name: tm4cc Volume Name: tm4cc Content Hint: Apple_HFS
There your have it, an encrypted RAID-set.
Point TimeMachine to the new location and that's it.
I haven't yet looked into details of FileVault2 (details are also very hard to come by at this time) so the whole exercise may be plain idiotic. For example I haven't tried whether I can restore from this volume (as the backup of 1,4Tb is still ongoing). I will update the post once I have tried this. You may want to wait for this ;-)
Wednesday, April 6, 2011
Dieser grüne Hype..
ist mir ja ein Rätsel.
Die CDU hat 7 AKWs abgestellt.
Die Grünen 0.
Wer ist denn hier nun grün? ;-)
Die CDU hat 7 AKWs abgestellt.
Die Grünen 0.
Wer ist denn hier nun grün? ;-)
Monday, June 14, 2010
Vuvuzela Filter im Eigenbau
Klingt ganz brauchbar und sollte auch mit jeder anderen Audio Software umsetzbar sein:
http://www.surfpoeten.de/tube/vuvuzela_filter
http://www.surfpoeten.de/tube/vuvuzela_filter
Friday, November 13, 2009
Monday, November 9, 2009
Beginnen wir mit etwas Seriösen
Soeben haben wir aus dem Spiegel erfahren, dass irgendwer in irgendwelchen Schichten von irgendwas Reste von Tieren gefunden hat, die viel wichtiger sind, als andere Reste von Tieren die jemals irgendjemand irgendwo irgendwann in irgendwelchen Schichten von irgendwas gefunden hat.
Subscribe to:
Posts (Atom)


