From owner-freebsd-fs@FreeBSD.ORG Fri Jun 15 14:25:04 2007 Return-Path: X-Original-To: fs@freebsd.org Delivered-To: freebsd-fs@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3D0816A46B for ; Fri, 15 Jun 2007 14:25:04 +0000 (UTC) (envelope-from tutatnhamon@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.freebsd.org (Postfix) with ESMTP id 5190713C448 for ; Fri, 15 Jun 2007 14:25:04 +0000 (UTC) (envelope-from tutatnhamon@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so1638504pyi for ; Fri, 15 Jun 2007 07:25:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=MpTJlR6XKTVVy1W1/D35EU8rbOvxvKrCmGCH8gikdT5NTblBRuaNO1VjQ+TDnpQa0Ot3YofRjzedcFNOH5pIapWxh9j5SB/W5Zhnzevc/vWOibDGn4VsBdlQCJ3uo4O8hcYaIhB2uiQFYFWfyPlWKmZM7NAAHQRCvwY/VVFuAp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=gKJ9UGACR3q/3jBud8WpDeB/R4xzHmgFnJCVY1lJucA3kPAZJkO232X2OjHudocr/+SoTUp2KQlqp+XBqv5iVea+EpSyVOqmV3nYVdRj38UliLdg5SKlZvjqYmD+M0ahqnRcYMlNsK/k2jmBmfENjD0prNqVRZO2NuMd8dlSVsk= Received: by 10.64.10.2 with SMTP id 2mr5245487qbj.1181915804475; Fri, 15 Jun 2007 06:56:44 -0700 (PDT) Received: by 10.65.180.5 with HTTP; Fri, 15 Jun 2007 06:56:44 -0700 (PDT) Message-ID: <65dfa4fc0706150656h508ddaacq9dabdc5f5319cb67@mail.gmail.com> Date: Fri, 15 Jun 2007 16:56:44 +0300 From: "Artem Naluzhny" Sender: tutatnhamon@gmail.com To: fs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: eb86a3c76826e6e6 Cc: Subject: fstab: gjournal over geli X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2007 14:25:04 -0000 Hi I need to mount /dev/ad4s1f.eli.journal at /protected. What should I add into /etc/fstab file? -- /tut