From owner-freebsd-questions Thu Feb 23 02:23:59 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id CAA28040 for questions-outgoing; Thu, 23 Feb 1995 02:23:59 -0800 Received: from idiom.com (idiom.com [140.174.82.4]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id CAA28031 for ; Thu, 23 Feb 1995 02:23:52 -0800 Received: (from muir@localhost) by idiom.com (8.6.10/8.6.10) id CAA25490 for freebsd-questions@freebsd.org; Thu, 23 Feb 1995 02:23:23 -0800 Date: Thu, 23 Feb 1995 02:23:23 -0800 From: David Muir Sharnoff Message-Id: <199502231023.CAA25490@idiom.com> To: freebsd-questions@FreeBSD.org Subject: how to specify msdos mount flags in fstab Sender: questions-owner@FreeBSD.org Precedence: bulk SYNOPSIS mount_msdos [-u uid] [-g gid] [-m mask] special node Dumb question: how come that isn't "mount_msdos -o user=uid"? As it stands, I don't see how you put the mount options in /etc/fstab. Did I miss something obvious? Speaking of which, how come there isn't a "noauto" flag? -Dave