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

2012-02-28 Thread Matthew Seaman
On 28/02/2012 02:21, Robert Banfield wrote: I have some additional information that I didnt see before actually digging into the log file. It is quite interesting. There are 82,206 subdirectories in one of the folders. Like this: /zfs_mount/directoryA/token[1-82206]/various_tileset_files

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 if

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

2012-02-27 Thread Matthew Seaman
On 27/02/2012 21:52, Robert Banfield wrote: Long version: I'm new to FreeBSD and ZFS (many years of linux experience though), so my apologies if I'm missing something straightforward here. This is a tile server which has tens of millions of mostly small files. I'm logged in as root, and

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

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? ___