From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 07:56:57 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4DB1316A4DE for ; Mon, 24 Jul 2006 07:56:57 +0000 (UTC) (envelope-from maguswizardo@gmail.com) Received: from hu-out-0102.google.com (hu-out-0102.google.com [72.14.214.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id A682B43D49 for ; Mon, 24 Jul 2006 07:56:54 +0000 (GMT) (envelope-from maguswizardo@gmail.com) Received: by hu-out-0102.google.com with SMTP id 27so1317799hub for ; Mon, 24 Jul 2006 00:56:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Yk2Av1pxDWgva0yyUZqi8fF2FBvjECR8bCCmWDVrzjeSxIbk8k3jcCvopeaCECUjeDH8KATllRhND2c3q8fiyZkwC8NVFmyYwHIZAJxLcjYiAtRiW5X5IL7UNrtuObam18mBfr7H2xIEpcVZ/f+qnNS0sPWCh5g8A9tV7Gyq2HQ= Received: by 10.35.70.2 with SMTP id x2mr7098889pyk; Mon, 24 Jul 2006 00:56:52 -0700 (PDT) Received: by 10.36.126.2 with HTTP; Mon, 24 Jul 2006 00:56:52 -0700 (PDT) Message-ID: <76ebe6440607240056s7b227349yba13bddb2a3ccff@mail.gmail.com> Date: Mon, 24 Jul 2006 17:56:52 +1000 From: "Lennon Cook" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: auto-guessing filesystems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 07:56:57 -0000 I have been looking over the tutorial for automounting removable devices at http://www.caia.swin.edu.au/reports/041130A/ , and have come to one interesting point. It has the fstab line: /dev/da0 /mnt/usbflash auto noauto 0 0 However, my system doesn't appear to support 'auto' as an fstype. I assume that it would guess the filesystem type ala Linux, which is about the only thing I miss about the mount system there. Can this actually be made to work easily on FreeBSD, or is this tutorial using an untested fstab entry? (Please keep me CCd). -- Lennon Victor Cook "He who receives an idea from me receives without lessening, as he who lights his candle at mine receives light without darkening" - Thomas Jefferson