Partition Manager feedback

General development discussion not covered by a specific forum
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

I swapped the 4GB DOM for a 2GB one formatted and used on another system. Filecore partition scheme. It too shows up as a 1.5GB Filecore partition and a 417MB "Unusuable" bit. Does look like there's a bug somewhere - may not be PM because *free still shows rubbish (4GB free on a 2GB DOM...) - ugh!
JonAbbott
Posts: 3132
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: Partition Manager feedback

Post by JonAbbott »

IanJeffray wrote: Wed Apr 19, 2023 9:49 pm For giggles I ran this under Aemulor on the A9
Why are you running it under Aemulor? It's written to run natively on all OS versions.

More to the point, how did it detect Simtec on an A9? I've never seen an A9, but thought it was 32bit only without a Podule slot, in which case where is IDEFS coming from? Does the A9 use IDEFS for its filesystem, if so PM has possibly misdetected - I'll need to see the debug log.
IanJeffray wrote: Wed Apr 19, 2023 9:49 pm I don't know what's going on with that DOM. *FREE shows 4GB free, 2.8GB used. But it's only a 4GB DOM... so... wrong and wrong!
But it is actually completely empty so ... whuu?
(Was formatted with Simtec IDETool btw)
IDETool possibly exceeded a filesystem limit when it formatted the drive and a value wrapped? From my reverse engineering, I believe the limits are 512MB for each partition and 4GB for the physical drive. I don't have a Simtec to test, but HCCS lets you exceed it's limits without any checks or restrictions and they're essentially identical.
IanJeffray wrote: Wed Apr 19, 2023 9:49 pm EDIT: I deleted the DOM partition with PM and the A9 "went mad" and ultimately locked up, but it did delete the partition it seems (after a reset)
At a guess IDEFS or FileCore hung when the filesystem restarted. As the partition was deleted, PM had finished its disc writes and then attempted to restart IDEFS and its Filer. I can add some additional debug output in the next build - which supports Reporter so you can watch what's going on real-time.
IanJeffray wrote: Wed Apr 19, 2023 9:49 pm EDIT2: I then asked PM to create me a new partition, whole disk sized. This is what it did...
What was the size of the unallocated area before you formatted it and what MB did it show as "max" in the format dialogue?
IanJeffray wrote: Wed Apr 19, 2023 9:49 pm Wuuuuuh? Why the "Unusable" bit? Why wasn't it the size I asked for? Why is free space still greater than the partition size?
That's correct. It's formatted as a "full-disc" FileCore drive so the unused space beyond the FileCore area is literally unusable as there's no partition table.
IanJeffray wrote: Wed Apr 19, 2023 9:49 pm Maybe these are all A9/Aemulor issues.

EDIT3: I repeated the initialise / create partition actions on the DOM - same behaviour/result. Fun.
Take Aemulor out of the equation and try formatting one of the DOM's natively with PM. You could also repeating the test on something modern running RO5 (RiscPC or Pi via USB adapter) and compare the results to confirm if there's something odd occurring on the A9.
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

JonAbbott wrote: Thu Apr 20, 2023 8:54 am Why are you running it under Aemulor? It's written to run natively on all OS versions.
RISC OS 4.42 throws an error saying the BASICPM module isn't 32bit compatible. Didn't investigate further.
IMG_8653.JPG
IMG_8653.JPG (984.6 KiB) Viewed 6603 times
JonAbbott wrote: Thu Apr 20, 2023 8:54 am
IanJeffray wrote: Wed Apr 19, 2023 9:49 pm Wuuuuuh? Why the "Unusable" bit? Why wasn't it the size I asked for? Why is free space still greater than the partition size?
That's correct. It's formatted as a "full-disc" FileCore drive so the unused space beyond the FileCore area is literally unusable as there's no partition table.
My point is that there should have been no reason for it to create an "Unusable bit", particularly when told to use the full disc. 1.3GB of unusable for no reason is just broken behaviour.
JonAbbott wrote: Thu Apr 20, 2023 8:54 am Take Aemulor out of the equation and try formatting one of the DOM's natively with PM. You could also repeating the test on something modern running RO5 (RiscPC or Pi via USB adapter) and compare the results to confirm if there's something odd occurring on the A9.
I've no interest in RO5, nor any idea how one might somehow rig a Simtec IDE interface on to a Pi.

These DOMs are those which I use on 'all' other IDE interfaces/machines just fine - I trust the behaviour of the DOM.
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

