procount
procount
It is Windows IoT that REQUIRES it, but it informs PINN to do it via partitions.json. Adding a ProjectSpace is not sufficient to reserve space in the extended partition? I...
Not seen that before. I shall have to experiment with it
Yes I think you are right. The archiving looks to be a bit lacking. I shall look at improving it. Thanks for reporting it.
I hope to have an update to fix this shortly. Would you be willing to test it out?
Please download https://sourceforge.net/projects/pinn/files/testing/pinn-353a.zip/download You should unzip it over an existing PINN installation (one that doesn't matter, since this is beta software!) (password is backup) It does not include recovery.cmdline or...
Backup should use the same method of archiving as was used to create the OS install files originally, with some minor exceptions. Images were used for some partitions in lineage...
I'm afraid pinn 353a is not going to work. See https://github.com/raspberrypi/noobs/issues/500. Currently v3.5.2 uses plain tar, but I've verified it has started to cause this problem. I don't remember it...
Cheers! TBH, I can't remember specifically mounting a USB drive. It has not been part of my usual test suite, but perhaps it should be now... I'll give the HAVE_STATFS...
Although using your setfacl fix would be a lot quicker!
This can be fixed in partition_setup.sh by adding: ```rm -rf /tmp/2/media/pi``` I wonder if we should use ```rm -rf /tmp/2/media/*``` instead, so that the username would not matter...? Or could...