Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • if atime changes, then a read operation adds a write operation which might be or not be cached. If you want to increase duration of a frail SSD, you can disable partially or completely atime (relatime, lazytime, noatime). Commented Jun 11, 2019 at 18:10
  • 1
    Please clarify what you want to know in question 3, it's not clear. Commented Jun 11, 2019 at 18:48
  • I am only interested in physical address of SSD. If atime changes frequently due to repeatedly read operation, does it cause Gargbage Collection? I think it is not efficient for inode to move to other blocks because of only read operation. Commented Jun 12, 2019 at 3:57