JonAbbott wrote: Thu Apr 20, 2023 8:54 am IDETool possibly exceeded a filesystem limit when it formatted the drive and a value wrapped? From my reverse engineering, I believe the limits are 512MB for each partition and 4GB for the physical drive.
This is RISC OS 4.42. There's no 512MB limit anywhere. I've repeated this behaviour now with a 2GB DOM. Perhaps this Simtec IDEFS is just fubar.
JonAbbott
Posts: 3132
Joined: Thu Apr 11, 2013 12:13 pm
Location: Essex
Contact:

Re: Partition Manager feedback

Post by JonAbbott »

IanJeffray wrote: Thu Apr 20, 2023 9:39 am RISC OS 4.42 throws an error saying the BASICPM module isn't 32bit compatible. Didn't investigate further.
It's BASIC is too out of date so PM tried to load the bundled one for RO3.1. You could try commenting out the RMLoad line, but I suspect it might fail miserably.

Oh well, that probably rules out RO4 and 6 support without some bespoke changes.
IanJeffray wrote: Thu Apr 20, 2023 9:39 am My point is that there should have been no reason for it to create an "Unusable bit", particularly when told to use the full disc. 1.3GB of unusable for no reason is just broken behaviour.
It doesn't create an "Unusable bit", it just marks the end of the disc as such to prevent you trying to create a partition. The question is what size is the unallocated area when the drive is initialised and what is the "max" MB it shows when you try to format it. PM either capped the size to a filesystem limit, or something went horribly wrong. If you Initialise the drive and then grab a debug log, it might help.
IanJeffray wrote: Thu Apr 20, 2023 9:39 am I've no interest in RO5, nor any idea how one might somehow rig a Simtec IDE interface on to a Pi.
I meant format the DOM on a RO5 machine natively - no need for the Simtec, a USB-IDE adapter on a Pi would suffice. Somewhat academic if you don't have anything modern though.
IanJeffray wrote: Thu Apr 20, 2023 9:50 am This is RISC OS 4.42. There's no 512MB limit anywhere. I've repeated this behaviour now with a 2GB DOM. Perhaps this Simtec IDEFS is just fubar.
The Simtec filesystem has internal limits as it doesn't support LBA addressing. The CHS reported by the drive would probably be the limit in this case.

The is probably a daft question, but how have you got a Simtec on an A9 running a 32bit OS? All the Simtec Modules I've looked at so far are 26bit...or do you have an IDEFS Podule I've not accounted for?

EDIT: I've just checked my notes. Simtec is CHS addressing only with a limit of 2^32-1 sectors. It doesn't require partition alignment to cylinders, so an initialised drive should set "max" to the full drive size in MB - if you could confirm. I'm also assuming the drives are not 512e/4Kn - the debug log will confirm.
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

