Bug#344356: findutils: find incorrectly thinks / is tmpfs

2006-01-21 Thread Andreas Metzler
On 2005-12-22 David Caldwell [EMAIL PROTECTED] wrote: Subject: findutils: find incorrectly thinks / is tmpfs Package: findutils Version: 4.2.26-2 Severity: important *** Please type your report below this line *** When I do this: find / -maxdepth 1 -printf '%f - %F\n' I get this

Bug#344356: findutils: find incorrectly thinks / is tmpfs

2006-01-21 Thread David Caldwell
On 1/21/06 2:29 PM +0100 Andreas Metzler wrote: Can you still reproduce this with 4.2.27-1? Nope, 4.2.27-1 works: $ find / -maxdepth 1 -printf '%f - %F\n' / - ext3 lost+found - ext3 bin - ext3 boot - ext3 cdrom - ext3 cvs - ext3 export - ext3 dev - ext3 etc - ext3 Yay! Thanks, David --

Bug#344356: findutils: find incorrectly thinks / is tmpfs

2005-12-22 Thread Andreas Metzler
On 2005-12-22 David Caldwell [EMAIL PROTECTED] wrote: Subject: findutils: find incorrectly thinks / is tmpfs Package: findutils Version: 4.2.26-2 Severity: important *** Please type your report below this line *** When I do this: find / -maxdepth 1 -printf '%f - %F\n' I get this

Bug#344356: findutils: find incorrectly thinks / is tmpfs

2005-12-22 Thread David Caldwell
On 12/22/05 19:26:11 +0100 Andreas Metzler wrote: /etc/mtab, please show it. Ok: $ cat /etc/mtab /dev/hda2 / ext3 rw,errors=remount-ro 0 0 /dev/hda1 /boot ext3 rw,errors=remount-ro 0 0 none /proc/bus/usb usbfs rw 0 0 proc /proc proc rw 0 0 sysfs /sys sysfs rw 0 0 devpts /dev/pts devpts

Bug#344356: findutils: find incorrectly thinks / is tmpfs

2005-12-21 Thread David Caldwell
Subject: findutils: find incorrectly thinks / is tmpfs Package: findutils Version: 4.2.26-2 Severity: important *** Please type your report below this line *** When I do this: find / -maxdepth 1 -printf '%f - %F\n' I get this output: / - tmpfs lost+found - tmpfs bin - tmpfs boot - ext3 cdrom