From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: Remounting File Systems Date: Fri, 21 Nov 2003 19:36:30 -0800 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20031122033630.GA17123@kroah.com> References: <1069443616.14422.91.camel@patrh9> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: hbryan@us.ibm.com, linux-fsdevel@vger.kernel.org, herbert@13thfloor.at, theman@josephdwagner.info Return-path: Received: from mail.kroah.org ([65.200.24.183]:59093 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262369AbTKVQuQ (ORCPT ); Sat, 22 Nov 2003 11:50:16 -0500 To: Pat LaVarre Content-Disposition: inline In-Reply-To: <1069443616.14422.91.camel@patrh9> List-Id: linux-fsdevel.vger.kernel.org On Fri, Nov 21, 2003 at 12:40:16PM -0700, Pat LaVarre wrote: > > > > > what the mount flags are > > > > > for a currently mounted file system? > > > > > with a little luck, you can get this > > > information from /etc/mtab > > > > With less luck, ... some ... info... from via /proc/mounts. > > > > /etc/mtab tells you about past invocations of mount/unmount programs, > > whereas /proc/mounts tells you about what mounts presently exist ... > > /proc/mounts isn't going away with the change over to sysfs? In 2.7, possibly. For 2.6, no. greg k-h