JonAbbott wrote: Thu Apr 20, 2023 4:40 pm
IanJeffray wrote: Thu Apr 20, 2023 9:39 am RISC OS 4.42
It's BASIC is too out of date
What on earth do needs something more recent than even RISC OS Select 4.39? Boggle. Are you really loading a 3.1 version of BASIC even on a RISC OS 4.39 machine?! :-(

I commented out the RmEnsure line and that causes PM to just lock up -- doesn't load, but just "gets stuck". Yuk. Back to Aemulor...
JonAbbott wrote: Thu Apr 20, 2023 4:40 pm The is probably a daft question, but how have you got a Simtec on an A9 running a 32bit OS? All the Simtec Modules I've looked at so far are 26bit...or do you have an IDEFS Podule I've not accounted for?
I noted this previously... the A9's native FS is IDEFS - the Simtec IDEFS, and as such obviously has to therefore be 32bit.
JonAbbott wrote: Thu Apr 20, 2023 4:40 pm EDIT: I've just checked my notes. Simtec is CHS addressing only with a limit of 2^32-1 sectors. It doesn't require partition alignment to cylinders, so an initialised drive should set "max" to the full drive size in MB - if you could confirm. I'm also assuming the drives are not 512e/4Kn - the debug log will confirm.
Will get a debug log...
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

Initialising the disk with debug enabled is ...
IMG_8656.JPG
IMG_8656.JPG (461.59 KiB) Viewed 6559 times
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

I've just noticed the 37.25GB disc is showing as having a 38.5GB partition ... what the?
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

Here's the debug log from the session which crashed when doing the initialise on a 2GB DOM...

Code: Select all

PartMgr v0.97 12/04/23 DEBUG
OS Version=442
CDFS found
IDEFS found, detected as Simtec v1.40
BASIC END=47794

read_drives
===========

CDFS
----

IDEFS
-----
Potentially 4 physical drives

DiscOp 3/IDENTIFY response:
Word   :    0    1    2    3    4    5    6    7    8    9
000000 : 045A 3FFF C837 0010 0000 0000 003F 0000 0000 0000 Z..?7.......?.......
000010 : 2020 2020 2020 2020 4E54 3034 5435 3832 3654 4842         TN405T28T6BH
000020 : 0003 4000 0000 3030 3030 3030 3936 4655 4A49 5453 ...@..00000069UFIJST
000030 : 5520 4D48 5632 3034 3041 4820 2020 2020 2020 2020  UHM2V40A0 H        
000040 : 2020 2020 2020 2020 2020 2020 2020 8010 0000 2B00               .....+
000050 : 4000 0200 0200 0007 3FFF 0010 003F FC10 00FB 0110 .@.......?..?.......
000060 : 5300 04A8 0000 0407 0003 0078 0078 00F0 0078 0000 .S........x.x...x...
000070 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000080 : 007C 0019 346B 5B29 6003 3469 9A09 6003 003F 0014 ....k4)[.`i4...`?...
000090 : 0000 4080 FFFE 600B FEFE 0000 0000 0000 0000 0000 ...@...`............
000100 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000110 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 ....................
000120 : 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 ....................
000130 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000140 : 0000 0000 0000 0000 034A 0000 0000 0000 4004 4000 ........J........@.@
000150 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000160 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000170 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000180 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000190 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000200 : 0000 0000 0000 0000 0000 0000 003D 0000 0000 0000 ............=.......
000210 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000220 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000230 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000240 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000250 : 0000 0000 0000 0000 0000 D9A5                     ............

Magnetic media drive
Geometry in words 54-58 are reported as valid
  Cylinders=16383 Heads=16 Sectors=63
Drive using 28-bit LBA addressing
Physical drive is IDEFS 0
Model      =FUJITSU MHV2040AH
LBA Size   =512
Size in LBA=&004A85300
Removable  =0

DiscOp 3/IDENTIFY response:
Word   :    0    1    2    3    4    5    6    7    8    9
000000 : 044A 0F81 0000 0010 0000 0040 003F 003D 0BF0 4000 J.........@.?.=....@
000010 : 4331 3131 3131 3737 3532 4131 5978 4339 4531 4C78 1C111177251AxY9C1ExL
000020 : 0002 0002 0004 4144 2042 3631 324A 3247 4220 4154 ......DAB 16J2G2 BTA
000030 : 4120 466C 6173 6820 4469 736B 2020 2020 2020 2020  AlFsa hiDks        
000040 : 2020 2020 2020 2020 2020 2020 2020 8001 0000 0B00               ......
000050 : 0000 0200 0000 0007 0F81 0010 003F 0BF0 003D 0100 ............?...=...
000060 : 0BF0 003D 0000 0407 0003 0078 0078 0078 0078 0000 ..=.......x.x.x.x...
000070 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000080 : 007E 0019 706B 400C 4000 7029 400C 4000 001F 0000 ....kp.@.@)p.@.@....
000090 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000100 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000110 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000120 : 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 ....................
000130 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000140 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000150 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000160 : 0000 0000 0000 0012 0000 0000 0000 0000 0000 0000 ....................
000170 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000180 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000190 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000200 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000210 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000220 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000230 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000240 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000250 : 0000 0000 0000 0000 0000 0000                     ............

Magnetic media drive
Geometry in words 54-58 are reported as valid
  Cylinders=3969 Heads=16 Sectors=63
Drive using 28-bit LBA addressing
Physical drive is IDEFS 2
Model      =2GB ATA Flash Disk
LBA Size   =512
Size in LBA=&0003D0BF0
Removable  =0

add_partitions_IDEFS
====================
IDEFS discop_Simtec(0,1,&6,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 00 00 00 20 00 00 00 40 00 00 00 00 00 00 00 00   ... ...@........
&000010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001A0 : 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF   ................
&0001B0 : 61 6E 64 79 AD E9 23 57 31 23 EA FD 00 00 00 00   andy..#W1#......
&0001C0 : 09 3F 10 00 12 0D 00 02 01 B2 20 00 01 0D F4 01   .?........ .....
&0001D0 : 00 00 A6 50 00 00 41 39 0D 00 00 00 00 00 00 00   ...P..A9........
&0001E0 : CD 0F 00 00 09 00 00 00 01 01 04 00 01 00 00 00   ................
&0001F0 : 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 22   ..............."

Partition 0 found
IDEFS discop_Simtec(0,1,&6,&0,..,&200)

Boot DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 09 3F 10 00 12 0D 00 02 01 B2 20 00 01 0D F4 01   .?........ .....
&000010 : 00 00 A6 50 00 00 41 39 0D 00 00 00 00 00 00 00   ...P..A9........
&000020 : CD 0F 00 00 09 00 00 00 01 01 04 00 01 00 00 00   ................
&000030 : 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 22   ..............."

Full DiscRec is in Zone 601 at LBA &2543000
LBA size in bits=4096 Log2=9
Zone spare bits=32
DiscRec size in bits=480
Log2 bytes per map bit=13

IDEFS discop_Simtec(0,1,&2543000,&0,..,&200)

Full DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : CD 00 80 01 09 3F 10 00 12 0D 00 02 01 B2 20 00   .....?........ .
&000010 : 01 0D F4 01 00 00 A6 50 45 00 41 39 0D 00 00 00   .......PE.A9....
&000020 : 00 00 00 00 CD 0F 00 00 09 00 00 00 01 01 04 00   ................
&000030 : 01 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00   ................

Searching for mounted drive IDEFS::A9
Matching FileCore disc found as IDEFS::4
Free=&004414F20
OS Size in LBA=&004D00000
IDEFS discop_Simtec(0,1,&4D00006,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 06 00 00 00 53 42 50 72 08 00 00 00 00 08 00 00   ....SBPr........
&000010 : 0F 00 00 00 90 00 00 00 01 0D F4 01 21 50 61 72   ............!Par
&000020 : 74 4D 67 72 0D 00 00 00 5A FF FF FF B9 D7 C3 8D   tMgr....Z.......
&000030 : 01 05 00 00 03 0B F0 01 33 00 00 00 05 00 00 00   ........3.......
&000040 : 00 00 00 00 5A EB FF FF 2D 5A 37 98 4D 01 00 00   ....Z...-Z7.M...
&000050 : 05 0B F0 01 33 00 00 00 04 00 00 00 08 00 00 00   ....3...........
&000060 : 5A FB FF FF 33 22 E2 93 71 7B 00 00 06 0B F0 01   Z...3"..q.......
&000070 : 33 00 00 00 09 00 00 00 10 00 00 00 5A F9 FF FF   3...........Z...
&000080 : A8 12 4A 39 8C 04 00 00 25 0B F0 01 33 52 75 6E   ..J9....%...3Run
&000090 : 08 00 00 00 1C 00 00 00 5A F9 FF FF 4A 23 4A 39   ........Z...J#J9
&0000A0 : 4C 08 00 00 27 0B F0 01 33 52 75 6E 0A 00 00 00   L...'...3Run....
&0000B0 : 28 00 00 00 58 FA FF FF E4 66 C1 FE 9C 44 01 00   (...X....f...D..
&0000C0 : 2A 0B F0 01 33 52 75 6E 07 00 00 00 34 00 00 00   *...3Run....4...
&0000D0 : 5A FB FF FF 5D 9B E5 82 92 0A 00 00 7C 0B F0 01   Z...]...........
&0000E0 : 33 52 75 6E 05 00 00 00 3C 00 00 00 5A FF FF FF   3Run....<...Z...
&0000F0 : 7D 66 37 98 53 22 00 00 2F 61 E2 01 03 52 75 6E   .f7.S"../a...Run
&000100 : 09 00 00 00 44 00 00 00 5A FD FF FF 81 D4 B9 97   ....D...Z.......
&000110 : 00 08 00 00 01 0C F0 01 38 52 75 6E 07 00 00 00   ........8Run....
&000120 : 50 00 00 00 5A FD FF FF 83 D4 B9 97 00 08 00 00   P...Z...........
&000130 : 01 1E E2 01 38 52 75 6E 02 00 00 00 58 00 00 00   ....8Run....X...
&000140 : 5A FB FF FF 49 52 D8 92 38 3A 00 00 7F 0B F0 01   Z...IR..8:......
&000150 : 33 52 75 6E 04 00 00 00 5C 00 00 00 5A FD FF FF   3Run....\...Z...
&000160 : 88 D4 B9 97 00 08 00 00 01 60 E2 01 38 52 75 6E   .........`..8Run
&000170 : 0A 00 00 00 64 00 00 00 58 F9 FF FF 30 A4 23 EB   ....d...X...0.#.
&000180 : 88 03 00 00 8E 0B F0 01 33 52 75 6E 09 00 00 00   ........3Run....
&000190 : 70 00 00 00 5A EC FF FF 7E 0B C2 8D B3 0D 00 00   p...Z...........
&0001A0 : 8F 0B F0 01 33 52 75 6E 09 00 00 00 7C 00 00 00   ....3Run........
&0001B0 : 5A FB FF FF 4E 69 F8 92 AF B6 00 00 01 61 E2 01   Z...Ni.......a..
&0001C0 : 33 52 75 6E 04 00 00 00 88 00 00 00 21 48 65 6C   3Run........!Hel
&0001D0 : 70 0D 00 00 21 52 75 6E 0D 00 00 00 21 52 75 6E   p...!Run....!Run
&0001E0 : 49 6D 61 67 65 0D 00 00 21 53 70 72 69 74 65 73   Image...!Sprites
&0001F0 : 0D 00 00 00 21 53 70 72 69 74 65 73 32 32 0D 00   ....!Sprites22..

Partition 1 invalid

add_partitions_IDEFS
====================
IDEFS discop_Simtec(1,1,&6,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 00 00 00 20 00 00 00 40 00 00 00 00 00 00 00 00   ... ...@........
&000010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001C0 : 09 3F 10 00 0F 0C 00 00 01 7C 30 00 F9 02 00 00   .?........0.....
&0001D0 : 00 E0 17 7A 00 00 00 00 00 00 00 00 00 00 00 00   ...z............
&0001E0 : 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00   ................
&0001F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0   ................

Partition 0 invalid
IDEFS discop_Simtec(1,1,&6,&0,..,&200)

Boot DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 09 3F 10 00 0F 0C 00 00 01 7C 30 00 F9 02 00 00   .?........0.....
&000010 : 00 E0 17 7A 00 00 00 00 00 00 00 00 00 00 00 00   ...z............
&000020 : 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00   ................
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0   ................

Full DiscRec is in Zone 62 at LBA &1E9400
LBA size in bits=4096 Log2=9
Zone spare bits=48
DiscRec size in bits=480
Log2 bytes per map bit=12

IDEFS discop_Simtec(1,1,&1E9400,&0,..,&200)

Full DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : BE 08 82 FF 09 3F 10 00 0F 0C 00 02 01 7C 30 00   .....?........0.
&000010 : F9 02 00 00 00 E0 17 7A FE A6 32 47 42 5F 44 4F   .......z..2GB_DO
&000020 : 4D 20 20 20 00 00 04 00 00 00 00 00 00 01 00 00   M   ............
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Searching for mounted drive IDEFS::2GB_DOM
Matching FileCore disc found as IDEFS::5
Free=&0003D00F0
OS Size in LBA=&000300000
Adding unallocated space
 Start of area=000300000
    Drive size=0003D0BF0
Max accessible=100000000
Unusable area=000300000 size 0000D0BF0

Unallocated block
-----------------
P_Start_LBA_Low%=&300000
P_Start_LBA_High%=&0
P_Size_In_LBA_Low%=&D0BF0
P_Size_In_LBA_High%=&0

BASIC END=48968
IDEFS discop_Simtec(1,2,&0,&0,..,&200)
IDEFS discop_Simtec(1,2,&1,&0,..,&200)
IDEFS discop_Simtec(1,2,&2,&0,..,&200)
IDEFS discop_Simtec(1,2,&3,&0,..,&200)
IDEFS discop_Simtec(1,2,&4,&0,..,&200)
IDEFS discop_Simtec(1,2,&5,&0,..,&200)
IDEFS discop_Simtec(1,2,&6,&0,..,&200)
IDEFS discop_Simtec(1,2,&7,&0,..,&200)
IDEFS discop_Simtec(1,2,&8,&0,..,&200)
IDEFS discop_Simtec(1,2,&9,&0,..,&200)
IDEFS discop_Simtec(1,2,&A,&0,..,&200)
IDEFS discop_Simtec(1,2,&B,&0,..,&200)
IDEFS discop_Simtec(1,2,&C,&0,..,&200)
IDEFS discop_Simtec(1,2,&D,&0,..,&200)
IDEFS discop_Simtec(1,2,&E,&0,..,&200)
IDEFS discop_Simtec(1,2,&F,&0,..,&200)
IDEFS discop_Simtec(1,2,&10,&0,..,&200)
IDEFS discop_Simtec(1,2,&11,&0,..,&200)
IDEFS discop_Simtec(1,2,&12,&0,..,&200)
IDEFS discop_Simtec(1,2,&13,&0,..,&200)
IDEFS discop_Simtec(1,2,&14,&0,..,&200)
IDEFS discop_Simtec(1,2,&15,&0,..,&200)
IDEFS discop_Simtec(1,2,&16,&0,..,&200)
IDEFS discop_Simtec(1,2,&17,&0,..,&200)
IDEFS discop_Simtec(1,2,&18,&0,..,&200)
IDEFS discop_Simtec(1,2,&19,&0,..,&200)
IDEFS discop_Simtec(1,2,&1A,&0,..,&200)
IDEFS discop_Simtec(1,2,&1B,&0,..,&200)
IDEFS discop_Simtec(1,2,&1C,&0,..,&200)
IDEFS discop_Simtec(1,2,&1D,&0,..,&200)
IDEFS discop_Simtec(1,2,&1E,&0,..,&200)
IDEFS discop_Simtec(1,2,&1F,&0,..,&200)
ReInit IDEFS
User avatar
IanJeffray
Posts: 163
Joined: Mon Jan 18, 2021 1:51 pm

Re: Partition Manager feedback

Post by IanJeffray »

The partition scheme was still showing as "Filecore" after partitioning to "Simtec" with PM, so I initialised and partitioned the disc with IDETool, which created what PM (apparently errantly) shows like this..
screen.png
screen.png (10.34 KiB) Viewed 6559 times
Here's the debug log from when loading that session of PM...

Code: Select all

PartMgr v0.97 12/04/23 DEBUG
OS Version=442
CDFS found
IDEFS found, detected as Simtec v1.40
BASIC END=47794

read_drives
===========

CDFS
----

IDEFS
-----
Potentially 4 physical drives

DiscOp 3/IDENTIFY response:
Word   :    0    1    2    3    4    5    6    7    8    9
000000 : 045A 3FFF C837 0010 0000 0000 003F 0000 0000 0000 Z..?7.......?.......
000010 : 2020 2020 2020 2020 4E54 3034 5435 3832 3654 4842         TN405T28T6BH
000020 : 0003 4000 0000 3030 3030 3030 3936 4655 4A49 5453 ...@..00000069UFIJST
000030 : 5520 4D48 5632 3034 3041 4820 2020 2020 2020 2020  UHM2V40A0 H        
000040 : 2020 2020 2020 2020 2020 2020 2020 8010 0000 2B00               .....+
000050 : 4000 0200 0200 0007 3FFF 0010 003F FC10 00FB 0110 .@.......?..?.......
000060 : 5300 04A8 0000 0407 0003 0078 0078 00F0 0078 0000 .S........x.x...x...
000070 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000080 : 007C 0019 346B 5B29 6003 3469 9A09 6003 003F 0014 ....k4)[.`i4...`?...
000090 : 0000 4080 FFFE 600B FEFE 0000 0000 0000 0000 0000 ...@...`............
000100 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000110 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0001 ....................
000120 : 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 ....................
000130 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000140 : 0000 0000 0000 0000 034A 0000 0000 0000 4004 4000 ........J........@.@
000150 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000160 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000170 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000180 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000190 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000200 : 0000 0000 0000 0000 0000 0000 003D 0000 0000 0000 ............=.......
000210 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000220 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000230 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000240 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000250 : 0000 0000 0000 0000 0000 D9A5                     ............

Magnetic media drive
Geometry in words 54-58 are reported as valid
  Cylinders=16383 Heads=16 Sectors=63
Drive using 28-bit LBA addressing
Physical drive is IDEFS 0
Model      =FUJITSU MHV2040AH
LBA Size   =512
Size in LBA=&004A85300
Removable  =0

DiscOp 3/IDENTIFY response:
Word   :    0    1    2    3    4    5    6    7    8    9
000000 : 044A 0F81 0000 0010 0000 0040 003F 003D 0BF0 4000 J.........@.?.=....@
000010 : 4331 3131 3131 3737 3532 4131 5978 4339 4531 4C78 1C111177251AxY9C1ExL
000020 : 0002 0002 0004 4144 2042 3631 324A 3247 4220 4154 ......DAB 16J2G2 BTA
000030 : 4120 466C 6173 6820 4469 736B 2020 2020 2020 2020  AlFsa hiDks        
000040 : 2020 2020 2020 2020 2020 2020 2020 8001 0000 0B00               ......
000050 : 0000 0200 0000 0007 0F81 0010 003F 0BF0 003D 0100 ............?...=...
000060 : 0BF0 003D 0000 0407 0003 0078 0078 0078 0078 0000 ..=.......x.x.x.x...
000070 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000080 : 007E 0019 706B 400C 4000 7029 400C 4000 001F 0000 ....kp.@.@)p.@.@....
000090 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000100 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000110 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000120 : 0000 0000 0000 0000 0000 0000 0000 0000 0001 0000 ....................
000130 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000140 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000150 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000160 : 0000 0000 0000 0012 0000 0000 0000 0000 0000 0000 ....................
000170 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000180 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000190 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000200 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000210 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000220 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000230 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000240 : 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 ....................
000250 : 0000 0000 0000 0000 0000 0000                     ............

Magnetic media drive
Geometry in words 54-58 are reported as valid
  Cylinders=3969 Heads=16 Sectors=63
Drive using 28-bit LBA addressing
Physical drive is IDEFS 2
Model      =2GB ATA Flash Disk
LBA Size   =512
Size in LBA=&0003D0BF0
Removable  =0

add_partitions_IDEFS
====================
IDEFS discop_Simtec(0,1,&6,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 00 00 00 20 00 00 00 40 00 00 00 00 00 00 00 00   ... ...@........
&000010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001A0 : 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF   ................
&0001B0 : 61 6E 64 79 AD E9 23 57 31 23 EA FD 00 00 00 00   andy..#W1#......
&0001C0 : 09 3F 10 00 12 0D 00 02 01 B2 20 00 01 0D F4 01   .?........ .....
&0001D0 : 00 00 A6 50 00 00 41 39 0D 00 00 00 00 00 00 00   ...P..A9........
&0001E0 : CD 0F 00 00 09 00 00 00 01 01 04 00 01 00 00 00   ................
&0001F0 : 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 22   ..............."

Partition 0 found
IDEFS discop_Simtec(0,1,&6,&0,..,&200)

Boot DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 09 3F 10 00 12 0D 00 02 01 B2 20 00 01 0D F4 01   .?........ .....
&000010 : 00 00 A6 50 00 00 41 39 0D 00 00 00 00 00 00 00   ...P..A9........
&000020 : CD 0F 00 00 09 00 00 00 01 01 04 00 01 00 00 00   ................
&000030 : 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 22   ..............."

Full DiscRec is in Zone 601 at LBA &2543000
LBA size in bits=4096 Log2=9
Zone spare bits=32
DiscRec size in bits=480
Log2 bytes per map bit=13

IDEFS discop_Simtec(0,1,&2543000,&0,..,&200)

Full DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : CB 00 80 01 09 3F 10 00 12 0D 00 02 01 B2 20 00   .....?........ .
&000010 : 01 0D F4 01 00 00 A6 50 47 00 41 39 0D 00 00 00   .......PG.A9....
&000020 : 00 00 00 00 CD 0F 00 00 09 00 00 00 01 01 04 00   ................
&000030 : 01 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00   ................

Searching for mounted drive IDEFS::A9
Matching FileCore disc found as IDEFS::4
Free=&004414F20
OS Size in LBA=&004D00000
IDEFS discop_Simtec(0,1,&4D00006,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 61 00 00 00 53 42 50 72 08 00 00 00 00 08 00 00   a...SBPr........
&000010 : 10 00 00 00 9C 00 00 00 01 0D F4 01 21 50 61 72   ............!Par
&000020 : 74 4D 67 72 0D 00 00 00 5A FF FF FF B9 D7 C3 8D   tMgr....Z.......
&000030 : 01 05 00 00 03 0B F0 01 33 00 00 00 05 00 00 00   ........3.......
&000040 : 00 00 00 00 5A EB FF FF 2D 5A 37 98 4D 01 00 00   ....Z...-Z7.M...
&000050 : 05 0B F0 01 33 00 00 00 04 00 00 00 08 00 00 00   ....3...........
&000060 : 5A FB FF FF 33 22 E2 93 71 7B 00 00 06 0B F0 01   Z...3"..q.......
&000070 : 33 00 00 00 09 00 00 00 10 00 00 00 5A F9 FF FF   3...........Z...
&000080 : A8 12 4A 39 8C 04 00 00 25 0B F0 01 33 52 75 6E   ..J9....%...3Run
&000090 : 08 00 00 00 1C 00 00 00 5A F9 FF FF 4A 23 4A 39   ........Z...J#J9
&0000A0 : 4C 08 00 00 27 0B F0 01 33 52 75 6E 0A 00 00 00   L...'...3Run....
&0000B0 : 28 00 00 00 58 FA FF FF E4 66 C1 FE 9C 44 01 00   (...X....f...D..
&0000C0 : 2A 0B F0 01 33 52 75 6E 07 00 00 00 34 00 00 00   *...3Run....4...
&0000D0 : 5A FB FF FF 5D 9B E5 82 92 0A 00 00 7C 0B F0 01   Z...]...........
&0000E0 : 33 52 75 6E 05 00 00 00 3C 00 00 00 5A FF FF FF   3Run....<...Z...
&0000F0 : FD 2E 38 98 53 22 00 00 40 61 E2 01 03 52 75 6E   ..8.S"..@a...Run
&000100 : 09 00 00 00 44 00 00 00 5A FF FF FF 06 6C 37 98   ....D...Z....l7.
&000110 : FB 40 00 00 2F 61 E2 01 03 52 75 6E 0A 00 00 00   .@../a...Run....
&000120 : 50 00 00 00 5A FD FF FF 81 D4 B9 97 00 08 00 00   P...Z...........
&000130 : 01 0C F0 01 38 52 75 6E 07 00 00 00 5C 00 00 00   ....8Run....\...
&000140 : 5A FD FF FF 83 D4 B9 97 00 08 00 00 01 1E E2 01   Z...............
&000150 : 38 52 75 6E 02 00 00 00 64 00 00 00 5A FB FF FF   8Run....d...Z...
&000160 : 49 52 D8 92 38 3A 00 00 7F 0B F0 01 33 52 75 6E   IR..8:......3Run
&000170 : 04 00 00 00 68 00 00 00 5A FD FF FF 88 D4 B9 97   ....h...Z.......
&000180 : 00 08 00 00 01 60 E2 01 38 52 75 6E 0A 00 00 00   .....`..8Run....
&000190 : 70 00 00 00 58 F9 FF FF 30 A4 23 EB 88 03 00 00   p...X...0.#.....
&0001A0 : 8E 0B F0 01 33 52 75 6E 09 00 00 00 7C 00 00 00   ....3Run........
&0001B0 : 5A EC FF FF 7E 0B C2 8D B3 0D 00 00 8F 0B F0 01   Z...............
&0001C0 : 33 52 75 6E 09 00 00 00 88 00 00 00 5A FB FF FF   3Run........Z...
&0001D0 : 4E 69 F8 92 AF B6 00 00 01 61 E2 01 33 52 75 6E   Ni.......a..3Run
&0001E0 : 04 00 00 00 94 00 00 00 21 48 65 6C 70 0D 00 00   ........!Help...
&0001F0 : 21 52 75 6E 0D 00 00 00 21 52 75 6E 49 6D 61 67   !Run....!RunImag

Partition 1 invalid

add_partitions_IDEFS
====================
IDEFS discop_Simtec(1,1,&6,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 00 00 00 20 00 00 00 40 00 00 00 00 00 00 00 00   ... ...@........
&000010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001A0 : 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF   ................
&0001B0 : 61 6E 64 79 AD E9 23 57 31 23 EA FD 00 00 00 00   andy..#W1#......
&0001C0 : 09 FF FF 00 12 0B 00 00 01 F7 20 00 01 57 66 00   .......... ..Wf.
&0001D0 : 00 E0 17 7A 00 00 32 47 42 5F 44 4F 4D 0D 00 00   ...z..2GB_DOM...
&0001E0 : CD 0F 00 00 00 00 00 00 00 01 00 00 01 00 00 00   ................
&0001F0 : 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 BD   ................

Partition 0 found
IDEFS discop_Simtec(1,1,&6,&0,..,&200)

Boot DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 09 FF FF 00 12 0B 00 00 01 F7 20 00 01 57 66 00   .......... ..Wf.
&000010 : 00 E0 17 7A 00 00 32 47 42 5F 44 4F 4D 0D 00 00   ...z..2GB_DOM...
&000020 : CD 0F 00 00 00 00 00 00 00 01 00 00 01 00 00 00   ................
&000030 : 00 08 00 00 00 00 00 00 00 00 00 00 00 00 00 BD   ................

Full DiscRec is in Zone 123 at LBA &1E7B00
LBA size in bits=4096 Log2=9
Zone spare bits=32
DiscRec size in bits=480
Log2 bytes per map bit=11

IDEFS discop_Simtec(1,1,&1E7B00,&0,..,&200)

Full DiscRec:
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : BF 0B 82 FF 09 FF FF 00 12 0B 00 00 01 F7 20 00   .............. .
&000010 : 01 57 66 00 00 E0 17 7A 00 00 32 47 42 5F 44 4F   .Wf....z..2GB_DO
&000020 : 4D 0D 00 00 CD 0F 00 00 00 00 00 00 00 01 00 00   M...............
&000030 : 01 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00   ................

Searching for mounted drive IDEFS::2GB_DOM
Matching FileCore disc found as IDEFS::5
Free=&0003D0968
OS Size in LBA=&000300000
IDEFS discop_Simtec(1,1,&300006,&0,..,&200)
Address :  0  1  2  3  4  5  6  7  8  9  A  B  C  D  E  F
&000000 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000010 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000020 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000030 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000040 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000050 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000060 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000070 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000080 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000090 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0000F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000100 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000110 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000120 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000130 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000140 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000150 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000160 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000170 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000180 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&000190 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001A0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001B0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001C0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001D0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001E0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................
&0001F0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00   ................

Partition 1 invalid
BASIC END=48758
Post Reply