MassFS support has had a makeover in the latest build, if you'd like to try it again.IanJeffray wrote: ↑Wed May 17, 2023 11:27 am Will test MassFS on Unipod and A9, though IIRC last time I played with this I had issues finding a USB drive small enough that it'd cope with.
From testing so far, it seems to be a bit hit/miss with some devices working and others not returning from MassFS when read. Formatting MassFS hosted devices hasn't been tested yet, so there might be work for me there - in particular FAT, as MassFS doesn't support MBR partition tables. FAT, like FileCore, can be used without a partition table, but I've not implemented it specifically in PM. Initialising as FileCore, then formatting a new volume as FAT should in theory produce a FAT without MBR - I've not test that myself though.
With regard to MassFS's lack of support for devices >2GB, I wonder if PM might work around that if I cap MassFS to 2GB volumes. That is however assuming the issue is with the MassFS formatter, not MassFS the filesystem. I might also need to restrict it to FAT16, as I'm not sure if MassFS supports FAT32.