From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Joseph D. Wagner" Subject: Remounting File Systems Date: Thu, 20 Nov 2003 22:41:41 +0600 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <200311202241.41262.theman@josephdwagner.info> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org I'm writing a program that has to remount a file system on the fly for the purpose of changing the mount flags. Is there any system function that can tell me what the mount flags are for a currently mounted file system? TIA. Joseph D. Wagner