bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#33303: hex id for file system is incorrect or non-standard using uil


From: L A Walsh
Subject: bug#33303: hex id for file system is incorrect or non-standard using uil 'id'
Date: Wed, 07 Nov 2018 08:07:50 -0800
User-agent: Thunderbird

Was looking to see when the underlying filesystem
changed in a path.

I used:
 stat -f -c%f /
82100000000
stat -f -c%i /var
82200000000

There are way too many zeros, not to mention being left justfied
with zeros.

What I might expect to see is more like this:
821
or
822

mountpoint -d shows the maj:min for the given path (in decimal):
 mountpoint -d /
8:33
 mountpoint -d /tmp
8:34






reply via email to

[Prev in Thread] Current Thread [Next in Thread]