Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › After uploading ROMs, system fails automatic file system check › Reply To: After uploading ROMs, system fails automatic file system check
This just happened to me. I am running RP3.0 on a Pi 2 from USB. I was scraping metadata and did a reboot from within ES. When it rebooted it threw this message along with a few lines about a different rooms taking up extra or duplicate blocks.
I fixed it by running as root:
fsck /dev/sda2
While checking my drive, there were a few errors and I told it to fix them as they came up. After that a reboot occurred and it is good to go.
I would assume this would also work if running off SD by replacing sda2 with the address of the card? Barring the card being trashed, though.