Path: utzoo!telly!attcan!craig From: craig@attcan.UUCP (Craig Campbell) Newsgroups: comp.unix.admin Subject: Re: Why idle backups?? (was Re: Looking for shell script for backup on BSD 4.3) Message-ID: <12929@vpk4.UUCP> Date: 2 Nov 90 21:46:06 GMT References: <32749@sparkyfs.istc.sri.com> <1990Oct24.210312.3271@cubmol.bio.columbia.edu> <32762@sparkyfs.istc.sri.com> <1990Oct29.225451.29481@usenet.ins.cwru.edu> <32777@sparkyfs.istc.sri.com> Reply-To: craig@vpk4.ATT.COM (Craig Campbell) Organization: AT&T Canada Inc., Toronto Lines: 24 In article <32777@sparkyfs.istc.sri.com> zwicky@pterodactyl.erg.sri.com.UUCP (Elizabeth Zwicky) writes: >In article <1990Oct29.225451.29481@usenet.ins.cwru.edu> edguer@charlie.CES.CWRU.Edu (Aydin Edguer) writes: >You can't unmount an active file system except by rebooting the >machine - so if you need to guarantee the unmount will succeed, you're >back to rebooting, and fiddling with your rc files. (This should >no longer be true in BSD 4.4 release, but that's not going to do you >much good.) > Elizabeth Zwicky Wait a minute! Halt! Wow!! While it is true that you can't unmount an active file system (that's sort of part of the definition), you can MAKE a file system inactive. The fuser(1M) command (sys V) will kill (if requested) all processes using the specified resource (file system). Once the resource is inactive, it can be unmounted. Obviously, one would not want to attempt this on the root (or boot) file system. craig