bug#79096: du: -x doesn't detect sshfs file system
Grisha Levit <[email protected]>
| Newsgroups | gmane.comp.gnu.core-utils.bugs |
|---|---|
| Message-ID | <CAMu=Brqru2G=pNCv==0Ck6a=3EkHbjR=-aYeV+3DBCA=fTp8Vw@mail.gmail.com> |
On Fri, Jul 25, 2025, 12:02 Stan Marsh <[email protected]> wrote: > > I used the following command to check disk usage in ~: > > $ du -sxc ~/* > > Unfortunately, this hung when it hit the directory ~/sshfs_mount, which is > sshfs > mounted to my home dir on some other system. > When the glob is expanded, $HOME/sshfs_mount ends up being one of the args to `du' so it seems not surprising that the directory is processed. >