GNU bug report logs - #33303
hex id for file system is incorrect or non-standard using uil 'id'

Previous Next

Package: coreutils;

Reported by: L A Walsh <coreutils <at> tlinx.org>

Date: Wed, 7 Nov 2018 16:09:01 UTC

Severity: normal

Tags: notabug

Done: Bernhard Voelker <mail <at> bernhard-voelker.de>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: L A Walsh <coreutils <at> tlinx.org>
To: Coreutils <bug-coreutils <at> gnu.org>
Subject: hex id for file system is incorrect or non-standard using uil 'id'
Date: Wed, 07 Nov 2018 08:07:50 -0800
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





This bug report was last modified 6 years and 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.