Received: with ECARTIS (v1.0.0; list linux-xfs); Wed, 16 Apr 2003 05:54:59 -0700 (PDT) Received: from K-7.stesmi.com (as4-1-7.has.s.bonet.se [217.215.31.238]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h3GCsOFu018988 for ; Wed, 16 Apr 2003 05:54:25 -0700 Received: from stesmi.com (as4-1-7.has.s.bonet.se [217.215.31.238]) by K-7.stesmi.com (8.12.8/8.12.5) with ESMTP id h3GCsM8Y005007; Wed, 16 Apr 2003 14:54:23 +0200 Message-ID: <3E9D527E.7000004@stesmi.com> Date: Wed, 16 Apr 2003 14:54:22 +0200 From: Stefan Smietanowski User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Keith Owens CC: Mogens Kjaer , linux-xfs@oss.sgi.com, Russell Cattelan Subject: Re: [ANNOUNCE] Red Hat Linux 9 XFS DVD Released References: <27801.1050491928@ocs3.intra.ocs.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.4.2(snapshot 20021217) (K-7.stesmi.com) X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) X-archive-position: 3707 X-ecartis-version: Ecartis v1.0.0 Sender: linux-xfs-bounce@oss.sgi.com Errors-to: linux-xfs-bounce@oss.sgi.com X-original-sender: stesmi@stesmi.com Precedence: bulk X-list: linux-xfs Content-Length: 1016 Lines: 29 Keith Owens wrote: > On Wed, 16 Apr 2003 09:37:22 +0200, > Mogens Kjaer wrote: > >>mount tells me that nothing below /mnt/sysimage is mounted, >>so /mnt/sysimage/proc/ and /mnt/sysimage/dev/pts has >>been unmounted. >> >>I can't see any references to /mnt/sysimage among the >>/proc/*/fd links - how do I find out what file is open? > > > Probably one of the daemons has a current working directory pointing at > the CD, I have seen this on other install disks. > > ls -l /proc/*/{cwd,fd} | grep -B 10 sysimage > I added some code to remount /boot or / read only and then back to read write (/boot or / depending on if /boot is a seperate partition) and if /boot is a seperate partition it can be remounted ro and back to rw just fine without any problems and then it all works and grub installs fine but with / I still get the same problem that Filesystem in use. Why wouldn't I be able to remount / ro ? Wouldn't that be because someone is holding a file on / open in write mode? // Stefan