> -----Original Message-----
> From: Linux on 390 Port On Behalf Of Mauro Souza
>
> A good way to know is running a showmount -e on the laptop.
> If it returns the contents of your /etc/exports, we have to think about what
> else could possibly be
> wrong.
> If don't, look on dmesg or /var/log/messages to see any informative error
> messages.
[root@localhost ~]# showmount -e
Export list for localhost.localdomain:
/tmp/iso *
[root@localhost ~]# cat /etc/exports
/tmp/iso *(ro,no_root_squash)
[root@localhost ~]#
Then:
[root@localhost ~]# systemctl start nfs.service
[root@localhost ~]# mkdir /tmp/iso
[root@localhost ~]# mount -o ro,vers=3,nolock localhost:/dev/sr0 /tmp/iso
mount.nfs: access denied by server while mounting localhost:/dev/sr0
[root@localhost ~]#
If I omit 'localhost:' from the mount command, the mount works; in that no
"hate mail" is returned and I can then cd to /tmp/iso and ls the contents of
the DVD. But then the SLES install program running on z/VM "can't find the
repository".
According to my notes, except for trying 'localhost:' in the mount command,
this is the exact procedure we used to install RHEL about three weeks ago.
-jc-
**********************************************************************
Information contained in this e-mail message and in any attachments thereto is
confidential. If you are not the intended recipient, please destroy this
message, delete any copies held on your systems, notify the sender immediately,
and refrain from using or disclosing all or any part of its content to any
other person.
----------------------------------------------------------------------
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/