From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 08:14:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93B81106564A for ; Sat, 25 Feb 2012 08:14:02 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 1F58B8FC0C for ; Sat, 25 Feb 2012 08:14:01 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [IPv6:2001:8b0:151:1:fa1e:dfff:feda:c0bb]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q1P8Drc8052469 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 25 Feb 2012 08:13:53 GMT (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: OpenDKIM Filter v2.4.3 smtp.infracaninophile.co.uk q1P8Drc8052469 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1330157633; bh=PVgT3nBCqoRLqaRFmVNNndwXksiyvYxMns5N5jfihO0=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=UxCMuLl6gC8WenN1vOIPJrgvPwSpAtgYh691Yh8hy/Hc8hkapN9LXS8MJKq25Uo7r TYinnuBWW38LRx4r4nXya0JvgRGRfuDyRK/znRkLkzw9/xFR6dC6pT+V3ld9kH9knW YVnLwy2bG2uYaCTqdP862tvj6M3QnMmEz93C/rjs= Message-ID: <4F489838.3000803@infracaninophile.co.uk> Date: Sat, 25 Feb 2012 08:13:44 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Chris Hill References: <4F47B5FB.2000307@infracaninophile.co.uk> In-Reply-To: X-Enigmail-Version: 1.3.5 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8B131792B012EBFB4E319C26" X-Virus-Scanned: clamav-milter 0.97.3 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org Subject: Re: mount options display (detailed) 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: Sat, 25 Feb 2012 08:14:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8B131792B012EBFB4E319C26 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 25/02/2012 01:21, Chris Hill wrote: > 'mount -p' shows me something that looks a lot like my own /etc/fstab. > It appears to be showing me what's mounted right now, but it does not > display any mount options. This is on 8.0-STABLE; maybe things have > changed in the Brave New World of Nine. No, things are exactly the same in this regard in 9.x. Yes, 'mount -p' shows you the fstab(5) file corresponding to the current state of your system. Although nowadays you wouldn't necessarily want to have /etc/fstab containing exactly that data -- ZFS has a lot of this stuff built in, and jails etc. are frequently configured using a separate fstab file. I don't understand what you are asking for, if it isn't the mount options in the 4th column of the fstab(5) file. If you mean "what mount options are available to use," then I suggest reading the mount(8) man page (for the generic options, and those relating to UFS) and the filesystem specific versions such as mount_cd9660, mount_nfs, mount_nullfs etc. To see what mount related man pages are available: man -k mount_ Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate JID: matthew@infracaninophile.co.uk Kent, CT11 9PW --------------enig8B131792B012EBFB4E319C26 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9ImEAACgkQ8Mjk52CukIw21ACfdUL6IV8eKlvWrjCe06xMJb8q xWYAnjNgrErwHTdpl3c4AAbYgy3eG5Wn =LRe+ -----END PGP SIGNATURE----- --------------enig8B131792B012EBFB4E319C26--