<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 20, 2012, at 1:32 PM, <a href="mailto:openbios-request@openbios.org">openbios-request@openbios.org</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Okay I've got it - looks like volume_open() currently gets confused when<span class="Apple-converted-space"> </span><br>trying to open a volume where the block size is not 512 bytes (in the<span class="Apple-converted-space"> </span><br>case of your CD image it is 4096 bytes). I have now implemented a basic<span class="Apple-converted-space"> </span><br>dir word (patch to follow shortly) which gives the following output<span class="Apple-converted-space"> </span><br>against your image:<br><br><br>Welcome to OpenBIOS v1.0 built on Sep 18 2012 15:11<br><br>0 > dir cd:2,\<br>      6148 2012-09-11 13:41:40  .DS_Store<br>         0 2012-09-11 13:41:20  .fseventsd\<br>         0 2012-09-11 13:41:20  .HFS+ Private Directory Data?\<br>         0 2012-09-11 13:42:08  .TemporaryItems\<br>         0 2012-09-11 13:41:20  .Trashes\<br>         0 2012-09-11 13:41:40  Folder 1\<br>         0 2012-09-11 13:41:44  Folder 2\<br>        29 2012-09-11 13:42:08  readme.txt<br>         0 2012-09-11 13:41:20  HFS+ Private Data\<br> ok<br>0 > dir cd:2,\.fseventsd<br>       294 2012-09-11 13:42:57  0000000007c7a66b<br>        36 2012-09-11 13:41:20  fseventsd-uuid<br> ok<br>0 > dir cd:2,\Folder 1<br>  (Empty folder)<br> ok<br>0 > dir cd:2,\Folder 2<br>  (Empty folder)<br> ok<br>0 > dir cd:2,\Folder 3<br>Unable to locate path \Folder 3 on filesystem<br> ok<br><br><br>Note that we don't (yet) do autolocation of partitions which is why the<span class="Apple-converted-space"> </span><br>cd:2 notation is needed to manually point towards the second partition<span class="Apple-converted-space"> </span><br>on the CD. Please test and let me know how you get on with your original<span class="Apple-converted-space"> </span><br>Apple CD.<br><br><br>ATB,<br><br>Mark.<br></span></blockquote></div><br><div><br></div><div>Thank you so much for finally fixing this word. I will test out the patch in a couple of days. </div></body></html>