- Status Closed
- Percent Complete
- Task Type Bugs
- Category Operating System/Drivers
- Assigned To No-one
- Operating System All players
- Severity High
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
Attached to Project: Rockbox
Opened by Peter D'Hoye - 2006-12-02
Last edited by Peter D'Hoye - 2006-12-02
Opened by Peter D'Hoye - 2006-12-02
Last edited by Peter D'Hoye - 2006-12-02
FS#6408 - Settings not saved to disk?
Moos discovered that dircache kept giving the scanning splash, and I have traced the issue up to the point where it looks like the value never makes it to disk.
set_bits() encodes the correct value, but get_bits() reads 0. This I'm now 100% sure.
this works ok if using rolo, so it must be related to the actual spinning up and writing to the disk. Or maybe the disk doesn't flush its cache?
to test:
- disable dircache and reboot
- enable dircache, reboot
- next boots will always show the scanning splash because dircache_size is read from disk as zero.