Been working on a web server on Pi OS 64 (on Pi4B 8GB) and all has been well. I tried a new USB hub which corrupted the boot SSD. No worried as I have a second SSD that I weekly rsync my boot drive too as a emergency backup with the command: rsync -avxHAX --progress --delete / /mnt/drive2/
On trying to boot my 2nd drive all seems fine except the root boots as read only. I can issue the command mount -o remount,rw /dev/sda2 / and the root becomes read-write. However I have to restart my services manually which seem to fail because of the read only. I suspect I may of get this problem by not excluding specific folders /dev/ etc. But I am not certain what caused this. So question for the experts. Am I borked and have to reinstall from scratch or can I fix this?
I've tried fixing this in fstab but it remains read only on boot (I have a long commit/writeback as my Pi runs off batteries 24/7).
fstab
----------
proc /proc proc defaults 0 0
PARTUUID=a4924ed2-01 /boot vfat defaults 0 2
UUID=9dceb626-04b3-4ee6-bcbe-48394bdaa4c1 / ext4 defaults,rw,noatime,barrier=0,data=writeback,commit=1800,acl,errors=remount-rw 0 1
