From owner-freebsd-questions Fri Mar 29 13:51:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 8693D37B417 for ; Fri, 29 Mar 2002 13:51:10 -0800 (PST) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.12.2/8.12.2) with ESMTP id g2TLp7dt009333; Fri, 29 Mar 2002 15:51:07 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.2/8.12.2/Submit) id g2TLp7kV009332; Fri, 29 Mar 2002 15:51:07 -0600 (CST) Date: Fri, 29 Mar 2002 15:51:06 -0600 From: Dan Nelson To: Tiarnan O Corrain Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Linux -> BSD drive addresses Message-ID: <20020329215106.GA2032@dan.emsphone.com> References: <20011225161139.A562@wintermute> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011225161139.A562@wintermute> User-Agent: Mutt/1.3.28i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Dec 25), Tiarnan O Corrain said: > > I can't seem to convert this information into a usable device name for > FreeBSD. For example: > > wintermute# mount_ext2fs /dev/ad0s1 /mnt > mount_ext2fs: vfsload(ext2fs): No such file or directory > > wintermute# mount_ext2fs /dev/ad0s2 /mnt > mount_ext2fs: vfsload(ext2fs): No such file or directory It's saying that you don't have ext2fs support available, either built into the kernel or as a loadable module. Rebuild a kernel with options EXT2FS and try again. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message