home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
HTPC Projects
Hardware
Storage
Server Build - FreeNAS
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="CyberSimian" data-source="post: 1153113" data-attributes="member: 141969"><p>With "striping", a file's data blocks are distributed across different physical disks. In a simple RAID system (no protection), disk A would contain blocks 0, 2, 4, ..., and disk B would contain blocks 1, 3, 5, ... So if one disk fails, you lose everything. RAID5 uses n+1 disks to contain n disks worth of data, and so can recover from one disk failure. RAID6 uses n+2 disks to contain n disks worth of data, and so can recover from two disk failures.</p><p></p><p>With Stablebit's drive pool software, a file is written entirely on a single disk, but then that file is copied to a different physical disk in the pool so that the file exists in two places. So the drive pool uses 2*n disks to contain n disks worth of data (assuming all of the disks are the same size).</p><p></p><p>A RAID5 or RAID6 system uses fewer disks to store n disks worth of data than a drive pool. However, the drive pool allows you to unplug a single disk and connect it to a different computer and access all of the files on it (since it is a simple NTFS disk containing complete files); you cannot do that with a RAID disk (since each file is distributed over multiple disks).</p><p></p><p></p><p>With two 2TB disks in the pool, and file duplication for all files, you would have 2TB of usable space (effectively, the second drive becomes an image of the first).</p><p></p><p>-- from CyberSimian in the UK</p></blockquote><p></p>
[QUOTE="CyberSimian, post: 1153113, member: 141969"] With "striping", a file's data blocks are distributed across different physical disks. In a simple RAID system (no protection), disk A would contain blocks 0, 2, 4, ..., and disk B would contain blocks 1, 3, 5, ... So if one disk fails, you lose everything. RAID5 uses n+1 disks to contain n disks worth of data, and so can recover from one disk failure. RAID6 uses n+2 disks to contain n disks worth of data, and so can recover from two disk failures. With Stablebit's drive pool software, a file is written entirely on a single disk, but then that file is copied to a different physical disk in the pool so that the file exists in two places. So the drive pool uses 2*n disks to contain n disks worth of data (assuming all of the disks are the same size). A RAID5 or RAID6 system uses fewer disks to store n disks worth of data than a drive pool. However, the drive pool allows you to unplug a single disk and connect it to a different computer and access all of the files on it (since it is a simple NTFS disk containing complete files); you cannot do that with a RAID disk (since each file is distributed over multiple disks). With two 2TB disks in the pool, and file duplication for all files, you would have 2TB of usable space (effectively, the second drive becomes an image of the first). -- from CyberSimian in the UK [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
HTPC Projects
Hardware
Storage
Server Build - FreeNAS
Contact us
RSS
Top
Bottom