From owner-freebsd-arch Tue Jan 23 13: 6:45 2001 Delivered-To: freebsd-arch@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 753) id 6E44037B400; Tue, 23 Jan 2001 13:06:28 -0800 (PST) Date: Tue, 23 Jan 2001 13:06:28 -0800 From: Adrian Chadd To: freebsd-arch@freebsd.org Subject: mount options Message-ID: <20010123130628.A77423@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'd like to spark a discussion on the mount interface. It seems a little evil right now, and I have noted that you can't add arbitrary mount options through to an FS since they're passed across as binary. For an FS porting project I'm doing, the mount interface needs to be able to export the mount options back out to userspace, and I'd like to tidy the code up instead of just fudge it for my needs. So, if you have an idea on how the mount interface *should* look, now is the time to stand up and tell me what you're thinking.. :-) Thanks! Adrian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message