home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / aix / 9175 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  1.2 KB

  1. Path: sparky!uunet!mcsun!sunic!dkuug!cri.dk!csd!tnr
  2. From: tnr@csd.cri.dk (Torben N. Rasmussen)
  3. Newsgroups: comp.unix.aix
  4. Subject: automount and direct mounts
  5. Summary: problem with direct mount and automounter update 404456
  6. Keywords: automount direct mount
  7. Message-ID: <tnr.714997550@csd>
  8. Date: 28 Aug 92 10:25:50 GMT
  9. Sender: news@csd.cri.dk
  10. Organization: Computer Resources International A/S
  11. Lines: 32
  12.  
  13. I have a problem after I have installed the update U404456 which is supposed
  14. to solve the problem with the automounter.
  15.  
  16. Now it works a little better but not perfect.
  17.  
  18. I am trying to mount /home as a direct mount:
  19.  
  20. The output from df is correct:
  21.  
  22.   hyperion:(pid15806@/home)       0       0   -1%   -       -    /home
  23.  
  24. When I tries to enter the /home directory:
  25.  
  26.   # cd /home
  27.  
  28. I get the following error:
  29.  
  30.   ksh: /home: 0403-037 The specified path name is not a directory.
  31.  
  32. The link seems to be created allright:
  33.  
  34.   ls -l /home
  35.   lrwxrwxrwx   1 root     system        20 Aug 28 12:00 /home -> /tmp_mnt/home
  36.  
  37. and the directory /tmp_mnt/home is also mounted:
  38.  
  39.   # df /tmp_mnt/home
  40.   cadillac:/export/cadillac1  745709   13837   98%   -       -    /tmp_mnt/home
  41.  
  42. Have anyone seen this problem and know what to do about it.
  43.  
  44. -- 
  45.