On 11/8/18 11:53 AM, L A Walsh wrote:
> Both should be %i for the file system ID in hex.
> How is it that the fs ID is the same as the device
> number of the file system?
>
> i.e.
> 8:34 = 8:21 in hex
> 8:33 = 8:22 in hex
dunno - I assume this is the secret of the implementation of the file
On 11/7/2018 11:22 AM, Bernhard Voelker wrote:
On 11/7/18 5:07 PM, L A Walsh wrote:
Was looking to see when the underlying filesystem
changed in a path.
I used:
stat -f -c%f /
821
stat -f -c%i /var
822
sorry, I overlooked the %i example:
---
Both should be %i fo