Bob Proulx wrote:
> Han Boetes wrote:
> > And then ran the following command:
> >
> >         find . -printf '%F %p\n'    
> >
> > And the result was that all files were of the type unknown.
>
> What does 'df' say?
>
>   df -TP .

And then I saw the light:

sshfs-fuse had destroyed my /etc/mtab

After linking /proc/mounts to /etc/mtab I got the proper output again

~/.tmp% find . -printf '%F %p\n'
jfs .
jfs ./BushMotivesFor911.pdf
etc.

I would like to suggest adding a warning if /etc/mtab is
unreadable if it is accessed.




# Han


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

Reply via email to