If your drive fails and goes into read-only mode (like my Samsung 980 Pro did), Firefox may lose the usual sessionstore.js
file used for restoring tabs. However, there’s still hope — Firefox stores active tabs in different files depending on its state:
- When Firefox is running → Tabs are saved in:
profile.folder\sessionstore-backups\recovery.baklz4
- When Firefox is not running → Tabs are saved in:
profile.folder\sessionstore.js
In my case, because the browser crashed with the drive,sessionstore.js
didn’t exist. The only survivor wasrecovery.baklz4
.