[Bug 1905623] Re: df: /run/user/1000/doc: Operation not permitted
walkerstreet
1905623 at bugs.launchpad.net
Sat Feb 13 01:53:41 UTC 2021
I formatted it as follows:
@@ -164,7 +164,10 @@
#define ME_DUMMY_0(Fs_name, Fs_type) \
(strcmp (Fs_type, "autofs") == 0 \
+ || strcmp (Fs_type, "devtmpfs") == 0 \
+ || strcmp (Fs_type, "fuse.portal") == 0 \
|| strcmp (Fs_type, "proc") == 0 \
+ || strcmp (Fs_type, "squashfs") == 0 \
|| strcmp (Fs_type, "subfs") == 0 \
/* for Linux 2.6/3.x */ \
|| strcmp (Fs_type, "debugfs") == 0 \
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to coreutils in Ubuntu.
https://bugs.launchpad.net/bugs/1905623
Title:
df: /run/user/1000/doc: Operation not permitted
Status in coreutils package in Ubuntu:
Fix Released
Status in xdg-desktop-portal package in Ubuntu:
Triaged
Bug description:
/run/user/1000/doc is a fuse.portal mount point, but statfs() return
EPERM, hence df produces an error message. Maybe statfs() is not
implemented, but it would be good to quieten this down (df even does
not allow me to ignore it, probably because it looks at statfs to find
out fs type, so my fs type ignoring doesn't work).
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/coreutils/+bug/1905623/+subscriptions
More information about the foundations-bugs
mailing list