/[clonezilla-sysresccd]/trunk/www/restore-burn.html
ViewVC logotype

Diff of /trunk/www/restore-burn.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 148 by sng, Thu Oct 7 14:15:52 2010 UTC revision 149 by sng, Sat Dec 11 09:41:39 2010 UTC
# Line 84  and it hides the UNSTABLE warnings. Its Line 84  and it hides the UNSTABLE warnings. Its
84  <div id="warning" align="center">  <div id="warning" align="center">
85  WARNING<br>  WARNING<br>
86  This is the UNSTABLE version of Clonezilla-SysRescCD<br>  This is the UNSTABLE version of Clonezilla-SysRescCD<br>
87  To acces our current stable version, please click <a href="../index.html">here</a>  To access our current stable version, please click <a href="../index.html">here</a>
88  </div>  </div>
89  <div id="header">  <div id="header">
90  <div id="lphp" style=""><a target="_blank" title="Display all in one long page" href="onepage.html"><img src="images/chain.png" border="0" /></a><a target="_blank" title="Display printable page" href="printable.php"><img src="images/print_it.png" border="0" /></a></div>  <div id="lphp" style=""><a target="_blank" title="Display all in one long page" href="onepage.html"><img src="images/chain.png" border="0" /></a><a target="_blank" title="Display printable page" href="printable.php"><img src="images/print_it.png" border="0" /></a></div>
# Line 92  To acces our current stable version, ple Line 92  To acces our current stable version, ple
92  <H3>Documentation: Creating a Restore DVD - Part 2</H3>  <H3>Documentation: Creating a Restore DVD - Part 2</H3>
93    <div style="margin:0; padding: 3px; width: 980; position relative;">    <div style="margin:0; padding: 3px; width: 980; position relative;">
94      <div style="position: absolute; left: 0px;"><H4>30/09/2010 - v 3.2.0</H4></div>      <div style="position: absolute; left: 0px;"><H4>30/09/2010 - v 3.2.0</H4></div>
95      <div style="position: absolute; right: 0px;"><H4>Last update: 07/10/2010</H4></div>      <div style="position: absolute; right: 0px;"><H4>Last update: 11/12/2010</H4></div>
96    </div>    </div>
97  </div>  </div>
98  <div id="linkline">  <div id="linkline">
# Line 158  That's it. You own now an automated reco Line 158  That's it. You own now an automated reco
158  I launch <b>K3b</b> and navigate to the folder where the disk image resides.<br><br>  I launch <b>K3b</b> and navigate to the folder where the disk image resides.<br><br>
159  <!--empty line-->  <!--empty line-->
160  <img src="images/k3b-01.png"><br>  <img src="images/k3b-01.png"><br>
161  I double-click the file <b>clonezilla-live-<font color="Green">Backup_5-2010_hda</font>.iso</b>.<br><br>  I double-click the file <b>clonezilla-live-<font color="Green">Backup_42-2010_sda</font>.iso</b>.<br><br>
162  <!--empty line-->  <!--empty line-->
163  <img src="images/k3b-02.png"><br>  <img src="images/k3b-02.png"><br>
164  This window allows me to choose burning settings. I don't touch <b>Image Type</b> or <b>Burn Medium</b>, because they're auto-detected anyway. The maximum burning speed allowed by the disc is 16x, so I choose speed 12x. According to <a href="http://club.myce.com/f33/high-speed-vs-low-speed-burning-69698/" target="_blank">this forum thread</a> low burning speed can decrease burning quality, so I always use speed near the maximum speed of the disc.<br><br>  This window allows me to choose burning settings. I don't touch <b>Image Type</b> or <b>Burn Medium</b>, because they're auto-detected anyway. The maximum burning speed allowed by the disc is 16x, so I choose speed 12x. According to <a href="http://club.myce.com/f33/high-speed-vs-low-speed-burning-69698/" target="_blank">this forum thread</a> low burning speed can decrease burning quality, so I always use speed near the maximum speed of the disc.<br><br>
# Line 214  The command below erases all the data on Line 214  The command below erases all the data on
214  <p>After formatting the partition or noticing that it was already FAT32, extract the ZIP archive to the root of the partition. Also these commands need root rights.</p>  <p>After formatting the partition or noticing that it was already FAT32, extract the ZIP archive to the root of the partition. Also these commands need root rights.</p>
215  <!--empty line-->  <!--empty line-->
216  <p class="newcode">mount /dev/<font color="Green">sdc1</font> /media/usb<br>  <p class="newcode">mount /dev/<font color="Green">sdc1</font> /media/usb<br>
217  unzip clonezilla-live-<font color="Green">Backup_5-2010_hdb</font>.zip -d /media/usb/</p>  unzip clonezilla-live-<font color="Green">Backup_42-2010_sdb</font>.zip -d /media/usb/</p>
218  <!--empty line-->  <!--empty line-->
219  <p><b>Note:</b> In the last command I have assumed your image file is <b>clonezilla-live-<font color="Green">Backup_5-2010_hdb</font>.zip</b>. You will have to replace this with the actual name of the file.</p>  <p><b>Note:</b> In the last command I have assumed your image file is <b>clonezilla-live-<font color="Green">Backup_42-2010_sdb</font>.zip</b>. You will have to replace this with the actual name of the file.</p>
220  <!--empty line-->  <!--empty line-->
221  <p>ZIP package contains a script to make the USB drive bootable. Let's run it. The latter of these commands needs root access.</p>  <p>ZIP package contains a script to make the USB drive bootable. Let's run it. The latter of these commands needs root access.</p>
222  <!--empty line-->  <!--empty line-->
# Line 269  Formatting erases all the data on the ta Line 269  Formatting erases all the data on the ta
269  <div id="warning" align="center">  <div id="warning" align="center">
270  WARNING<br>  WARNING<br>
271  This is the UNSTABLE version of Clonezilla-SysRescCD<br>  This is the UNSTABLE version of Clonezilla-SysRescCD<br>
272  To acces our current stable version, please click <a href="../index.html">here</a>  To access our current stable version, please click <a href="../index.html">here</a>
273  </div>  </div>
274  </body>  </body>
275  </html>  </html>

Legend:
Removed from v.148  
changed lines
  Added in v.149

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26