[..]
QUOTE: "JBOD, meaning "Just a Box Of Disks", "Just a Bunch Of Drives", or, as a recursive acronym, "JBOD's a Bunch Of Disks"[citation needed], is used to refer to two distinct concepts: 1. all disks being independently addressed, with no collective properties – each physical disk, with all the logical partitions each may contain, being mapped to a different logical volume: just a bunch of disks. 2.concatenation, where all the physical disks are concatenated and presented as a single disk. <snip> In that it consists of an array of independent disks, it can be thought of as a distant relative of RAID. Concatenation is sometimes used to turn several odd-sized drives into one larger useful drive, which cannot be done with RAID 0. For example, one could combine 3 GB, 15 GB, 5.5 GB, and 12 GB drives into a logical drive at 35.5 GB, which is often more useful than the individual drives separately.
Concatenation or spanning of disks is not one of the numbered RAID levels, but it is a popular method for combining multiple physical disk drives into a single virtual disk. It provides no data redundancy. As the name implies, disks are merely concatenated together, end to beginning, so they appear to be a single large disk. It may be referred to as SPAN or BIG (meaning just the words "span" or "big", not as acronyms).
The Mac OS X 10.4 implementation – called a "Concatenated Disk Set" – does not leave the user with any usable data on the remaining drives if one drive fails in a concatenated disk set, although the disks otherwise operate as described above." END QUOTE. Source: Wikipedia, Non-Raid Drive Architectures
[..]
Consider ....
Two Identical 1500GB External FW Drives Concatenated (Spanned) together for TM backups =
• 3000GB Volume
• Data Loss if any drive fails
• Speed of 1 drive
Two identical 1500GB External FW Drives Striped for TM Backups =
• 3000GB Volume
• Data Loss if any drive fails
• 2x speed of 1 drive (roughly, I know does not scale perfectly)
Then...
Q: I might as well 2x R0 stripe my external FW drives? While I'm not super concerned about how fast my back ups are writing, I'd be happy to have them happen faster, as it would shorten the time when there is background stuff happening whle I am working. I see the same downside (loss of data in both cases) but an obvious upside to striping in this particular case. Am I missing something here? Over thinking this? Thoughts?
- Julian
QUOTE: "JBOD, meaning "Just a Box Of Disks", "Just a Bunch Of Drives", or, as a recursive acronym, "JBOD's a Bunch Of Disks"[citation needed], is used to refer to two distinct concepts: 1. all disks being independently addressed, with no collective properties – each physical disk, with all the logical partitions each may contain, being mapped to a different logical volume: just a bunch of disks. 2.concatenation, where all the physical disks are concatenated and presented as a single disk. <snip> In that it consists of an array of independent disks, it can be thought of as a distant relative of RAID. Concatenation is sometimes used to turn several odd-sized drives into one larger useful drive, which cannot be done with RAID 0. For example, one could combine 3 GB, 15 GB, 5.5 GB, and 12 GB drives into a logical drive at 35.5 GB, which is often more useful than the individual drives separately.
Concatenation or spanning of disks is not one of the numbered RAID levels, but it is a popular method for combining multiple physical disk drives into a single virtual disk. It provides no data redundancy. As the name implies, disks are merely concatenated together, end to beginning, so they appear to be a single large disk. It may be referred to as SPAN or BIG (meaning just the words "span" or "big", not as acronyms).
The Mac OS X 10.4 implementation – called a "Concatenated Disk Set" – does not leave the user with any usable data on the remaining drives if one drive fails in a concatenated disk set, although the disks otherwise operate as described above." END QUOTE. Source: Wikipedia, Non-Raid Drive Architectures
[..]
Consider ....
Two Identical 1500GB External FW Drives Concatenated (Spanned) together for TM backups =
• 3000GB Volume
• Data Loss if any drive fails
• Speed of 1 drive
Two identical 1500GB External FW Drives Striped for TM Backups =
• 3000GB Volume
• Data Loss if any drive fails
• 2x speed of 1 drive (roughly, I know does not scale perfectly)
Then...
Q: I might as well 2x R0 stripe my external FW drives? While I'm not super concerned about how fast my back ups are writing, I'd be happy to have them happen faster, as it would shorten the time when there is background stuff happening whle I am working. I see the same downside (loss of data in both cases) but an obvious upside to striping in this particular case. Am I missing something here? Over thinking this? Thoughts?
- Julian