Re: "find" not traversing all directories on a single zfs file system

2012-02-27 Thread Robert Banfield
On 02/27/2012 09:21 PM, Robert Banfield wrote: ls -R appears to be traversing all subdirectories. Scratch that... ls -R fails to traverse the same directories that find does. Is there a subdirectory limit in ZFS? ___ freebsd-questions

Re: "find" not traversing all directories on a single zfs file system

2012-02-27 Thread Robert Banfield
On 02/27/2012 05:53 PM, Matthew Seaman wrote: These are all actual directories -- no symbolic link or anything like that? I assume permissions are not the problem? All directories have at least mode r_x for your user id? (Hmmm... but you are logged in as root -- can't be that then.) How about

"find" not traversing all directories on a single zfs file system

2012-02-27 Thread Robert Banfield
Summary: I am executing the command "find . > ../file_list" and it is not traversing all the subdirectories it encounters along the way. There is no separate file system mounted along the path. Long version: I'm new to FreeBSD and ZFS (many years of linux experience though), so my apologies