轉捩點
例
舊文重刊:火中抽出鐵棒
*註: 今夜在看蔡楓華復出的《All 4 Ken 2011》演唱會 DVD,發覺所有歌我都懂得唱,卻是久違了,原來盧國沾先生為蔡楓華寫了不少好的歌詞,聽《青春三重奏》時,有段歌詞打進心坎: 「火中抽出鐵棒,我知道燒傷了一對手

聽不懂的粵語
那天,我在聽杜
A brief summary of how ZFS updates (top-level) metadata
As is common in filesystems, a ZFS pool's metadata and data livesin essentially a tree; at the top of the tree is the ZFS uberblockand the actual root metaobject set (which is pointed to by the ZFSuberblock). Because ZFS is a copy on write filesystem, none of thismetadata is overwritten in place. Instead, all metadata is writtento a new location, all the way up to the uberblock. This is simplefor everything except the uberblock; you write the new version of the
The different ways that you can lose a ZFS pool
There are at least three different general ways that you can lose a ZFSpool.
The straightforward way that everyone knows about is for you to lose atop level vdev, ie to lose a non-redundant disk, or all of the disks ina mirror set, or enough disks in a raidzN (two disks for raidz1, threefor a raidz2, etc). Losing a chunk of striped or concatenated storage isessentially instant death for basically any RAID system and ZFS is noexception here.
(I
An important way to get ZFS metadata corruption
In yesterday's entry on how to lose ZFS pools , Iwrote:
The third way is to have corrupted metadata at the top of thepool. There are a number of ways that this can happen, but probablythe most common one is running into a ZFS bug that causes it to writeincorrect or bad data to disk [...]
I'm pretty sure I'm wrong about that and that there is a much morecommon way to get corrupt metadata: disk systems that lie to you