* Added DriveSetup documentation. What came with my last commit wasn't actually

intended to be committed... :)

+alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32941 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Joachim Seemer 2009-09-05 12:40:08 +00:00
parent da8e23bf4c
commit 4ee01309e8
5 changed files with 19 additions and 5 deletions

View File

@ -86,7 +86,7 @@ Otherwise, uninstalling is simply done by deleting the application's folder.</p>
<tr><td style="width:24px;"><img src="../images/apps-images/diskusage-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/diskusage.html">DiskUsage</a></td><td>&#160;</td>
<td valign="top">A tool to visualize a disk's memory usage.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/drivesetup-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/drivesetup.html">DriveSetup</a></td><td>&#160;</td>
<td valign="top"><span style="color:silver">A harddisk partitioning tool. [<i>still missing</i>]</span></td></tr>
<td valign="top">A harddisk partitioning tool.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/expander-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/expander.html">Expander</a></td><td>&#160;</td>
<td valign="top">A tool to unpack common archives.</td></tr>
<tr><td style="width:24px;"><img src="../images/apps-images/icon-o-matic-icon_16.png" alt="icon" width="16" height="16" /></td><td><a href="applications/icon-o-matic.html">Icon-O-Matic</a></td><td>&#160;</td>

View File

@ -46,11 +46,25 @@ width="64" height="64" />DriveSetup</h1>
<p><br/></p>
<p>DriveSetup is a tool to create, delete and initialize partitions. At this time it can't resize or move existing partitions, so that you'll either need an unpartitioned volume (perhaps an external USB drive or another harddisk) or do the initial setup with a tool like the <a href="http://gparted.sourceforge.net/livecd.php">GParted LiveCD</a> to provide the space for another partition.</p>
<img src="../images/apps-images/drivesetup.png" alt="drivesetup.png" />
<p>At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the widget that appears in that case in front of that device to see the details of every logical partition.</p>
<p>You can mount and unmount volumes from the <span class="menu">Partition</span> menu.</p>
<p>At the top is a graphical representation of all partitions inside the device chosen in the list below it. Besides a maximum of 4 primary partitions, each of those can contain a number of extended/logical partitions. You may have to expand such a list with the +/- widget that appears in that case in front of the device to see the details of every logical partition.</p>
<p>You can select a partition from the list and mount and unmount them with the commands in the <span class="menu">Partition</span> menu or by pressing <span class="key">ALT</span>&#160;<span class="key">M</span> or <span class="key">ALT</span>&#160;<span class="key">U</span>.</p>
<p>You can also completely delete a partition with <span class="menu">Partition|Delete</span>.<br />
Which brings us to this:</p>
<div class="box-stop">Dealing with creating, deleting or initializing partitions is very dangerous business. Always check twice to be sure you're working with the right one and always keep an up-to-date backup of your data in case something goes wrong!</div>
<h1>
<a href="#logo"><img src="../../images/up.png" align="right" alt="index" border="0" class="noprint" /></a>Creating a new partition</h1>
<p>When you found unformatted space on a drive, like the above <tt>&lt;empty&gt;</tt>, you can create a new partition in this space with <span class="menu">Partition|Create...</span>(<span class="key">ALT</span>&#160;<span class="key">C</span>).</p>
<img src="../images/apps-images/drivesetup-create.png" alt="drivesetup-create.png" />
<p>You're prompted with this dialog that lets you adjust the partition size and type. Choose <span class="menu">Be File System</span> if you want to use the partition for an Haiku installation or if you want to use all the interesting Haiku features with it, like attributes and queries. Note, that other operating systems might not be able to access such a partition.</p>
<p>Before you can use, or even mount the newly created partition, it has to be initialized with a filesystem.</p>
<h1>
<a href="#logo"><img src="../../images/up.png" align="right" alt="index" border="0" class="noprint" /></a>Initializing a partition</h1>
<p>Only unmounted partitions can be initialized by using the <span class="menu">Partition|Initialize</span> menu.</p>
<img src="../images/apps-images/drivesetup-initialize.png" alt="drivesetup-initialize.png" />
<p>Here you set the name for the partition and it's blocksize. 2048 bytes per block are recommended, but you can choose larger or smaller sizes if you have these very specific needs.</p>
</div>
<!--
<div class="bottomnav">
<p>
«&#160;&#160;<a href="diskusage.html">DiskUsage</a>
@ -60,6 +74,6 @@ width="64" height="64" />DriveSetup</h1>
<a href="expander.html">Expander</a>&#160;&#160;»
</p>
</div>
-->
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB