home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / admin / 6128 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.1 KB

  1. Xref: sparky comp.unix.admin:6128 comp.sys.sun.admin:8140
  2. Path: sparky!uunet!mcsun!corton!irisa!fradin
  3. From: fradin@irisa.fr (Marc Fradin)
  4. Newsgroups: comp.unix.admin,comp.sys.sun.admin
  5. Subject: problem with TFS/NFS
  6. Message-ID: <1992Nov10.131331.15594@irisa.fr>
  7. Date: 10 Nov 92 13:13:31 GMT
  8. Sender: news@irisa.fr
  9. Organization: IRISA, Rennes (Fr)
  10. Lines: 32
  11.  
  12. My configuration is :
  13.  
  14. .Sun OS 4.1.2
  15. .1 670 MP server (with /usr/local exported)
  16.  
  17. .24 sun sparc/IPC (with 2  200 Mo disks) mounting :
  18.  / and /usr on first disk
  19.  /usr/local on server:/usr/local
  20. I would like to use the second disk like a "local" /usr/local
  21. file system with most frequently used applications ...
  22.  
  23. I done something like
  24.  
  25. # mount /dev/sd2c /HERE/usr/local (rw)
  26. # mount server:/usr/local /usr/local
  27.  
  28. # mount_tfs /HERE/usr/local /usr/local
  29.  
  30.  
  31. The problem is that .tfsinfo is just created for the first level 
  32. of directories and I must be "root" if
  33. I want to access to sub-dir of the "remote" /usr/local ...
  34.  
  35.  
  36. has /HERE/usr/local to be writeable for everebody ??
  37. is there another way to update .tfs_info for all sub-dir of
  38. the "background" file system ?
  39.  
  40.  
  41. Thanks in advance for your answers
  42.  
  43.         Marc
  44.