>>> On Mon, Oct 29, 2007 at 3:42 PM, in message <[EMAIL PROTECTED]>, Paul Noble <[EMAIL PROTECTED]> wrote: > I'm not sure how to do that. The iso file is mounted (per your suggestion > last week) with the following command: > > mount -o loop "SLES-10-IBM zSeries-DVD1.iso" /sles10/sles10root/dvd1, where > /sles10/sles10root/dvd1 is an empty directory that I created. > > On the ftp server, where we have the ISO image, I cd'ed into > /sles10/sles10root/dvd1/suse/s390x and there was no xalan...rpm file. Nor was > there in /slese10/sel10root/dvd1/suse/src.
Sounds like a good time for an introduction to the find command: find /sles10/sles10root/dvd1 -type f -name "xalan*rpm" The other thing you want to do (probably best during a low CPU utilization period for your machine) is to verify the size and the md5 checksum for the .iso file itself: md5sum "SLES-10-IBM zSeries-DVD1.iso" ac2adb5a89be5d96d9142101429d619c SLES-10-IBM zSeries-DVD1.iso ls -l "SLES-10-IBM zSeries-DVD1.iso" -rw-r--r-- 1 root root 4514115584 2006-07-06 00:29 SLES-10-IBM zSeries-DVD1.iso Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
