7

I am able to get the file creation date/time using debugfs command in ext file system but how to check/get the same in XFS file system.

Sriharsha Kalluru
  • 1,743
  • 3
  • 21
  • 27

1 Answers1

10

XFS does not support creation time. It just has the regular atime, mtime and ctime. There are no plans that I've heard to support it

Source: http://comments.gmane.org/gmane.comp.file-systems.xfs.general/20629

cptPH
  • 2,401
  • 1
  • 29
  • 35