fizwit / filesystem-reporting-tools

Tools to help system administors manage very large file systems. pwalk
GNU General Public License v2.0
22 stars 12 forks source link

Change data types to match current standards #15

Closed bmcgough closed 6 years ago

bmcgough commented 6 years ago

inodes are UQUAD st_dev UQUAD st_uid U32 st_gid U32 stmode U32 st(a|c|m)time SQUAD st_nlink ULONG st_blk SQUAD

inodes have been observed to wrap on BeeGFS

fizwit commented 6 years ago

inode number is now unsigned long long int (64 bit unsigned )