bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: -fstype doesn't work


From: Han Boetes
Subject: Re: -fstype doesn't work
Date: Sat, 5 Nov 2005 04:08:37 +0100
User-agent: Mutt/1.5.11

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]