Michael Mansour wrote:
--- Globe Trotter <itsme_410@xxxxxxxxx> wrote: > How
do I get to know this?
The way I've done this in the part is to use the tool "whichcd" located at:
http://sourceforge.net/projects/whichcd
mount cd #1 ls -R /mnt/cdrom >fc1-cd1 mount cd #2 ls -R /mnt/cdrom >fc1-cd2 mount cd #3 ls -R /mnt/cdrom >fc1-cd3
grep -i "whatyousearch" fc1*
# grep -i caching fc1-* fc1-cd2:caching-nameserver-7.2-10.noarch.rpm
-- shrek-m