[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2020-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package coreutils - 8.30-3ubuntu3 --- coreutils (8.30-3ubuntu3) groovy; urgency=medium * d/p/treat-devtmpfs-and-squashfs-as-dummy-filesystems.patch: - Avoid displaying snaps in output from df and other tools, by excluding display of squashfs files

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2020-07-07 Thread Bryce Harrington
** Changed in: coreutils (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1219529 Title: df -x tmpfs fails to exclude udev (/dev) To manage notificatio

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2020-07-06 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~bryce/ubuntu/+source/coreutils/+git/coreutils/+merge/386911 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1219529 Title: df -x tmpfs fails t

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2020-04-22 Thread Bryce Harrington
20.04's coreutils still has the behavior described in this bug. /dev is listed as type 'udev' by df but df -x udev does not exclude it; df -x devtmpfs does. I wonder if one way to at least resolve the confusion might be to make the code that prints the table display devtmpfs devices as 'devtmpfs'

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2015-12-05 Thread Daniel Barrett
This bug still exists in 15.10 - confirming. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1219529 Title: df -x tmpfs fails to exclude udev (/dev) To manage notifications about this bug go to: http

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2013-09-03 Thread C de-Avillez
** Bug watch added: Email to 15257@debbugs # mailto:15...@debbugs.gnu.org ** Also affects: coreutils via mailto:15...@debbugs.gnu.org Importance: Undecided Status: New ** Changed in: coreutils (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification bec

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2013-09-03 Thread C de-Avillez
OTOH, 'stat' *is* coreutils... so confirming. At least 'stat' and 'df' should should agree. ** Changed in: coreutils (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1219529] Re: df -x tmpfs fails to exclude udev (/dev)

2013-09-03 Thread C de-Avillez
Thank you for opening this bug and helping make Ubuntu better. Indeed 'stat' states /dev is tmpfs. But 'mount' gives out the type as 'devtmpfs' (!): hggdh@chatto:~$ mount | grep udev udev on /dev type devtmpfs (rw,mode=0755) hggdh@chatto:~$ and, then, 'df -x devtmpfs' works as expected: hggdh@c