home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / admin / 6869 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  1.2 KB

  1. Path: sparky!uunet!wupost!cs.utexas.edu!rutgers!cmcl2!acf3!zhangd
  2. From: zhangd@acf3.NYU.EDU (zhangd)
  3. Newsgroups: comp.unix.admin
  4. Subject: Backup while device busy!
  5. Message-ID: <61800002@acf3.NYU.EDU>
  6. Date: 3 Jan 93 23:27:00 GMT
  7. Sender: notes@cmcl2.nyu.edu (Notes Person)
  8. Organization: New York University
  9. Lines: 25
  10. Nntp-Posting-Host: acf3.nyu.edu
  11.  
  12.  
  13.  
  14.  
  15. Hi, there:
  16.  
  17. When I am doing backup of a user filesystem at midnight, I prefer to umount the filesystem
  18. and then mount readonly thereafter. However, the filesystem is often unmountable 
  19. because of "device busy" error!  The point is somebody uses open files on it via NFS
  20. and I can't detect and close them all.  Although I logout all current users on UNIX, those
  21. users on PC can still have open files via PC-NFS.  I believe this is a quite common
  22. dilemma for most sysadmin.
  23.  
  24. Questions:
  25. 1. how dangerous to backup a partition ( dump ) with some file opening on it?  
  26.    could this only corrupt those files or the whole filesystem in some special case?
  27.  
  28. 2. if there is a way to find out all opening files on a partition and close them forcefully? ( mount, showmount...)
  29.  
  30. 3. Could  other backup commands ( like TAR ) handle this situation better?
  31.  
  32.  
  33. Thanks very much!
  34.  
  35.  
  36. James Han
  37.