There's an invisibleWhat does the directory structure look like when using an XPF helper disk? I used it a long time ago and I can't seem to remember what it looks like.
.XpostFacto
folder on the Helper disk. The period makes it invisible in Mac OS X. The folder has the invisible Finder flag set so it's also invisible in Mac OS 9 also.There's XPostFacto debug options to make the folder not invisible. Or you can use the defaults write command to make invisible files visible in the Finder (if the version of Mac OS X is not new enough to support the Command-Shift-Period key press).
https://nordlocker.com/blog/how-to-show-hidden-files-mac/
The
.XpostFacto
folder contains nested folders for each node of the Open Firmware device path to the root device and inside the last folder is a copy of /System/Library/Extensions from the root volume.
Code:
BootX.image // 4.0.2, © 2001 - 2005 Other World Computing
.XPostFacto/pci1/@E/@2/@0;28/
mach_kernel
System
Library
Extensions
- all the kexts, plugins, anything from the /S*/L*/E* folder of the root partition -
:
that is normally used in an Open Firmware path is replaced with ;
since :
is the path node separator for classic Mac OS (instead of /
which is used for Unix).This is with XPostFacto 4. I'm not sure if the earlier versions of XPostFacto were the same. I have what appears to be another helper partition from 2004 when last I played with XPostFacto. It's a Mac OS 9.2 partition but it has these files:
Code:
BootX.image // 3.0.0b2, © 2001 - 2004 Other World Computing
.XPostFacto
XPostFacto Prefs
scsi-int/@3;3
mach_kernel
Library
Extensions
- only 20 kexts from XPostFacto -
System
Library
Extensions.mkext
Extensions
AppleRAID.kext
AppleNDRV
ATIDriver.bundle
ATIRuntimeDriver.bundle
Also on this Mac OS 9.2 partition are these from 2003 or 2004:
Code:
Library/StartupItems/XPFStartupItem
private/tmp
mach_kernel
Library
Extensions
- only 15 kexts from XPostFacto -
System/Library/Extensions.mkext
System/Library
Extensions.mkext
CoreServices
.disk_label (from today)
.disk_label.contentDetails (from today)
BootX
Extensions
- only 20 kexts from XPostFacto -
None of these three cases is a full Mac OS X installation. I've deleted the old helpers. I'll just be working with my latest XPostFacto 4 stuff. I'll have to verify if it's still compatible with my 10.3 and 10.2 partitions.