On Wed, 2003-10-22 at 15:58, Jason Dixon wrote:
> 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 -)

Correction, that should have read:
/usr/local/bin/tar cf - . | (cd /mnt/repository; /usr/local/bin/tar xpvf
-)

(GNU tar)

-- 
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