From owner-freebsd-questions@FreeBSD.ORG Mon Nov 2 01:22:13 2009 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 D2D73106566B for ; Mon, 2 Nov 2009 01:22:13 +0000 (UTC) (envelope-from psteele@maxiscale.com) Received: from server505.appriver.com (server505c.appriver.com [98.129.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 9C2018FC0A for ; Mon, 2 Nov 2009 01:22:13 +0000 (UTC) X-Policy: GLOBAL - maxiscale.com X-Primary: psteele@maxiscale.com X-Note: This Email was scanned by AppRiver SecureTide X-ALLOW: psteele@maxiscale.com ALLOWED X-Virus-Scan: V- X-Note: Spam Tests Failed: X-Country-Path: UNITED STATES->UNITED STATES->UNITED STATES X-Note-Sending-IP: 98.129.23.15 X-Note-Reverse-DNS: ht02.exg5.exghost.com X-Note-WHTLIST: psteele@maxiscale.com X-Note: User Rule Hits: X-Note: Global Rule Hits: 112 113 114 115 119 120 131 217 X-Note: Mail Class: ALLOWEDSENDER X-Note: Headers Injected Received: from [98.129.23.15] (HELO ht02.exg5.exghost.com) by server505.appriver.com (CommuniGate Pro SMTP 5.2.14) with ESMTPS id 15291211 for freebsd-questions@freebsd.org; Sun, 01 Nov 2009 19:22:07 -0600 Received: from mbx03.exg5.exghost.com ([169.254.1.164]) by ht02.exg5.exghost.com ([98.129.23.15]) with mapi; Sun, 1 Nov 2009 19:22:12 -0600 From: Peter Steele To: "freebsd-questions@freebsd.org" Date: Sun, 1 Nov 2009 19:22:11 -0600 Thread-Topic: Example of using mount() function? Thread-Index: AcpbMU7ryECKtJV2Swi2ITLiYkfKsQAKYYzw Message-ID: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB70@MBX03.exg5.exghost.com> References: <7B9397B189EB6E46A5EE7B4C8A4BB7CB3375EB60@MBX03.exg5.exghost.com> <1257107064.14555.58.camel@shumai.marcuscom.com> In-Reply-To: <1257107064.14555.58.camel@shumai.marcuscom.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: RE: Example of using mount() function? 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, 02 Nov 2009 01:22:13 -0000 > See /usr/src/sbin/mount/mount_ufs.c from RELENG_6. Essentially, this arg= ument should be a ufs_args struct as defined in /usr/include/ufs/ufs/ufsmou= nt.h. Okay, got it. Thanks very much!