<div class="gmail_quote">On Tue, Apr 13, 2010 at 1:13 PM, Thomas C Gilliard <span dir="ltr">&lt;<a href="mailto:satellit@bendbroadband.com">satellit@bendbroadband.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">




  

<div bgcolor="#ffffff" text="#000000">...<br></div></blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

 </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff" text="#000000">
* installed SugarClone via wget to /mnt/live/<br>
(still using already installed 3 files from previous DL)<br></div></blockquote><div> </div><div>The older modified_livecd-iso-to-disk was used.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div bgcolor="#ffffff" text="#000000">
1-)<br>
command: /mnt/live/SugarClone<br>
<br>
It found my 4GB SD  in drive /dev/sdd1 <br>
from the booted USB /dev/sdc1<br>
 worked and found cardreader SD as only device<br>
but had error message about permissions for ssd files (2) <br>
It went on to do successful install to SD.<br></div></blockquote><div><br></div><div>More testing with SD devices is needed.</div><div><br></div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

 ...</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

 </blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div bgcolor="#ffffff" text="#000000">
3-) used resulting USB to write to new SD it could not find /dev/sdd1<br>
looked for /dev/sde1<br>
<br>
4-) did wget of modified_livecd-iso-to-disk (new version)<br>
used new 2GB SD formatted fat16 boot flag<br>
error: /dev/sde1 /media/target.xxxxx<br>
mount: you must specify the file system type..<br>
exit clean<br>
......<br>
exit 1<br>
<br>
questions: <br>
Are there a new and old version of the modified_livecd-iso-to-disk 
script?<br></div></blockquote><div><br></div><div>Yes, changes were made to the usage() function (option --help) and other error or help messages.  Also fixed some bugs with the --skipcopy option.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div bgcolor="#ffffff" text="#000000">
what is happening here?</div></blockquote><div><br></div><div>Just guessing that mounting is easier when the volume is registered in the file system table in /etc/fstab (<a href="http://en.wikipedia.org/wiki/Fstab">http://en.wikipedia.org/wiki/Fstab</a>), and that may have differed.</div>

<div><br></div><div>From the SugarClone file,</div><div><br></div><div><div>    OPTIONS</div><div><br></div><div>    --image &lt;source&gt;   (default: /dev/live)</div><div>        The running live image device , another partition</div>

<div>        holding a live image, or the path to an .iso file bearing a live image.</div><div><br></div><div>(This allows one to specify another device partition recognized by the computer, such</div><div>as, /dev/sdc1 or /dev/sd(x)n , as the source for the SugarClone.  One may also specify</div>

<div>an .iso image file of a LiveOS distribution, such as /path/to/soas-i386-20100408.01.iso</div><div>that one may have on their system or attached drive.  The parameter is use on line</div><div>755 of SugarClone (at the very end of the file when modified_livecd-iso-to-disk is called).</div>

<div><br></div><div>    --builder &lt;name&gt;  </div><div>        The name of the builder of the customized SugarClone. Default: someone</div><div><br></div><div>    --mntpnt &lt;wdir&gt;   (default: /mnt/live)</div><div>

        The filesystem directory mount point for the source holding the build</div><div>        scripts, SugarClone and modified_livecd-iso-to-disk.</div><div><br></div><div>(This is an interim and limited method to specify a path to files on the source or other</div>

<div>device.  This is mainly for testing, unless a good use case arises.)</div><div><br></div><div>    --help</div><div>        Displays usage information and exits.</div></div><div><br></div><div>The target device is selected by SugarClone from the list of USB storage devices it</div>

<div>finds by querying the hardware abstraction layer of the computer using</div><div>&#39;hal-find-by-capability&#39; and &#39;hal-get-property&#39;.  The selected device is saved in the variable, TARGETDEV.</div><div><br>

</div><div> ${TARGETDEV}1 is used as a parameter at the end on line 755, as well as on lines</div><div>680, 682, where SugarClone copies itself to the new device filesystem for future use.</div><div><br></div><div>Hope that helps,          --Fred</div>

<div><br></div></div>