home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10673 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  2.7 KB

  1. Xref: sparky comp.unix.questions:10673 comp.unix.wizards:3775 comp.unix.sysv386:13961 comp.unix.admin:4854 comp.unix.xenix.sco:2800
  2. Newsgroups: comp.unix.questions,comp.unix.wizards,comp.unix.sysv386,comp.unix.admin,comp.unix.xenix.sco
  3. Path: sparky!uunet!sangam!iitb!jogin!arjun!raj
  4. From: raj@cse.iitb.ernet.in (Gokhale Rajendra V )
  5. Subject: Problem with "umount" on SCO-ODT (UNIX v. 5.3.2)
  6. Message-ID: <1992Sep2.202716.9600@cse.iitb.ernet.in>
  7. Followup-To: poster
  8. Sender: usenet@cse.iitb.ernet.in (news dummy user)
  9. Organization: Department of Computer Science,IIT, Bombay
  10. Date: Wed, 2 Sep 1992 20:27:16 GMT
  11. Lines: 51
  12.  
  13. We have an 80486 machine running SCO-ODT (UNIX v.5.3.2).  We have two
  14. hard discs, one containing the root partition while the other (designated
  15. as /dev/user) is mounted as /usr2.  The problem is that we are unable to
  16. unmount the latter.  umount complains "/dev/user busy" although the
  17. file system is not really busy.  This behaviour is observed with
  18. unfailing regularity.
  19. As a result, we can never  do a normal shutdown of the machine.
  20. Can anyone help?
  21.  
  22. Thanks,
  23. Rajendra Gokhale,
  24. ADA project,
  25. IIT Bombay.
  26.  
  27. To indicate the state of the machine here is some (possibly relevant) info.
  28.  
  29. ---------------------------------------------------------------------------
  30. An " fsck -n /dev/user " says 
  31. "File system not modified"
  32. I suppose this indicates that the file system  is corrupted but that it 
  33. cannot be repaired because of the -n flag.
  34. ----------------------------------------------------------------------------
  35.  
  36. ----------------------------------------------------------------------------
  37. Any normal file related actions (creating, deleting, copying,
  38. searching files/directories ) get done without any problems whatsoever.
  39. ----------------------------------------------------------------------------
  40.  
  41. ----------------------------------------------------------------------------
  42. The edited output of ps -el (only process names retained) on a typical
  43. occasion was :
  44.    bdflush biod cpd cron getty inetd init lckclnt lockd logger lpsched mountd
  45.    nfsclnt nfsd portmap ps rexd routed rwhod sched sed sh slink statd strerr
  46.    vhand
  47. No user other than root was logged in.  Root was logged in the root
  48. directory when this output was obtained.
  49. ----------------------------------------------------------------------------
  50.  
  51. ----------------------------------------------------------------------------
  52. This is the file /etc/default/filesys on our machine :
  53.  
  54. bdev=/dev/root cdev=/dev/rroot \
  55.     mountdir=/ mount=no fstyp=AFS \
  56.     fsck=no fsckflags= \
  57.     desc="The root filesystem" \
  58.     rcmount=no rcfsck=no mountflags= 
  59. bdev=/dev/user cdev=/dev/rusr2 \
  60.     mountdir=/usr2 mount=yes fstyp=S51K \
  61.     fsck=no fsckflags= \
  62.     desc="The usr2 filesystem" \
  63.     rcmount=yes rcfsck=no mountflags= 
  64.