From owner-freebsd-questions@FreeBSD.ORG Mon Mar 13 20:21:02 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 56CF116A424 for ; Mon, 13 Mar 2006 20:21:02 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E993643D45 for ; Mon, 13 Mar 2006 20:21:01 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id m7so1993524nzf for ; Mon, 13 Mar 2006 12:21:01 -0800 (PST) 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=WBsVrhM/AhpAGtXd7rjzSkfMEavIx0zmlBt0QamDIoxCWa0yf+fhfs/CQ1KNu3M15KZ4qFpuG/t8l7DTrqjR6rZLiZrCRqOQDKRRXiMdvK4BjLaVAibVFJ7cC4027oz2vQoYqamLAEankt632SC4HmIeRk5xtMbOnVPeb2hXOWo= Received: by 10.36.119.13 with SMTP id r13mr3175332nzc; Mon, 13 Mar 2006 12:21:01 -0800 (PST) Received: by 10.37.22.1 with HTTP; Mon, 13 Mar 2006 12:21:01 -0800 (PST) Message-ID: Date: Mon, 13 Mar 2006 23:21:01 +0300 From: "Andrew Pantyukhin" To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: Using /dev/adX instead of adXc or adXe 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, 13 Mar 2006 20:21:02 -0000 What's wrong with "newfs /dev/ad1" "mount /dev/ad1 /mnt" and using it? The disk will never be used as bootable, and will never be installed in a non-bsd computer. It's just there for storage. So is there a caveat?