Hang in there, John. This will eventually work. > Here's what I get on the SLES install program on z/VM: > > / # mount 10.250.24.67:/tmp/iso /tmp/testit > / # ls -l /tmp/testit > drwxr-xr-x 2 0 0 40 Mar 7 16:45 . > drwxrwxrwt 3 0 0 60 Mar 7 16:45 ..
The mount command on the SLES inst side appears to succeed. That's a good sign. But the content of that directory is still empty. Not so good. Did you do the 'exportfs' on the laptop after mounting the CD there? > / # ls -l 10.250.24.67:/tmp/iso > 10.250.24.67:/tmp/iso: No such file or directory > / # The "10.250.24.67:/tmp/iso" syntax is only useful as the object of an NFS (client) mount. 'ls' doesn't know what to do with it, so treats it like a local file which turns out to not exist. -- -- R; <>< ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
