<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Fog Unable to upload multiple disk]]></title><description><![CDATA[<p dir="auto">I am trying to deploy a fog image with multiple hard drives.  We have uploaded with the multiple disk option and it has created files for each disk, however when it tries to download it is only applying the first disk.  I have went into debug mode and the same happens during the fog.download process. It appears to image the first disk successfully, however never continues to the second disk.</p>
<p dir="auto">What can we do to progress this on or find out additional information about what it is doing?</p>
]]></description><link>http://forums.fogproject.org/topic/4404/fog-unable-to-upload-multiple-disk</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 02:02:52 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/4404.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 29 Jan 2015 20:56:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 09 Feb 2015 23:44:49 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the update. That’s really weird and I still can’t get my head around what’s going on there. As I said, I’ve tried to reproduce the issue but I just can’t do it. Very special. Would be great if you keep us posted on new findings.</p>
]]></description><link>http://forums.fogproject.org/post/34437</link><guid isPermaLink="true">http://forums.fogproject.org/post/34437</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Mon, 09 Feb 2015 23:44:49 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 09 Feb 2015 21:51:41 GMT]]></title><description><![CDATA[<p dir="auto">I haven’t had a chance to run the walkparts or other commands, but changing the order of the disks seems to have resolved the issue completely. We plugged the primary boot disk into the first slot (to be sda) and secondary disk in second slot (sdb) and it uploads and deploys without issue.</p>
]]></description><link>http://forums.fogproject.org/post/34431</link><guid isPermaLink="true">http://forums.fogproject.org/post/34431</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Mon, 09 Feb 2015 21:51:41 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Fri, 06 Feb 2015 01:15:09 GMT]]></title><description><![CDATA[<p dir="auto">Too bad that I just can’t reproduce the issue on my test system (QEMU) although I use two (virtual) disks and exactly your partition tables…<br />
As you experience no problems uploading and downloading when there is only one disk installed I started wondering about it being a problem in util-linux itself. But I can’t find any pointer to that on the net. Any ideas on how we can narrow this down?</p>
<p dir="auto">Although it might not be very wise to do for the operating systems you have on your disks, would you mind trying to swap the disks (sda &lt;-&gt; sdb) just for one upload/download test. Only if you got some spare time… Please try walkparts, testdisk and the fake d2.partitions first!</p>
]]></description><link>http://forums.fogproject.org/post/34297</link><guid isPermaLink="true">http://forums.fogproject.org/post/34297</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Fri, 06 Feb 2015 01:15:09 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Fri, 06 Feb 2015 00:59:11 GMT]]></title><description><![CDATA[<p dir="auto">I’ve looked through all your dumps, samples and posts several times but it still does not ring a bell for me. From what I can see in those files it’s all just perfectly normal and should not report any errors (hopefully I haven’t missed anything!). Two more things you might try out. First is this script I found on the net: [url]<a href="https://raw.githubusercontent.com/arvidjaar/scriptlets/master/walkparts.sh%5B/url%5D" target="_blank" rel="noopener noreferrer nofollow ugc">https://raw.githubusercontent.com/arvidjaar/scriptlets/master/walkparts.sh[/url]</a><br />
Download it to the FOG server and put it in ‘/images/dev’. The only thing I had to change to make it work within FOG is change ‘/bin/sh’ to ‘/bin/bash’ in the first line of the script! Then start a debug upload([S]download)[/S] session and run:<br />
[CODE]fog<br />
…</p>
<h1>Hit Enter till you see ‘Mounting File System . . .’ then Ctrl+C</h1>
<p dir="auto">…<br />
/images/walkparts.sh /dev/sdb<br />
…[/CODE]</p>
<p dir="auto">What do you get from that script?? An while you have that session running you could give ‘testdisk’ a go too. Would be interesting to see if ‘testdisk’ is complaining about the missing msdos signature too?!?!!</p>
<p dir="auto">[B]EDIT: It was quite late when I wrote this and I got carried away! Do the first two tests on your master-client in a debug-upload-session but please do not continue with the third one on that same client!! Start one or more of your other client(s) in a normal/debug multicast/download session for the following test…[/B]</p>
<p dir="auto">One more thing you can try out while you’ve got that debug download session running. As kind of a workaround you could try faking the partition table. You probably have a complete uploaded image (d1p1.img, d2p1.img, d2p2.img d2p5.img) on your FOG server ready. Possibly the only problem keeping you from deploying those image files proberly is the incorrect ‘d2.partitions’ file. Edit ‘/images/lenovothinkcentrev2/d2.partitions’:<br />
[CODE]# partition table of /dev/sdb<br />
unit: sectors</p>
<p dir="auto">/dev/sdb1 : start=    2048, size=  204800, Id= 7, bootable<br />
/dev/sdb2 : start=  206848, size=232593408, Id= 7<br />
/dev/sdb3 : start=232814043, size=  1622501, Id= f<br />
/dev/sdb4 : start=        0, size=        0, Id= 0<br />
/dev/sdb5 : start=232814106, size=  1622438, Id= 7[/CODE]<br />
Then try downloading the image to your client. Does that work??</p>
]]></description><link>http://forums.fogproject.org/post/34296</link><guid isPermaLink="true">http://forums.fogproject.org/post/34296</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Fri, 06 Feb 2015 00:59:11 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 23:26:42 GMT]]></title><description><![CDATA[<p dir="auto">[quote=“Uncle Frank, post: 41729, member: 28116”]Yes please upload sdb3.img!</p>
<p dir="auto">Very interesting. Do I get that right?? If you unplug sda (sdb will be sda then) and run FOG with ‘mps’ there is no error??[/quote]</p>
<p dir="auto">Yes that is correct. We were able to run it with mps, and it uploaded and deployed without error.  System booted normally.</p>
]]></description><link>http://forums.fogproject.org/post/34243</link><guid isPermaLink="true">http://forums.fogproject.org/post/34243</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Wed, 04 Feb 2015 23:26:42 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 23:17:28 GMT]]></title><description><![CDATA[<p dir="auto">Should be MBR, I get this on gdisk:</p>
<p dir="auto">[I]# gdisk -l /dev/sdb[/I]<br />
[I]GPT fdisk (gdisk) version 0.8.6[/I]</p>
<p dir="auto">[I]Partition table scan:[/I]<br />
[I] MBR: MBR only[/I]<br />
[I] BSD: not present[/I]<br />
[I] APM: not present[/I]<br />
[I] GPT: not present[/I]</p>
<p dir="auto">[I]<em><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong><strong>[/I]<br />
[I]Found invalid GPT and valid MBR; converting MBR to GPT format.[/I]<br />
[I]</strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></strong></em>[/I]</p>
<p dir="auto">[I]Disk /dev/sdb: 234441648 sectors, 111.8 GiB[/I]<br />
[I]Logical sector size: 512 bytes[/I]<br />
[I]Disk identifier (GUID): FF0A8C36-404A-4876-8E98-DEF355411B86[/I]<br />
[I]Partition table holds up to 128 entries[/I]<br />
[I]First usable sector is 34, last usable sector is 234441614[/I]<br />
[I]Partitions will be aligned on 2-sector boundaries[/I]<br />
[I]Total free space is 20935 sectors (10.2 MiB)[/I]</p>
<p dir="auto">[I]Number Start (sector) End (sector) Size Code Name[/I]<br />
[I] 1 2048 206847 100.0 MiB 0700 Microsoft basic data[/I]<br />
[I] 2 206848 232800255 110.9 GiB 0700 Microsoft basic data[/I]<br />
[I] 5 232814106 234436543 792.2 MiB 0700 Microsoft basic data[/I]</p>
<p dir="auto">Ran DD. Attached result. Command output below:<br />
[I]# dd if=/dev/sdb of=/images/sdb3.img bs=512 count=2 skip=232814043[/I]<br />
[I]2+0 records in[/I]<br />
[I]2+0 records out[/I]<br />
[I]1024 bytes (1.0 kB) copied, 0.0288977 s, 35.4 kB/s[/I]</p>
<p dir="auto">[url=“/_imported_xf_attachments/1/1649_sdb3.zip?:”]sdb3.zip[/url]</p>
]]></description><link>http://forums.fogproject.org/post/34242</link><guid isPermaLink="true">http://forums.fogproject.org/post/34242</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Wed, 04 Feb 2015 23:17:28 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 19:33:59 GMT]]></title><description><![CDATA[<p dir="auto">[quote=“Tom Elliott, post: 41719, member: 7271”]Based on the “funnyness” I’m seeing, is the /dev/sdb disk supposed to be GPT or MBR?[/quote]<br />
From what I could see in the uploaded files it is definitely a normal MBR not GPT! Is that right?</p>
]]></description><link>http://forums.fogproject.org/post/34234</link><guid isPermaLink="true">http://forums.fogproject.org/post/34234</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Wed, 04 Feb 2015 19:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 19:32:34 GMT]]></title><description><![CDATA[<p dir="auto">[quote=“dougthermal, post: 41718, member: 28335”]…</p>
<p dir="auto">Do you still want me to dd sdb3 to a file skipping this block?</p>
<p dir="auto">I have uploaded this pc as a single disk multiple partition clone (unplugged larger disk) and it works without issue. Not sure if that helps isolate the issue.[/quote]</p>
<p dir="auto">Yes please upload sdb3.img!</p>
<p dir="auto">Very interesting. Do I get that right?? If you unplug sda (sdb will be sda then) and run FOG with ‘mps’ there is no error??</p>
]]></description><link>http://forums.fogproject.org/post/34233</link><guid isPermaLink="true">http://forums.fogproject.org/post/34233</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Wed, 04 Feb 2015 19:32:34 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 18:29:01 GMT]]></title><description><![CDATA[<p dir="auto">Based on the “funnyness” I’m seeing, is the /dev/sdb disk supposed to be GPT or MBR?</p>
]]></description><link>http://forums.fogproject.org/post/34223</link><guid isPermaLink="true">http://forums.fogproject.org/post/34223</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Wed, 04 Feb 2015 18:29:01 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 18:21:01 GMT]]></title><description><![CDATA[<p dir="auto">Receive message “Missing Operating System”</p>
<p dir="auto">still receive: Error: Invalid partition table on /dev/sdb – wrong signature 0.</p>
<h1>sfdisk /dev/sdb</h1>
<p dir="auto">sfdisk: Checking that no-one is using this disk right now …<br />
sfdisk: OK</p>
<p dir="auto">Disk /dev/sdb: 14593 cylinders, 255 heads, 63 sectors/track<br />
sfdisk: Warning: extended partition does not start at a cylinder boundary.<br />
DOS and Linux will interpret the contents differently.<br />
sfdisk: ERROR: sector 232814043 does not have an msdos signature<br />
Old situation:<br />
Units: cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0</p>
<p dir="auto">Device Boot Start     End   #cyls    #blocks   Id  System<br />
/dev/sdb1   *      0+     12-     13-    102400    7  HPFS/NTFS/exFAT<br />
/dev/sdb2         12+  14491-  14479- 116296704    7  HPFS/NTFS/exFAT<br />
/dev/sdb3      14492+  14592-    101-    811250+   f  W95 Ext’d (LBA)<br />
/dev/sdb4          0       -       0          0    0  Empty<br />
sfdisk: Input in the following format; absent fields get a default value.<br />
&lt;start&gt; &lt;size&gt; &lt;type [E,S,L,X,hex]&gt; &lt;bootable [-,*]&gt; &lt;c,h,s&gt; &lt;c,h,s&gt;<br />
Usually you only need to specify &lt;start&gt; and &lt;size&gt; (and perhaps &lt;type&gt;).</p>
<p dir="auto">Do you still want me to dd sdb3 to a file skipping this block?</p>
<p dir="auto">I have uploaded this pc as a single disk multiple partition clone (unplugged larger disk) and it works without issue.  Not sure if that helps isolate the issue.</p>
]]></description><link>http://forums.fogproject.org/post/34222</link><guid isPermaLink="true">http://forums.fogproject.org/post/34222</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Wed, 04 Feb 2015 18:21:01 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Wed, 04 Feb 2015 16:23:46 GMT]]></title><description><![CDATA[<p dir="auto">I’ll just download newest svn and reupload. I don’t mind testing the feature fully to make sure it works.</p>
<p dir="auto">Is there any developer documentation beyond the code comments?  I was considering adding some features for my own use or public use (if they prove useful for others) and made my way through the download script, but any documentation that is available would speed up the effort considerably.</p>
]]></description><link>http://forums.fogproject.org/post/34217</link><guid isPermaLink="true">http://forums.fogproject.org/post/34217</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Wed, 04 Feb 2015 16:23:46 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Tue, 03 Feb 2015 22:29:34 GMT]]></title><description><![CDATA[<p dir="auto">I must’ve been blind or deaf (maybe both)… sorry! The extended partition related change we made only fixed things for ‘mps’ (multi partition single disk) but I totally forgot about ‘mpa’. Should be fixed in the newest SVN by now.</p>
<p dir="auto">As a quick fix you can use the following partition table and put it into ‘/images/…/d2.partitions’:<br />
[CODE]# partition table of /dev/sdb<br />
unit: sectors</p>
<p dir="auto">/dev/sdb1 : start=     2048, size=   204800, Id= 7, bootable<br />
/dev/sdb2 : start=   206848, size=232593408, Id= 7<br />
/dev/sdb3 : start=232814043, size=  1622501, Id= f<br />
/dev/sdb4 : start=        0, size=        0, Id= 0<br />
/dev/sdb5 : start=232814106, size=  1622438, Id= 7[/CODE]</p>
<p dir="auto">Just put that in place and try deploying the image to your computers. No new upload or SVN_Upgrade needed for testing this! Would be great to hear if this is working for you.</p>
<p dir="auto">But I am still kind of concerned about the error you posted when running fogpartinfo and sfdisk. Hopefully I can shed a light on this too.</p>
]]></description><link>http://forums.fogproject.org/post/34187</link><guid isPermaLink="true">http://forums.fogproject.org/post/34187</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Tue, 03 Feb 2015 22:29:34 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Tue, 03 Feb 2015 18:20:20 GMT]]></title><description><![CDATA[<p dir="auto">[QUOTE]This was/is a known issue and i’m pretty sure it’s been fixed.[/QUOTE]<br />
Unfortunately this seams to be kind of a different issue to the one I had on my system…<br />
But Tom is right, there were some major changes with extended partitions lately so you really needed upgrade to current SVN and upload a complete new image!</p>
<p dir="auto">After upgrading to the newest SVN version your files in the image directory should look a little different. Let me guess:<br />
[CODE]ls -alh /images/lenovothinkcentrev2<br />
total 46G<br />
…<br />
-rwxrwxrwx 1 root root 512  Feb 2 14:32 d2.mbr<br />
-rwxrwxrwx 1 root root  0  Feb 2 14:32 d2.original.swapuuids<br />
-rwxrwxrwx 1 root root 310  Feb 2 14:32 d2.partitions<br />
-rwxrwxrwx 1 root root 8.2M Feb 2 14:32 d2p1.img<br />
-rwxrwxrwx 1 root root 21G  Feb 2 15:13 d2p2.img<br />
-rwxrwxrwx 1 root root 189M Feb 2 15:14 d2p5.img[/CODE]</p>
<p dir="auto">Especially ‘d2.partitions’ should exist now! My second guess is that your ‘d2.partitions’ looks like this:<br />
[CODE]cat /images/lenovothinkcentrev2/d2.partitions</p>
<h1>partition table of /dev/sdb</h1>
<p dir="auto">unit: sectors</p>
<p dir="auto">/dev/sdb1 : start=     2048, size=   204800, Id= 7, bootable<br />
/dev/sdb2 : start=   206848, size=232593408, Id= 7<br />
/dev/sdb3 : start=232814043, size=  1622501, Id= f<br />
/dev/sdb4 : start=        0, size=        0, Id= 0[/CODE]<br />
Could you please confirm (or post the results if different!) this!? And may I ask you to upload another sample. Please run this commands (be very carefull to not get the parameters wrong!!) on your upload client machine. Simply start an upload debug session, run the command and shutdown the machine without imaging after this.<br />
[CODE]fog<br />
…</p>
<h1>Hit Enter till you see ‘Mounting File System . . .’ then Ctrl+C</h1>
<p dir="auto">…<br />
dd if=/dev/sdb of=/images/sdb3.img bs=512 count=2 skip=232814043[/CODE]<br />
[B]Again: Really make sure that you get all the parameters and numbers right here!!![/B]<br />
You’ll find the file ‘sdb3.img’ on your FOG Server in ‘/images/dev/sdb3.img’.</p>
]]></description><link>http://forums.fogproject.org/post/34170</link><guid isPermaLink="true">http://forums.fogproject.org/post/34170</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Tue, 03 Feb 2015 18:20:20 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 02 Feb 2015 21:43:36 GMT]]></title><description><![CDATA[<p dir="auto">Reuploaded image and downloaded with same result in this version.</p>
]]></description><link>http://forums.fogproject.org/post/34110</link><guid isPermaLink="true">http://forums.fogproject.org/post/34110</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Mon, 02 Feb 2015 21:43:36 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 02 Feb 2015 19:40:13 GMT]]></title><description><![CDATA[<p dir="auto">Running release 2961 now.</p>
<p dir="auto">Do I need to re-upload the image or should a new download work? Tried redownloading and have had the same result.</p>
]]></description><link>http://forums.fogproject.org/post/34101</link><guid isPermaLink="true">http://forums.fogproject.org/post/34101</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Mon, 02 Feb 2015 19:40:13 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 02 Feb 2015 17:23:42 GMT]]></title><description><![CDATA[<p dir="auto">Upgrade to Trunk?</p>
<p dir="auto">This was/is a known issue and i’m pretty sure it’s been fixed.</p>
]]></description><link>http://forums.fogproject.org/post/34087</link><guid isPermaLink="true">http://forums.fogproject.org/post/34087</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Mon, 02 Feb 2015 17:23:42 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 02 Feb 2015 16:49:59 GMT]]></title><description><![CDATA[<p dir="auto">Fog Server OS Info:</p>
<p dir="auto">root@fog-image:/images/LenovoThinkCentrev3# uname -a<br />
Linux fog-image 3.13.0-32-generic #57~precise1-Ubuntu SMP Tue Jul 15 03:50:54 UTC 2014 i686 i686 i386 GNU/Linux</p>
<p dir="auto">root@fog-image:/images/LenovoThinkCentrev3# cat /etc/issue<br />
Ubuntu 12.04.5 LTS \n \l</p>
<p dir="auto">root@fog-image:/images/LenovoThinkCentrev3# cat /etc/debian_version<br />
wheezy/sid</p>
]]></description><link>http://forums.fogproject.org/post/34083</link><guid isPermaLink="true">http://forums.fogproject.org/post/34083</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Mon, 02 Feb 2015 16:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Mon, 02 Feb 2015 16:05:45 GMT]]></title><description><![CDATA[<p dir="auto">I’ve attached the requested files.</p>
<p dir="auto">Command output below:</p>
<p dir="auto">[root@10 /]#: sfdisk -d /dev/sdb<br />
sfdisk: Warning:  extended partition does not start at a cylinder boundary.<br />
DOS and Linux will interpret the contents differently.<br />
sfdisk: ERROR: sector 232814043 does not have an msdos signature</p>
<h1>partition table of /dev/sdb</h1>
<p dir="auto">unit: sectors</p>
<p dir="auto">/dev/sdb1 : start =2048, size=204800, Id= 7, bootable<br />
/dev/sdb2 : start =   206848, size=  232593408, Id= 7<br />
/dev/sdb3 : start =323814043, size=    1622501, Id= f<br />
/dev/sdb4 : start =        0, size=    0, Id= 0<br />
[root@10 /]#</p>
<p dir="auto">[url=“/_imported_xf_attachments/1/1646_fog-image.zip?:”]fog-image.zip[/url]</p>
]]></description><link>http://forums.fogproject.org/post/34081</link><guid isPermaLink="true">http://forums.fogproject.org/post/34081</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Mon, 02 Feb 2015 16:05:45 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Sat, 31 Jan 2015 20:18:12 GMT]]></title><description><![CDATA[<p dir="auto">Oooops! Not the error you’d want to see on your master client.</p>
<p dir="auto">I’ve dug through a lot of partition tables and related source code lately and we might be able to fix this. Can you please provide some more information: Output of ‘sfdisk -d /dev/sdb’, operating systems installed on the disks, OSID for this image in FOG. And it would be great if you could upload the files ‘d1.mbr’, ‘d2.mbr’ and ‘d2p3.img’ (which should all be quite small files) here in the forum. Maybe you have to tar/zip the files first.</p>
<p dir="auto">[QUOTE]I have tried manually deleting all partitions on the original disks before imaging, however it still has this issue.[/QUOTE]<br />
FOG actually deletes all partitions before applying the partition table and imaging the partitions… No need to do that yourself.</p>
<p dir="auto">I hope you are not in a hurry to get this going. I am pretty sure we can find a solution but it’ll take a few days I suppose…</p>
]]></description><link>http://forums.fogproject.org/post/34069</link><guid isPermaLink="true">http://forums.fogproject.org/post/34069</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Sat, 31 Jan 2015 20:18:12 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Fri, 30 Jan 2015 21:58:15 GMT]]></title><description><![CDATA[<p dir="auto">I have reuploaded the image, and receive the same result.  I have tried manually deleting all partitions on the original disks before imaging, however it still has this issue.</p>
<p dir="auto">Commands requested below:</p>
<p dir="auto">Server:<br />
[EMAIL=‘root@fog-image:/images/lenovothinkcentrev2’][U][COLOR=#0066cc]root@fog-image:/images/lenovothinkcentrev2[/COLOR][/U][/EMAIL]# ls -alh<br />
total 46G<br />
drwxrwxrwx  2 root root 4.0K Jan 22 15:14 .<br />
drwxrwxrwx 17 fog  fog  4.0K Jan 26 11:39 …<br />
-rwxrwxrwx  1 root root  512 Jan 22 14:15 d1.mbr<br />
-rwxrwxrwx  1 root root  25G Jan 22 14:32 d1p1.img<br />
-rwxrwxrwx  1 root root  512 Jan 22 14:32 d2.mbr<br />
-rwxrwxrwx  1 root root 8.2M Jan 22 14:32 d2p1.img<br />
-rwxrwxrwx  1 root root  21G Jan 22 15:13 d2p2.img<br />
-rwxrwxrwx  1 root root  126 Jan 22 15:13 d2p3.img<br />
-rwxrwxrwx  1 root root 189M Jan 22 15:14 d2p5.img</p>
<p dir="auto">Client (where image was previously attempted):</p>
<p dir="auto">[root@10 / ] # fogpartinfo --list-devices<br />
Error: Invalid partition table on /dev/sdb – wrong signature 0.<br />
/dev/sda<br />
[root@10 / ] # fogpartinfo --list-parts /dev/sda<br />
/dev/sda1<br />
[root@10 / ] # fogpartinfo --list-parts /dev/sdb<br />
Error: Invalid partition table on /dev/sdb – wrong signature 0.</p>
]]></description><link>http://forums.fogproject.org/post/34065</link><guid isPermaLink="true">http://forums.fogproject.org/post/34065</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Fri, 30 Jan 2015 21:58:15 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Fri, 30 Jan 2015 02:43:59 GMT]]></title><description><![CDATA[<p dir="auto">What files do you see in the image directory? Please run (on the server):<br />
[CODE]ls -al /images/*[/CODE]</p>
<p dir="auto">FOG comes with a small utility to find out about the disks your have. You can run this tool in a debug session to see the disks being detected before actually starting the imaging process Run a debug download session for this host. When you get to the prompt type:<br />
[CODE]fogpartinfo --list-devices[/CODE]</p>
]]></description><link>http://forums.fogproject.org/post/34043</link><guid isPermaLink="true">http://forums.fogproject.org/post/34043</guid><dc:creator><![CDATA[Sebastian Roth]]></dc:creator><pubDate>Fri, 30 Jan 2015 02:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Thu, 29 Jan 2015 23:03:36 GMT]]></title><description><![CDATA[<p dir="auto">1.2.0</p>
<p dir="auto">I Just realized my subject was misleading. It is actually the download process I’m having trouble with. The upload appears to have been successful.</p>
]]></description><link>http://forums.fogproject.org/post/34036</link><guid isPermaLink="true">http://forums.fogproject.org/post/34036</guid><dc:creator><![CDATA[dougthermal]]></dc:creator><pubDate>Thu, 29 Jan 2015 23:03:36 GMT</pubDate></item><item><title><![CDATA[Reply to Fog Unable to upload multiple disk on Thu, 29 Jan 2015 22:41:45 GMT]]></title><description><![CDATA[<p dir="auto">What version of fog?</p>
]]></description><link>http://forums.fogproject.org/post/34034</link><guid isPermaLink="true">http://forums.fogproject.org/post/34034</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Thu, 29 Jan 2015 22:41:45 GMT</pubDate></item></channel></rss>