As a follow up I did manage to get everything sorted out. Redid the disk labels and used newfs and well in single user mode had to use ed to cleanup the fstab. After that booting bsd.rd to reinstall sets and then a restore from backup on a usb I made of what I would be hitting and all seems well. Well better...
$ df -h Filesystem Size Used Avail Capacity Mounted on /dev/sd0a 1005M 250M 704M 26% / /dev/sd0h 62.9G 19.2G 40.6G 32% /home /dev/sd0d 3.9G 288K 3.7G 0% /tmp /dev/sd0f 4.9G 1.0G 3.7G 22% /usr /dev/sd0g 19.7G 11.0G 7.7G 59% /usr/local /dev/sd0e 11.2G 56.2M 10.6G 1% /var /dev/sd0i 9.8G 1.1G 8.2G 12% /usr/ports $ mount /dev/sd0a on / type ffs (local) /dev/sd0h on /home type ffs (local, noatime, nodev, nosuid, softdep) /dev/sd0d on /tmp type ffs (local, noatime, nodev, nosuid, softdep) /dev/sd0f on /usr type ffs (local, noatime, nodev, softdep) /dev/sd0g on /usr/local type ffs (local, noatime, nodev, nosuid, wxallowed, softdep) /dev/sd0e on /var type ffs (local, noatime, nodev, nosuid, softdep) /dev/sd0i on /usr/ports type ffs (local, noatime, nodev, nosuid, wxallowed, softdep) Should /usr/ports be mounted wxallowed. I was thinking no, but I recall running into an issue when it wasn't.