<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>disParity: Recent Posts</title>
<link>http://www.vilett.com/disParity/forum/</link>
<description>disParity: Recent Posts</description>
<language>en</language>
<pubDate>Sat, 19 May 2012 03:28:15 +0000</pubDate>

<item>
<title>Neostim on "64 bit"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=148#post-834</link>
<pubDate>Mon, 14 May 2012 04:46:12 +0000</pubDate>
<dc:creator>Neostim</dc:creator>
<guid isPermaLink="false">834@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I too would like this feature :)
&#60;/p&#62;</description>
</item>
<item>
<title>freehand on "64 bit"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=148#post-833</link>
<pubDate>Sun, 22 Apr 2012 15:18:02 +0000</pubDate>
<dc:creator>freehand</dc:creator>
<guid isPermaLink="false">833@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I would find this feature really useful. Going to .NET 4.0 is fine with me. The install is pretty small.
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "64 bit"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=148#post-832</link>
<pubDate>Wed, 04 Apr 2012 11:03:57 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">832@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I'm still trying to work out how to make this change available without making it too easy for people to accidentally crush their servers with too much VM use.&#60;/p&#62;
&#60;p&#62;As for memory usage during snapshot creation, I'm not sure how a setting there would help.  Snapshot creation (i.e. the &#34;create&#34; command) performance is limited by disk speed.  Having more RAM available wouldn't help in any way that I can see.
&#60;/p&#62;</description>
</item>
<item>
<title>Satsuki on "64 bit"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=148#post-831</link>
<pubDate>Wed, 04 Apr 2012 09:46:39 +0000</pubDate>
<dc:creator>Satsuki</dc:creator>
<guid isPermaLink="false">831@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;i'm realy waiting for it.&#60;br /&#62;
as for the 32bits version, it would be cool to be able to set a memory size for disparity to use to improve snapshot creation ^^&#60;/p&#62;
&#60;p&#62;thanks for this great software
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "64 bit"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=148#post-830</link>
<pubDate>Wed, 08 Feb 2012 10:14:37 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">830@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I recently upgraded my media server to a 64 bit OS, and also increased the RAM to 4GB (the most the aging mobo will support.)&#60;/p&#62;
&#60;p&#62;An area where disParity can benefit from 64 bits and the extra virtual memory available is the temp file it generates while processing a file.  In order to minimize the risk of parity corruption due to an unexpected failure, parity changes due to an add or delete are written to a temp file first, and then flushed to the parity set after the add or delete is finished.  For small files (typically less than 1GB) disParity currently uses a memory buffer for this temp file, but for larger files, it has no choice but to write it to disk, and then read it back from disk and write it to parity, which significantly slows down parity updates for large files.&#60;/p&#62;
&#60;p&#62;I've tinkered with the code a bit, and tried switching the &#34;memory buffer&#34; implementation to one using memory mapped files instead.  It seems to provide a dramatic improvement to parity updates for the cases where it would have previously used an on-disk temp file.&#60;/p&#62;
&#60;p&#62;Is this something any current disParity users on 64 bit out there would find useful?  There are a couple of drawbacks I know of:&#60;/p&#62;
&#60;p&#62;1) The change requires updating to version 4 of the .NET runtime, which is where MS added support for memory mapped files.  Not a huge deal, but I liked the fact that previously disPariity only required version 2, which just about everyone has these days.&#60;/p&#62;
&#60;p&#62;2) It's hard for disParity to know how big a memory mapped file it can get away with.  This is a function of the amount of RAM in the machine and how much of it is currently available for the file.  If disParity tries to create a memory mapped file that is too large, it will work, but system performance slows to an absolute crawl.  Ultimately, the &#34;max&#34; size for the temp file is something that the user will have to tune, which is not very user friendly, unless I can come up with some other way to figure this out automatically.&#60;/p&#62;
&#60;p&#62;-Roland
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Windows 8 storage spaces"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=147#post-829</link>
<pubDate>Sun, 22 Jan 2012 19:40:58 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">829@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;OK, whew!
&#60;/p&#62;</description>
</item>
<item>
<title>BlkKnight on "Windows 8 storage spaces"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=147#post-828</link>
<pubDate>Sat, 21 Jan 2012 20:19:28 +0000</pubDate>
<dc:creator>BlkKnight</dc:creator>
<guid isPermaLink="false">828@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;There's no 10TB limit.  It's just the logical size chosen for the example.  From the MSDN post:&#60;/p&#62;
&#60;p&#62;&#34;...subject to its maximum logical size of 10TB. If needed, you can certainly also increase the maximum logical size of a space.&#34;&#60;/p&#62;
&#60;p&#62;-BK
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Windows 8 storage spaces"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=147#post-827</link>
<pubDate>Sat, 21 Jan 2012 09:23:29 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">827@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;10TB limit?  I already have more than that now on my media server.&#60;/p&#62;
&#60;p&#62;Strange that a next-gen technology like that would have such a modest limit by today's standards.
&#60;/p&#62;</description>
</item>
<item>
<title>PCWiz on "Windows 8 storage spaces"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=147#post-826</link>
<pubDate>Tue, 17 Jan 2012 14:33:29 +0000</pubDate>
<dc:creator>PCWiz</dc:creator>
<guid isPermaLink="false">826@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;As much as I would like to play with this new Windows 8 feature (Storage Spaces) it does not look like it was release in the Windows 8 developer preview. But it does not look like we’ll have to wait long to see it and play with it as it is supposed to be part of the Windows 8 public Beta, which is due out late February 2012 as per toms hardware:&#60;br /&#62;
&#60;a href=&#34;http://www.tomshardware.com/news/Microsoft-Windows-8-Windows-Store-Public-Beta-Metro,14195.html&#34; rel=&#34;nofollow&#34;&#62;http://www.tomshardware.com/news/Microsoft-Windows-8-Windows-Store-Public-Beta-Metro,14195.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here is a link to the MSDN Blog “An inside look from the Windows engineering team” detailing some of the features and of Storage Spaces.&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/b/b8/archive/2012/01/05/virtualizing-storage-for-scale-resiliency-and-efficiency.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is definitely something on my radar of things to watch for once the Windows 8 Beta is out.
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Windows 8 storage spaces"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=147#post-825</link>
<pubDate>Wed, 11 Jan 2012 10:15:45 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">825@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I just upgraded to Windows 7! :)
&#60;/p&#62;</description>
</item>
<item>
<title>rust0r on "Show all drives as one?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=59&#038;page=2#post-824</link>
<pubDate>Sat, 07 Jan 2012 19:11:54 +0000</pubDate>
<dc:creator>rust0r</dc:creator>
<guid isPermaLink="false">824@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;For anyone still looking something like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html&#34; rel=&#34;nofollow&#34;&#62;http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Link Shell Extension, works great for grouping all of my various TV Show drives into one.&#60;/p&#62;
&#60;p&#62;Thanks for everyone hard work on other release projects
&#60;/p&#62;</description>
</item>
<item>
<title>Phatty2x4 on "Windows 8 storage spaces"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=147#post-823</link>
<pubDate>Fri, 06 Jan 2012 13:02:25 +0000</pubDate>
<dc:creator>Phatty2x4</dc:creator>
<guid isPermaLink="false">823@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;anyone had a chance to play with these yet?
&#60;/p&#62;</description>
</item>
<item>
<title>freehand on "Option to skip small files (feature request)?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=103#post-822</link>
<pubDate>Sat, 03 Sep 2011 17:21:56 +0000</pubDate>
<dc:creator>freehand</dc:creator>
<guid isPermaLink="false">822@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Roland any update on this? I am now facing this problem as well. Some sort of filter to exclude matching files would be great!&#60;/p&#62;
&#60;p&#62;For now I have made a small program to hide all .jpg, .nfo files before disParity runs and then unhides them after. &#60;/p&#62;
&#60;p&#62;Something built into disParity would be awesome tho!
&#60;/p&#62;</description>
</item>
<item>
<title>Phatty2x4 on "Speed issues"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=145#post-821</link>
<pubDate>Thu, 28 Jul 2011 19:34:46 +0000</pubDate>
<dc:creator>Phatty2x4</dc:creator>
<guid isPermaLink="false">821@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Not only obsolete, it's almost not worth the hassle to sell on e-bay. I pretty much just give the drives away anymore.
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Speed issues"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=145#post-820</link>
<pubDate>Thu, 28 Jul 2011 09:28:40 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">820@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Glad to hear you got it resolved.&#60;/p&#62;
&#60;p&#62;Personally I've been pulling out my 750GB drives and replacing them with 2TB drives.  I can't believe a drive I only bought 3 years ago is already obsolete.
&#60;/p&#62;</description>
</item>
<item>
<title>Phatty2x4 on "Speed issues"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=145#post-819</link>
<pubDate>Wed, 27 Jul 2011 18:40:45 +0000</pubDate>
<dc:creator>Phatty2x4</dc:creator>
<guid isPermaLink="false">819@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Looks like it was some issue with one of the drives I was using. Individually, I couldn't find any error. Sting the drives together and they would crawl to a halt.&#60;/p&#62;
&#60;p&#62;To be safe, I upgraded my drives to bigger size and ended up reducing the amount of needed drives by three.&#60;/p&#62;
&#60;p&#62;Now everything is back to normal.
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Parity creation with changing files?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=146#post-818</link>
<pubDate>Tue, 31 May 2011 16:25:41 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">818@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;The biggest risk is from a file changing while disParity is reading it.  That will cause unpredictable behavior and almost certainly recovery issues later.  &#60;/p&#62;
&#60;p&#62;If a file changes after disParity has already added it to parity, that should be okay, although a proper recovery won't be possible until a subsequent &#34;update&#34; is run to pick up the changes.&#60;/p&#62;
&#60;p&#62;However, if a file changes *after* the create/update has begun, but *before* disParity reads it, there could possibly be issues (since the file attributes captured at the start have since changed by the time disParity reads it.)  It's hard for me to predict exactly what will happen here, I'd have to stare at code for a while.  Suffice it to say, I cannot guarantee that this will work.
&#60;/p&#62;</description>
</item>
<item>
<title>chiggyman on "Parity creation with changing files?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=146#post-817</link>
<pubDate>Tue, 31 May 2011 10:16:35 +0000</pubDate>
<dc:creator>chiggyman</dc:creator>
<guid isPermaLink="false">817@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I've been using DisParity for some time now, but recently due to hard drive re arragements i've decided to include a drive that's more frequently updated in the parity. During the original parity creation (of 7TB ish) it's hard to ensure this drive doesn't have any changes.&#60;br /&#62;
If the drive does have any changes while the parity is being written, will this cause problems upon recovery? Or will an update command after the initial creation bring it back in line?
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Speed issues"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=145#post-816</link>
<pubDate>Tue, 24 May 2011 10:42:45 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">816@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Very strange that the times would change that much. I can't explain it.  My only guess is that perhaps one of your drives is developing issues which could be reducing the throughput from that drive, but I admit that's a long shot.
&#60;/p&#62;</description>
</item>
<item>
<title>Phatty2x4 on "Speed issues"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=145#post-815</link>
<pubDate>Tue, 24 May 2011 05:45:12 +0000</pubDate>
<dc:creator>Phatty2x4</dc:creator>
<guid isPermaLink="false">815@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I use Windows XP as my NAS. I have a few TB of data.&#60;/p&#62;
&#60;p&#62;Normally, when I create a new parity set, it will take roughly 7 to 8 hours.&#60;/p&#62;
&#60;p&#62;I did a lot of house work on the nas and decided this would be a great time to recreate the whole protection parity from scratch.&#60;/p&#62;
&#60;p&#62;I still have the same amount of data (give or take just a few 100 gigs). This time it took close to 36 hours to complete.&#60;/p&#62;
&#60;p&#62;Nothing has changed on my systems from the last time I created the parity except for new system patches.&#60;/p&#62;
&#60;p&#62;Has anyone run in to this?
&#60;/p&#62;</description>
</item>
<item>
<title>tahngarth on "Recover the config file?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=144#post-814</link>
<pubDate>Mon, 16 May 2011 12:26:11 +0000</pubDate>
<dc:creator>tahngarth</dc:creator>
<guid isPermaLink="false">814@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Thanks Roland!&#60;br /&#62;
I tried that and it mostly worked.  I was able to recover 70% of the files, the rest failed the hash check ( I checked some text files, complete garbage ).  I think part of the problem is all of a sudden a few files on other drives are being detected as changed.  I presume somehow the file got corrupted.  I run updates every night, so I'm not sure what happened.  &#60;/p&#62;
&#60;p&#62;Regardless, awesome piece of software.  This is now the second time it has saved me time and heartache!  Now to find something to protect that pesky windows drive.
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Recover the config file?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=144#post-813</link>
<pubDate>Mon, 16 May 2011 10:36:45 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">813@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Possibly!  &#60;/p&#62;
&#60;p&#62;What you'll need to reconstruct yourself is that the roots were of all the data drives.  The parity meta data deliberately does not store the root of the drive (this allows you to do some tricky things like move drives around in your array and avoid having to do any parity recalculation if you just update your config file correctly to represent the new arrangement.)&#60;/p&#62;
&#60;p&#62;I assume that if you saw what the file names were on each of the data drives, you could figure out what the roots were again, either from inspecting your remaining data drives, or from memory in the case of the one lost partition?&#60;/p&#62;
&#60;p&#62;You can open the meta data files (files0.dat, files1.dat, etc.) in a binary file editor, and you should be able to see text file names of the files on that drive.&#60;/p&#62;
&#60;p&#62;So for example if you open files0.dat and you see some .mkv files in there that you know are on the G: drive, then you know data1 must be G:\.  The only possibly confusing thing is you have to remember that &#34;data1&#34; in the config.txt corresponds to files0.dat, &#34;data2&#34; is files1.dat, etc.&#60;/p&#62;
&#60;p&#62;-Roland
&#60;/p&#62;</description>
</item>
<item>
<title>tahngarth on "Recover the config file?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=144#post-812</link>
<pubDate>Sat, 14 May 2011 13:16:10 +0000</pubDate>
<dc:creator>tahngarth</dc:creator>
<guid isPermaLink="false">812@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I lost a hard drive, one partition had data protected by disparity, the other partition had windows, where the config file was at.  I have no recent back up of the windows partition (sigh, stupid me), so is there any way to figure out the config based on the parity data?
&#60;/p&#62;</description>
</item>
<item>
<title>protovision on "GUI: DisParity Storage Manager"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=57&#038;page=2#post-811</link>
<pubDate>Wed, 04 May 2011 06:47:49 +0000</pubDate>
<dc:creator>protovision</dc:creator>
<guid isPermaLink="false">811@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;thanks for the info Roland!&#60;/p&#62;
&#60;p&#62;I thought the temp size and folder were used to create/hold the 1GB parity 'chunk', so 1.2GB would be big enough, oh well.
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "GUI: DisParity Storage Manager"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=57&#038;page=2#post-810</link>
<pubDate>Tue, 03 May 2011 09:40:41 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">810@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I don't use DSM...but as for the temp RAM setting, that is only used when the files being processed are smaller than the RAM setting.  If they are larger, disk must be used instead for the temp storage.&#60;/p&#62;
&#60;p&#62;If you are pointing your temp folder to a disk with only 1.5GB free, and then processing files that are 8-20GB each, that will NOT work!!!  You should be seeing errors in your disParity output if this is the case.  &#60;/p&#62;
&#60;p&#62;The purpose of the temp stuff is to avoid parity corruption due to errors with processing any one file.  Per file, all modified parity is stored in a temp location until the entire file has been processed, then it is flushed to the real parity at the end.  Smaller files can use RAM for this temp storage, but the temp storage for larger files must be placed on disk.
&#60;/p&#62;</description>
</item>
<item>
<title>protovision on "GUI: DisParity Storage Manager"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=57&#038;page=2#post-809</link>
<pubDate>Tue, 03 May 2011 06:20:37 +0000</pubDate>
<dc:creator>protovision</dc:creator>
<guid isPermaLink="false">809@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;hey all,&#60;/p&#62;
&#60;p&#62;I'm having an issue with DSM, it seems to ignore the options I set:&#60;/p&#62;
&#60;p&#62;- change temp ram (1200)&#60;br /&#62;
- change temp folder (e:\temp, 1.5 GB ramdisk)&#60;br /&#62;
- show worker&#60;/p&#62;
&#60;p&#62;when I set these, and then display options again, it has reset my selection.  Also, my hidden files are ignored even though the checkbox is clear, and I don't see the effects of 'show worker', if its suppose to show something.&#60;/p&#62;
&#60;p&#62;anyone else?&#60;/p&#62;
&#60;p&#62;Also, how is the TEMP RAM and TEMP Folder used? I have them assigned as 1200MB and pointing to a 1.5GB ramdisk.  The files I'm protecting are usually 8-20GB each. Is setting the ram high and pointing to a ramdisk helpful?&#60;/p&#62;
&#60;p&#62;system:&#60;br /&#62;
win7 x64, asus p5b-vm, 4x2TB data, 1x2TB parity (esata)&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Basic Vs Dynamic Disks"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=135#post-800</link>
<pubDate>Tue, 15 Mar 2011 17:33:00 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">800@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;disParity is not aware of whether a disk is basic or dynamic; it does not operate on drives at that level.  It operates at the file system level.  So I don't see any reason why you would need to convert your dynamic disks back to basic ones.&#60;/p&#62;
&#60;p&#62;As to your second question, it depends on how your data has changed.  If only new files have been added since your last update, then only the newly added file(s) at are at risk of loss should a drive fail; all older data is safe.  However, if existing files have been edited or deleted since the last update, then you are definitely in danger of not being able to perform a full restore should a drive fail.  It depends on how much of the failed drive overlaps with the missing or changed files in the parity set.
&#60;/p&#62;</description>
</item>
<item>
<title>Duff26 on "Basic Vs Dynamic Disks"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=135#post-799</link>
<pubDate>Tue, 15 Mar 2011 13:07:11 +0000</pubDate>
<dc:creator>Duff26</dc:creator>
<guid isPermaLink="false">799@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I just got rid of my software raid but now some disks are basic and some are dynamic.  I cannot convert back to basic unless I format the drives which I would prefer not to.  Does disParity have any problem with the differences in drive configurations like that?  Also I understand that there is a parity disk and the parity is stored there, but what if multiple drives change data and disParity has not scanned and one of the disks fails.  Will the disk be brought back to the previous state when scanned or be corrupt because the parity calculated does not match the new data on some of the other drives?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Should deletes reduce the parity footprint?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=134#post-798</link>
<pubDate>Thu, 24 Feb 2011 17:09:14 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">798@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;No, deletes will not change the size of previously generated parity, but they do leave &#34;holes&#34; in the parity files that will be filled by later adds on that same drive, if they can fit.&#60;/p&#62;
&#60;p&#62;To reduce the total parity size after a delete, disParity would have to perform the equivalent of defragmentation pass on the entire parity set, which would be prohibitively expensive.&#60;/p&#62;
&#60;p&#62;If you *really* want the parity size to reduce after deleting a lot of files, you can always run the &#34;create&#34; command again and build a new parity set.
&#60;/p&#62;</description>
</item>
<item>
<title>airjrdn on "Should deletes reduce the parity footprint?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=134#post-797</link>
<pubDate>Thu, 24 Feb 2011 13:47:48 +0000</pubDate>
<dc:creator>airjrdn</dc:creator>
<guid isPermaLink="false">797@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;I've been testing disParity lately and noticed that when I deleted ~25G of data from my largest dataX, the total size of the parity store didn't decrease.  Should it have?&#60;/p&#62;
&#60;p&#62;For example, I have the following config:&#60;/p&#62;
&#60;p&#62;parity=G:\&#60;/p&#62;
&#60;p&#62;data1=H:\&#60;br /&#62;
data2=I:\&#60;br /&#62;
data3=J:\&#60;br /&#62;
data4=K:\&#60;br /&#62;
data5=L:\&#60;br /&#62;
data6=P:\&#60;br /&#62;
data7=U:\&#60;br /&#62;
data8=D:\Images\&#60;/p&#62;
&#60;p&#62;G, H, and I are 1TB drives, the rest are smaller.  H had the most data, with only a couple of GBs free.  G probably had 30G or so free.&#60;/p&#62;
&#60;p&#62;I ran a create, and a day and a half or so later, it was done (G is an external USB drive, so that was probably the bottleneck).  The amount of free space on G was pretty close to the same as H.&#60;/p&#62;
&#60;p&#62;After that, I deleted 25G or so from H and ran an update.  I assumed the free space on G would increase, but it didn't.  Should it have?
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "Multiple Parity Configuration?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=110#post-796</link>
<pubDate>Thu, 24 Feb 2011 10:58:43 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">796@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Glad to hear it worked out!
&#60;/p&#62;</description>
</item>
<item>
<title>paxtrix on "Multiple Parity Configuration?"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=110#post-795</link>
<pubDate>Wed, 23 Feb 2011 14:50:25 +0000</pubDate>
<dc:creator>paxtrix</dc:creator>
<guid isPermaLink="false">795@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Well Roland you were correct! I balanced my WHS drives with a little utility and processed a new parity drive without a hitch. Instead of taking approximately 10 days to complete as it did my 1st time by running the update command to add each drive individually, it took just a minute shy of 24 hrs. Needless to say I was ecstatic that all 14 2tb drives process simultaneously as requested without crashing. I will continue to process two parity drives for redundancy or until I need the extra 2tb for the media server.  I’ll state it once again, you’ve created a straightforward program that’s just simple to use and understand! For that my friend, I am grateful… Thanks again!!
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "disParity Efficiency"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=133#post-794</link>
<pubDate>Wed, 23 Feb 2011 14:15:12 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">794@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;No, there is no maximum number of drives.  That's a common point of confusion.  I've explained it here on the forum before although I can't find the post at the moment.&#60;/p&#62;
&#60;p&#62;The key point is this: disParity recovers a lost drive by using the parity drive combined with *all the other drives used in the backup*.&#60;/p&#62;
&#60;p&#62;This works because parity can be calculated on any number of bits.  You add them all up, and you either get an even or an odd number at the end, and represent that with a 0 or a 1.  Later on, if one of the bits goes missing (i.e. a drive crashes) you can figure it out again using all the other bits and the parity (even/odd) bit.  This works no matter how many original bits there are.
&#60;/p&#62;</description>
</item>
<item>
<title>Duff26 on "disParity Efficiency"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=133#post-793</link>
<pubDate>Wed, 23 Feb 2011 13:37:09 +0000</pubDate>
<dc:creator>Duff26</dc:creator>
<guid isPermaLink="false">793@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;Yes, thank you.  I worded the question poorly.  I will probably have four 2 TB drives together so I can use one for the parity.  There seems like there should be a maximum of how many drives though.  If I connect 10 2TB drives how will one 2TB be able to generate 2TB worth of data?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Roland on "disParity Efficiency"</title>
<link>http://www.vilett.com/disParity/forum/topic.php?id=133#post-792</link>
<pubDate>Wed, 23 Feb 2011 12:53:09 +0000</pubDate>
<dc:creator>Roland</dc:creator>
<guid isPermaLink="false">792@http://www.vilett.com/disParity/forum/</guid>
<description>&#60;p&#62;When you say efficiency, are you referring to how much extra disk space is used?&#60;/p&#62;
&#60;p&#62;To work the best, disParity requires exclusive use of one extra drive that is as large as the largest drive in your array.  For example, say you have 5 drives to protect: two 1TB drives, two 1.5TB drives, and one 2TB drive.  You'll need one extra 2TB drive in order to protect all of your data from a single drive failure using disParity.&#60;/p&#62;
&#60;p&#62;It doesn't matter how many data drives you have, only one extra drive is ever needed.&#60;/p&#62;
&#60;p&#62;disParity makes no modifications to your data drives and does not alter the way your data files are stored in any way.&#60;/p&#62;
&#60;p&#62;Hope that clears things up!
&#60;/p&#62;</description>
</item>

</channel>
</rss>

