<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/ddrivewrite/home/Home/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 31 Oct 2011 02:04:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ddrivewrite/home/Home/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -1,6 +1,6 @@
 [[project_admins]]
 
-DDriveWrite is a C#.Net utility designed to facilitate the reading and writing of drive images to a physical drive. General applications would be to write out a bootable USB image file to a physical USB drive, or perhaps backing up as an image physical drives. DDriveWrite allows you to select a physical device (usually a USB drive but other kinds of drives are theoretically possible), and any file (usually a disk image but anything can be potentially used) and will write that files contents to the disk as best it can. Or in read mode, read the drive 1:1 starting at sector 0 to the file. As this utilitycan write to the start of the drive, any existing boot records or partition information will be overwritten within moments.
+DDriveWrite is a C#.Net utility designed to facilitate the reading and writing of drive images to a physical drive. General applications would be to write out a bootable USB image file to a physical USB drive, or perhaps backing up as an image physical drives. DDriveWrite allows you to select a physical device (usually a USB drive but other kinds of drives are theoretically possible), and any file (usually a disk image but anything can be potentially used) and will write that files contents to the disk as best it can. Or in read mode, read the drive 1:1 starting at sector 0 to the file. As this utility can write to the start of the drive, any existing boot records or partition information will be overwritten within moments.
 
 Exercise caution in using this utility.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Mon, 31 Oct 2011 02:04:08 -0000</pubDate><guid>https://sourceforge.net0811713cd690b00aceafc447621ab8d2720b7571</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -1,13 +1,13 @@
 [[project_admins]]
 
-DDriveWrite is a C#.Net utility designed to facilitate the writing out of drive images to a physical drive. General applications would be to write out a bootable USB image file to a physical USB drive. DDriveWrite allows you to select a physical device (usually a USB drive but other kinds of drives are theoretically possible), and any file (usually a disk image but anything can be potentially used) and will write that files contents to the disk as best it can. This is a direct 1:1 write to the start of the drive, any existing boot records or partition information will be overwritten within moments.
-
+DDriveWrite is a C#.Net utility designed to facilitate the reading and writing of drive images to a physical drive. General applications would be to write out a bootable USB image file to a physical USB drive, or perhaps backing up as an image physical drives. DDriveWrite allows you to select a physical device (usually a USB drive but other kinds of drives are theoretically possible), and any file (usually a disk image but anything can be potentially used) and will write that files contents to the disk as best it can. Or in read mode, read the drive 1:1 starting at sector 0 to the file. As this utilitycan write to the start of the drive, any existing boot records or partition information will be overwritten within moments.
+
 Exercise caution in using this utility.
 
 By default the software will only allow selection of removable disks (generally but not always excluding the boot volume). This restriction can be removed by holding control+shift and double clicking in the body of the application.
 
 Again, this software will overwrite filesystem critical information very quickly. Be cautious that you are absolutely sure you have selected the correct drive before use.
 
-This is still a very early project and work in progress.
+This is still a very early project and work in progress. New features like use of null sources (all zero writes to either file or drive), and write lengths will be added in the near future.
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Mon, 31 Oct 2011 02:02:05 -0000</pubDate><guid>https://sourceforge.netc0b1ea53b4fab24907a1628029c102063f016be2</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -8,6 +8,6 @@
 
 Again, this software will overwrite filesystem critical information very quickly. Be cautious that you are absolutely sure you have selected the correct drive before use.
 
-There also appears to be a bug when using very small source files to write from. This is still a very early project and work in progress.
+This is still a very early project and work in progress.
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Mon, 03 Oct 2011 22:54:27 -0000</pubDate><guid>https://sourceforge.net9237c36eb0910b69e88b73ea0be5d3d147e542aa</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -8,4 +8,6 @@
 
 Again, this software will overwrite filesystem critical information very quickly. Be cautious that you are absolutely sure you have selected the correct drive before use.
 
+There also appears to be a bug when using very small source files to write from. This is still a very early project and work in progress.
+
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Sat, 01 Oct 2011 06:30:28 -0000</pubDate><guid>https://sourceforge.neta863da434dcebca86a99c237f628a69ab93cb714</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -4,6 +4,8 @@
 
 Exercise caution in using this utility.
 
-By default the software will only allow selection of removable disks. This restriction can be removed by holding control+shift and double clicking in the body of the application.
+By default the software will only allow selection of removable disks (generally but not always excluding the boot volume). This restriction can be removed by holding control+shift and double clicking in the body of the application.
+
+Again, this software will overwrite filesystem critical information very quickly. Be cautious that you are absolutely sure you have selected the correct drive before use.
 
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Sat, 01 Oct 2011 03:44:20 -0000</pubDate><guid>https://sourceforge.net2aa6c7234cc84210d1dfff5b10a9a948a0c97130</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -3,4 +3,7 @@
 DDriveWrite is a C#.Net utility designed to facilitate the writing out of drive images to a physical drive. General applications would be to write out a bootable USB image file to a physical USB drive. DDriveWrite allows you to select a physical device (usually a USB drive but other kinds of drives are theoretically possible), and any file (usually a disk image but anything can be potentially used) and will write that files contents to the disk as best it can. This is a direct 1:1 write to the start of the drive, any existing boot records or partition information will be overwritten within moments.
 
 Exercise caution in using this utility.
+
+By default the software will only allow selection of removable disks. This restriction can be removed by holding control+shift and double clicking in the body of the application.
+
 [[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Sat, 01 Oct 2011 03:41:11 -0000</pubDate><guid>https://sourceforge.nete2e596a24ad141d3dd108c95044ed4d7e0c228f3</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,5 +1,6 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/ddrivewrite/home/markdown_syntax/) syntax.
+[[project_admins]]
+
+DDriveWrite is a C#.Net utility designed to facilitate the writing out of drive images to a physical drive. General applications would be to write out a bootable USB image file to a physical USB drive. DDriveWrite allows you to select a physical device (usually a USB drive but other kinds of drives are theoretically possible), and any file (usually a disk image but anything can be potentially used) and will write that files contents to the disk as best it can. This is a direct 1:1 write to the start of the drive, any existing boot records or partition information will be overwritten within moments.
+
+Exercise caution in using this utility.
+[[download_button]]
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Thu, 29 Sep 2011 07:12:02 -0000</pubDate><guid>https://sourceforge.net2157e553da7ef357ae9bf7c5ff90053a47bce873</guid></item><item><title>WikiPage Home modified by Ashley C.</title><link>https://sourceforge.net/p/ddrivewrite/home/Home/</link><description>Welcome to your wiki!

This is the default page, edit it as you see fit. To add a page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses [Markdown](/p/ddrivewrite/home/markdown_syntax/) syntax.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ashley C.</dc:creator><pubDate>Thu, 29 Sep 2011 06:59:55 -0000</pubDate><guid>https://sourceforge.netaf239a8fc951fba988bd284704797c84d051e6e5</guid></item></channel></rss>