From owner-freebsd-hackers Mon Aug 7 07:13:45 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id HAA05063 for hackers-outgoing; Mon, 7 Aug 1995 07:13:45 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id HAA05056 for ; Mon, 7 Aug 1995 07:13:42 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id HAA08647; Mon, 7 Aug 1995 07:12:54 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id HAA00196; Mon, 7 Aug 1995 07:14:27 -0700 Message-Id: <199508071414.HAA00196@corbin.Root.COM> To: simon@masi.ibp.fr cc: freebsd-hackers@freebsd.org Subject: Re: patch adding the 'noauto' switch to 'mount' In-reply-to: Your message of "Mon, 07 Aug 95 14:09:31 +0200." <199508071209.OAA00200@neuromancer.ibp.fr> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 07 Aug 1995 07:14:26 -0700 Sender: hackers-owner@freebsd.org Precedence: bulk >I just got fed up with my DOS partition being mounted automatically >at boot time, so I wrote a patch which enables the use of the 'noauto' >flag in /etc/fstab. > >For example: /dev/sd0s2 /dos msdos rw,noauto 0 0 > >This flag prevents a filesystem from being mounted when a 'mount -a' occurs. >It works for every kind of fs , since it's defined as a standard >mount option. That's an interesting option, but the "-a" switch stands for "all" - not "auto". I suppose the first question that comes to mind is: if you don't want the filesystem mounted with "-a", then why are you putting it in fstab? -DG