Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 15:51:06 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        Tiarnan O Corrain <ocorrain@esatclear.ie>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Linux -> BSD drive addresses
Message-ID:  <20020329215106.GA2032@dan.emsphone.com>
In-Reply-To: <20011225161139.A562@wintermute>
References:  <20011225161139.A562@wintermute>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020329215106.GA2032>