Mike Frysinger <[EMAIL PROTECTED]> wrote:
> a user reported that running `df --local` was showing his cifs mount point
> http://bugs.gentoo.org/141012 ... indeed:
>
> $ df --version | head -n 1
> df (GNU coreutils) 5.97
> $ df --local | tail -n 1
> //matt/d$             22081340  18343740   3737600  84% /mnt/tmp
> $ mount | grep matt
> //matt/d$ on /mnt/tmp type cifs (rw,mand)
>
> attached patch against cvs HEAD updates the ME_REMOTE() macro in
> lib/mountlist.c to compare Fs_type to "cifs" like it already does for "smbfs"
> -mike
>
> 2006-07-19  Mike Frysinger  <[EMAIL PROTECTED]>
>
>       * lib/mountlist.c [ME_REMOTE]: Filter out cifs.

Applied to the trunk.  Thanks!


_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to