From: unruh@invalid.ca   
      
   On 2019-08-03, grinch wrote:   
   > On 03/08/2019 14:05, Carlos E.R. wrote:   
   >> On 03/08/2019 12.22, grinch wrote:   
   >>> Hi can someone point me in the right direction please. I have built a   
   >>> replacement server for my 10 year old synology NAS. I want to mount it   
   >>> as well as the old NAS and at the same time.   
   >>>   
   >>> All the information I can find on google is many clients to one server,   
   >>> this I have done. I want a few clients to 2 servers. both are on the   
   >>> same RFC1918 /24 subnet.   
   >>   
   >> I don't understand what "many clients to one server" or "a few clients   
   >> to 2 servers" may mean.   
   >>   
   >>>   
   >>> Its the client end I cant get right building the server side is easy via   
   >>> Yast.   
   >>>   
   >>> I just need a hand to understand the client end a URL to a site is fine   
   >>> I want to learn from this.   
   >>>   
   >>   
   >> I don't understand those paragraphs.   
   >>   
   > Hi Carlos I want to have 2 physical servers mounted via NFS, on my   
   > PC.The servers have different IP addresses . They are x.x.x.6 and   
   > x.x.x.7 /24.   
   >   
   > I can build the NFS share but how do mount them both in the /mnt   
   > directory that's the bit I don't understand.   
      
   mkdir /mnt/mount7 /mnt/mount6   
   mount x.x.x.7:/dir/to/mount -t nfs /mnt/mount7   
   mount x.x.x.6:/other/dir/to/mount -t nfs /mnt/mount6   
      
   Or put an entry into /etc/fstab)   
      
   Note you cannot mount them both on the /mnt directory itself as one will   
   hide the other.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|