Subject: Re: find question
To: Georges Heinesch <geohei-ml@geohei.lu>
From: None <collver@linuxfreemail.com>
List: netbsd-help
Date: 05/29/2001 06:29:34
> It seems that the find command doesn't recursively search down the
> directory tree of a CD.
> 
> 1. Can someone confirm this?

bash-2.05# mount
/dev/wd1a on / type ffs (NFS exported, local, soft dependencies)
kernfs on /kern type kernfs (local)
/dev/cd0a on /mnt type cd9660 (local, read-only)

bash-2.05# find /mnt -name 02-kubba.mp3
/mnt/u-ziq/brace-yourself/02-kubba.mp3

find is working for me.

Ben