From owner-freebsd-stable Tue Feb 12 11:29:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from angui.sh (angui.sh [216.27.181.149]) by hub.freebsd.org (Postfix) with ESMTP id 1A27237B405 for ; Tue, 12 Feb 2002 11:29:24 -0800 (PST) Received: from localhost (leareth@localhost) by angui.sh (8.11.6/8.11.4) with ESMTP id g1CJxXb71591 for ; Tue, 12 Feb 2002 11:59:33 -0800 (PST) (envelope-from leareth@angui.sh) Date: Tue, 12 Feb 2002 11:59:33 -0800 (PST) From: Matthew Hall To: freebsd-stable@freebsd.org Subject: amq/amd - How do I show the mount options that are in effect? Message-ID: <20020212115554.O68989-100000@angui.sh> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've setup some amd mounts like this: [xxxxx]:[~]:$: more /etc/amd.home * opts:=rsize=32768,wsize=32768,rw,grpid,resvport,vers=3,proto=tcp,nosuid,nodev /defaults type:=nfs;rhost:=xxxxx;rfs:=/bigdisk/${key/} builds type:=nfs;rhost:=xxxxx;rfs:=/export/home/${key/} However, I want to verify that the opts I specified are in effect. I can't seem to find a system command that will display whether or not the opts are in effect. mount -v doesn't show any of the rsize/wsize, amq doesn't seem to have that info as well. How do I tell if my NFS mounts are getting set with these options? Is something faulty with my syntax? Thanks, -- It's always September somewhere on the 'net. | http://angui.sh Another proud member of Eep's killfile. | Unix Sys. Admin. unreal://angui.sh | leareth@angui.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message