Re: Access to NFS-server

1997-03-05 Thread Andreas Tille
On Wed, 5 Mar 1997, Jeff Gunter wrote: > On Mar 5, 6:02am, Bob Clark wrote: > > > > cd > > rsh my.pc "cd /usr; tar cf - ." | tar xf - > > This may work to copy the /usr-tree after installing the base disks. But it won't solve the upcoming problem (see below). > > root=hostname[:hostname]..

Re: Access to NFS-server

1997-03-05 Thread Bob Clark
Andreas Tille wrote: > > Hallo, > > because of a lack of diskspace I want to use another computer > (HP-Workstation) as NFS-server. So I installed the base disks > of debian and wanted to move /usr to the NFS server by > >tar -cf usr.tar /usr > > and > >tar -xf usr.tar > > in the appr