Re: -fstype doesn't work

2005-11-04 Thread Han Boetes
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 Af

Re: -fstype doesn't work

2005-11-04 Thread Bob Proulx
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 . That command also lists out the type of the filesystem. What system are you running on? uname -a

-fstype doesn't work

2005-11-04 Thread Han Boetes
Hi, I was trying to make a script that searches for files that are world writable, and I wanted to make sure it only happens on certain filesystemtypes. The directive -fstype was ignored so I read the manpage: -fstype type File is on a filesystem of type type. The valid