1

I searched online, to no avail. Is there some way to recover the access timestamp of my file on BTRFS, before the access timestamp which appears currently? Using HDD (not SSD). Please let me know. Is this question better suited for superuser? I made no snapshots (willingly), using Fedora and the metadata change dates back some two weeks... In fact to be precise I'm interested in two timestamps ago, which happened in rapid succession.

2
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. Commented May 23 at 18:22
  • I clarified my post. Commented May 23 at 18:33

1 Answer 1

3

No, none of Linux' native file-systems keep this kind of record (and for good reason). To get something of such granularity you'd have to enable a very garrulous and costly auditing scheme that you'd sacrifice a lot of disk-space and constant writes for ... but that won't fix the historical data question.

1
  • 1
    Right, I'm not looking for an official record but maybe there is data corresponding to the previous timestamp, which was marked as available to reuse but hasn't been overwritten yet on the btrfs, and can therefore be recovered by analysing the filesystem. I'm inclined to think that even such metadata changes are not written in-place by btrfs. Commented May 23 at 19:42

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.