Is there a way to mount an old SD (via USB) and read config files off of it?
I rebuilt the RP4 on a new SD, and restored a backup from a few weeks ago, but, I would love to grab some of the config yaml files off of the original SD. My Mac will not read it.
There is more than one partition. The boot partition is some fat variant (vfat or fat32 or something like that). However the config files are not there
The other partitions are ext3 or ext4 as I understand it.
But anyway the files you want should all be in your backup, assuming it is recent enough.
That sounds like an image backup. fat32 is the bootable partition usually /boot with linux kernel and drivers. The user files are on the other partitions. I asked what filesystems were on the card (i.e. list them using disk utilities and post). So I’m asking again. Also how did you create the backup - what app/tool/script/command ?
Pi images very commonly use ext4 partition for almost all os, apps and data with a couple of hundred megs of FAT on the front to boot from. Ubuntu will read this without breaking a sweat, but mac users without access to a linux box can use ext4fuse. If you use brew to manage your packages you can brew install --cask oxsfuse then brew install ext4fuse.