GNU bug report logs -
#34812
stat: 64-bit value for filesytem type
Previous Next
To reply to this bug, email your comments to 34812 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#34812
; Package
coreutils
.
(Mon, 11 Mar 2019 14:49:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
James Thomas Moon <jtm.moon <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Mon, 11 Mar 2019 14:49:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
*tl;dr* stat returns 64-bit value fffffffffe534d42 for filesystem type of
smb2, expected fe534d42.
This README <https://github.com/coreutils/coreutils/blob/master/README>
instructs sending bug reports to this email address (can I create a github
Issue instead?)
The following prints an unexpected result
$ stat --file-system --printf='(%i) filesytem ID in hex\n(%t)
filesytem type in hex\n(%T) filesystem type in hrf'
/mnt/cifspath/monitor1
(1a) filesytem ID in hex
(fffffffffe534d42) filesytem type in hex
(smb2) filesystem type in hrf
Using Raspbian 9.8 stretch on Raspberry Pi B
$ uname -a
Linux host 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l GNU/Linux
$ lsb_release -a
Description: Raspbian GNU/Linux 9.8 (stretch)
Release: 9.8
Codename: stretch
cpuinfo
$ cat /proc/cpuinfo
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 897.37
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7
Hardware : BCM2835
Revision : 000d
This was noticed while diagnosing bug
qbittorrent/qBittorrent/issues/10367#issuecomment-471415003
<https://github.com/qbittorrent/qBittorrent/issues/10367#issuecomment-471415003>
.
Thanks.
James Thomas Moon https://github.com/jtmoon79
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-coreutils <at> gnu.org
:
bug#34812
; Package
coreutils
.
(Mon, 11 Mar 2019 15:24:01 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Whoops, using *stat (GNU coreutils) 8.26.*
On Sun, Mar 10, 2019 at 11:20 PM James Thomas Moon <jtm.moon <at> gmail.com>
wrote:
> *tl;dr* stat returns 64-bit value fffffffffe534d42 for filesystem type of
> smb2, expected fe534d42.
>
> This README <https://github.com/coreutils/coreutils/blob/master/README>
> instructs sending bug reports to this email address (can I create a github
> Issue instead?)
>
> The following prints an unexpected result
>
> $ stat --file-system --printf='(%i) filesytem ID in hex\n(%t) filesytem type in hex\n(%T) filesystem type in hrf' /mnt/cifspath/monitor1
> (1a) filesytem ID in hex
> (fffffffffe534d42) filesytem type in hex
> (smb2) filesystem type in hrf
>
>
> Using Raspbian 9.8 stretch on Raspberry Pi B
>
> $ uname -a
> Linux host 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l GNU/Linux
>
> $ lsb_release -a
> Description: Raspbian GNU/Linux 9.8 (stretch)
> Release: 9.8
> Codename: stretch
>
> cpuinfo
>
> $ cat /proc/cpuinfo
> processor : 0
> model name : ARMv6-compatible processor rev 7 (v6l)
> BogoMIPS : 897.37
> Features : half thumb fastmult vfp edsp java tls
> CPU implementer : 0x41
> CPU architecture: 7
> CPU variant : 0x0
> CPU part : 0xb76
> CPU revision : 7
>
> Hardware : BCM2835
> Revision : 000d
>
>
> This was noticed while diagnosing bug
> qbittorrent/qBittorrent/issues/10367#issuecomment-471415003
> <https://github.com/qbittorrent/qBittorrent/issues/10367#issuecomment-471415003>
> .
>
>
> Thanks.
> James Thomas Moon https://github.com/jtmoon79
>
>
[Message part 2 (text/html, inline)]
This bug report was last modified 6 years and 155 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.