<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
It's possible that the disk is not partitioned, ie. that what you've<br>
got here is a straight filesystem.  You could see if libguestfs can<br>
mount it:<br>
<br>
  guestfish --ro -a disk.img -m /dev/sda<br>
  ><fs> ll /<br><br>
</blockquote></div><br></div><div class="gmail_extra">That worked! Thanks for the help.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Now I'm tweaking my old code and just replacing my guestfs_mount()</div><div class="gmail_extra">call with a hard-coded "guestfs_mount(g, "/dev/sda",'/");</div><div class="gmail_extra"><br></div><div class="gmail_extra">Next task is to review my registry changes and see if those registries</div><div class="gmail_extra">even exist in Win95.</div><div class="gmail_extra"><br></div><div class="gmail_extra">What this code does is open the image, tweaks some registry settings</div><div class="gmail_extra">to use some "generic" drivers and uploads those drivers. With the</div><div class="gmail_extra">goal of running the VM without resulting in a BSOD. But I might just try</div><div class="gmail_extra">and remove all the "tweaking" and see if a Virtual Box VM can just boot </div><div class="gmail_extra">up the image. Might get lucky.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Besides - I doubt those drivers are Win95 compatible. </div><div class="gmail_extra"><br></div><div class="gmail_extra">I'll let you know how it goes.</div></div>