home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / ultrix / 8262 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.8 KB  |  57 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!decwrl!pa.dec.com!decprl!decprl!boyd
  3. From: boyd@prl.dec.com (Boyd Roberts)
  4. Subject: Re: CD-ROM is really a pseudoterminal??
  5. Message-ID: <1992Nov12.135412.18066@prl.dec.com>
  6. Keywords: Gak!  Ugh!  Pfui!
  7. Sender: news@prl.dec.com (USENET News System)
  8. Nntp-Posting-Host: prl313.prl.dec.com
  9. Organization: Digital Equipment Corporation - Paris Research Laboratory
  10. References:  <5435@daily-planet.concordia.ca>
  11. Date: Thu, 12 Nov 1992 13:54:12 GMT
  12. Lines: 43
  13.  
  14. In article <5435@daily-planet.concordia.ca>, smw@alcor.concordia.ca ( Steven Winikoff ) writes:
  15. >
  16. >    "ufs_mount: /dev/rz5c on /CD: Mount device busy"
  17.  
  18. Mount is telling you that /CD is busy, not /dev/rz5c.  Check out who's
  19. using /CD.
  20.  
  21. > After looking around for a while, I finally remembered that I have a
  22. > copy of pff (bless you, Dan Bernstein!).  So:
  23. >     # pff /dev/rz5c
  24. > After a second or so, pff comes back with
  25. >            CMD   PID   UID   FD D FLAGS     TYPE      INODE    FS
  26. >     telnetd.gw 25019     0    4 I rw-n----- chr dev (/dev/ptyra)
  27. > Huh?  What's going on here?
  28. > Sure enough, I looked in /dev:
  29. >     # ls -Flg /dev/rz5c /dev/ptyra
  30. > Imagine my surprise when I saw this:
  31. >     crw-rw-rw-  1 root     system    21,  42 Nov 11 17:28 /dev/ptyra
  32. >     brw-------  1 root     system    21,  42 Jun  9 17:45 /dev/rz5c
  33.  
  34. Block and character device namespaces are distinct.  Either pff has
  35. a bug or you invoked it incorrectly.
  36.  
  37. > (Actually there probably won't *be* a conclusion unless someone who
  38. > knows more than I do is willing to help me out.  Aw, come on.
  39. > Please?)
  40.  
  41. Either something's already mounted on /CD or there's a process in /CD.
  42. Why not make a new directory and mount it on that, and worry about /CD later?
  43.  
  44.  
  45. Boyd Roberts            boyd@prl.dec.com
  46.  
  47. ``Not only is UNIX dead, it's starting to smell really bad.''  -- Rob Pike
  48.