On Wed, 2003-10-22 at 15:43, Ken Rossman wrote:
> Can you include some info on exactly what commands you are using, and
> some info on the respective configurations of each machine?

Pretty simple:

[Linux server - /etc/exports]
/mnt/iso        hostname(ro)

[Solaris client]
mount -F nfs -o ro,vers=2,proto=udp,noac server:/mnt/iso /mnt/point
cd /mnt/point
tar cf - . | (cd /mnt/repository; tar xpvf -)

The structure inside /mnt/iso on the server is any one of the RHAS 3.0
ISOs mounted via loopback.

-- 
Jason Dixon, RHCE
DixonGroup Consulting
http://www.dixongroup.net


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to