Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 1995 13:14:10 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        jmz@cabri.obs-besancon.fr (Jean-Marc Zucconi)
Cc:        freebsd-bugs@freefall.cdrom.com
Subject:   Re: ls -R does not recurse (on cdrom)
Message-ID:  <199502212114.NAA22558@gndrsh.aac.dev.com>
In-Reply-To: <9502212108.AA12289@cabri.obs-besancon.fr> from "Jean-Marc Zucconi" at Feb 21, 95 10:08:59 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 'ls -R /cdrom' sometimes lists only the /cdrom directory and does not
> recurse, but 'ls -lR /cdrom' works. This nevers happens after a
> reboot, but only  after a number of file access on the cdrom. One
> can trigger the bug with eg. 'find /cdrom -type f -exec file {} \;' 

For the find problem we need to pull over some patches made to 1.X find,
try this and let me know if it works for you (I don't have a cdrom
on a 2.x system here :-().

Find /cdrom -fstype cd9660 -type f -exec file {} \;

This may be the default file system type used by find not containing
cd9660 (this was the problem in 1.x, only it was missing isofs).

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502212114.NAA22558>