0

Timestamp precision or accuracy of EXT4 filesystem in Linux is one second ( Windows timestamp precision is 100 nano second ). But our application which is running on cloud requires more precision for the filesystem . How to increase the timestamp precision in Linux ?

Nithin
  • 9,661
  • 14
  • 44
  • 67

1 Answers1

0

ext4 is supposed to support finer timestamps; it can depend on how the system was formatted:

Community
  • 1
  • 1
Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105