home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / hp / 9944 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.0 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!sdd.hp.com!hpscdc!scd.hp.com!hplextra!hpcc05!hpbbn!hpuamsa!franks
  2. From: franks@hpuamsa.neth.hp.com (Frank Slootweg CRC)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Umounting busy file systems
  5. Message-ID: <28510321@hpuamsa.neth.hp.com>
  6. Date: 1 Sep 92 11:43:09 GMT
  7. References: <C0033013.92Aug30195920@rznb23.rz.tu-bs.de>
  8. Organization: Hewlett-Packard, The Netherlands
  9. Lines: 16
  10.  
  11.  
  12.   (I think) fuser(1m) reports only processes which have *files* *open*
  13. on the block device, not processes which have their *working directory*
  14. *set* to a path which is on the block device.
  15.  
  16.   Test with :
  17.  
  18. - Type "sh" (not "ksh" because that might open a history file on the
  19.   block device) to get a shell.
  20. - Type "echo $$" to get the PID of this shell.
  21. - "cd" to a path on the block device.
  22. - Type "fuser /dev/dsk/...". The PID of the shell will not be listed but
  23.   the block device can not be unmounted because the working directory of
  24.   the shell is set to a path on the block device.
  25.  
  26. Frank Slootweg, HP, Dutch Customer Response Center.
  27.