From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 14:09:26 2008 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 BDDFE106567D for ; Wed, 3 Sep 2008 14:09:26 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 7166D8FC16 for ; Wed, 3 Sep 2008 14:09:26 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by wr-out-0506.google.com with SMTP id c8so1467352wra.27 for ; Wed, 03 Sep 2008 07:09:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SfR76ZeaWplPANWDbEtsbtVSDOXg5Dduscz5atu8J6g=; b=pMSKwpzIZ5xs/fQXXKP/U600sFKfTcbQ+zEnUlXFZIax1LkW8PjHgSRAbVfGOwLKaV 37opM8rYFUCy7/8m+sKkqj1c+3x/xf3PL9c+dgPSs4ZMNaBB5agMtiZIzrd2UMPYVMLI fhqu/RdNU7sdNYM5hW91YzBC0ByfPlPpUi+yg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=b7V8ixTXmpBcUgkKumfRiN+SgsuNWBIDioFhafVOVskvjQ7c9wJPoQ80EcuNSXkupH /aWI08XEEV9yhdxhAahE7rCbVD4tSEQSMkDaRM4nCB8d0AUNhccBzPaawKpObVIa1V75 +dGyF7X8Fdp3pJLIztz0zBpO/kYgBZfMJ54Nk= Received: by 10.90.84.2 with SMTP id h2mr11377425agb.93.1220450965271; Wed, 03 Sep 2008 07:09:25 -0700 (PDT) Received: by 10.90.33.17 with HTTP; Wed, 3 Sep 2008 07:09:25 -0700 (PDT) Message-ID: <80f4f2b20809030709n7db6b48v216c795714e62ad6@mail.gmail.com> Date: Wed, 3 Sep 2008 10:09:25 -0400 From: Jim To: freebsd-questions@freebsd.org In-Reply-To: <80f4f2b20809021106j16e334e5na10b5675d018f1e5@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <80f4f2b20809021106j16e334e5na10b5675d018f1e5@mail.gmail.com> Subject: Re: cannot make/mount ext2 partition 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: Wed, 03 Sep 2008 14:09:26 -0000 > I'm trying to create an EXT2 partition so I can share files between > FreeBSD and any other operating system I put on the computer, without > the limitations of FAT32. > > My kernel config is the generic kernel, with a bunch of SCSI, RAID and > network drivers, MD_ROOT and NFS_ROOT commented out. > > However, once I'm done making the partition, I can't mount it. When I > try mounting it, I get the following error. > mount: /dev/ad8s1 : Operation not supported by device > [...] > [sjss@elrond ~]$ sudo mount -t ext2 /dev/ad8s1 /mnt Solved, I needed to use ext2fs, not ext2. -Jim Stapleton