This came up on a recent thread and yeah it seems to be a preload issue, this was found on the mailing list:
Code:
This isn't new. The FIBMAP ioctl tries to determine the actual block on disk
that a file is using. Most likely it's coming from preload, the tool that
tries to check what things are in use and load them into memory so they will
start quicker on future boots, and it is probably trying to map something that
doesn't support mapping, such as a tmpfs or similar
This message has been around forever. At some point someone should probably
fix the preload code to check to see if the filesystem in question supports
mapping before trying to do it, and just hide the error message
At the time I thought it may have been down to me using nfs exports that preload couldn't map, or possibly even ntfs partitions?
Preload's function is to help the system boot quicker and as I didn't care too much about that uninstalled preload to see what would happen, the fibmap messages went away, and I wasn't able to discern any noticeable difference in the time it takes the machine to boot nor any adverse effect on the system over time without preload
Something the OP could try perhaps? Even if just to get his nvidia driver installed and reinstalls preload after the driver's in place
Bookmarks