From owner-freebsd-questions@FreeBSD.ORG Tue Aug 25 10:05:44 2009 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 9950B1065692 for ; Tue, 25 Aug 2009 10:05:44 +0000 (UTC) (envelope-from jeronimocalvop@googlemail.com) Received: from mail-bw0-f206.google.com (mail-bw0-f206.google.com [209.85.218.206]) by mx1.freebsd.org (Postfix) with ESMTP id 1669D8FC12 for ; Tue, 25 Aug 2009 10:05:43 +0000 (UTC) Received: by bwz2 with SMTP id 2so1853663bwz.43 for ; Tue, 25 Aug 2009 03:05:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=BIu3SL9wmbq4ABLk5Gchq3nwoTSFNcEBcdgYilvXhJA=; b=JNz0bfYS4UaGKCaHeZJtl/gkUnrHa6mDwGwXWieD+dtHb2F0aGbB4hFWyBWs9caeT3 bo5Ft1/DEnNPS+4vOm8FWaH6dbKDw0ACZrwavdeHr1tPxfdyRTXVGuxJhW1TZA8+U3jb 7ZFaJ9SlJrsS/1yYj7pdXZSWrnRtxlKLOJu3I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=knw8jk7TbnZc4caK4+rCa7W7MrlzJeTa0843u/rIMJDmaJVgD35VESAKoOlGkF2RNo bSLLCu2vYTZs+4z3WFayldOQXU1L/whcjGq0Ttvt+mf8Xf52kNmIOnMIuLC3xlWNV7q8 fGRpOQtpEzMIx1iw/0Gpze7y54RHkwLbZvzA8= MIME-Version: 1.0 Received: by 10.103.50.32 with SMTP id c32mr2563649muk.1.1251194742988; Tue, 25 Aug 2009 03:05:42 -0700 (PDT) In-Reply-To: <4A93B2C3.5040004@mapper.nl> References: <4A93B2C3.5040004@mapper.nl> Date: Tue, 25 Aug 2009 11:05:42 +0100 Message-ID: From: Jeronimo Calvo To: Mark Stapper Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Problem mounting EXT2FS 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: Tue, 25 Aug 2009 10:05:44 -0000 Actually, im just compile it and restart it... seems to be working fine now... By the way... who do i do that?? is that necessary? cheers! 2009/8/25 Mark Stapper > Jeronimo Calvo wrote: > > Hi folks, im migrating from Linux to BSD, and i found my first problem... > > First of all, i did save my /home from my old Linux distribution on > another > > HD, ext2fs partition /dev/ad6s1... I can correctly see the drive from > > sysinstall. > > > > I read about compiling the KERNEL in order to add Ext2fs support under > > Freebsd, wich I did... Adding the line: > > > > Quote: > > options EXT2FS > > looking like this: > > > > Quote: > > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > > options ADAPTIVE_GIANT # Giant mutex is adaptive. > > options STOP_NMI # Stop CPUS using NMI instead of IPI > > options AUDIT # Security event auditing > > #options KDTRACE_FRAME # Ensure frames are compiled in > > *options EXT2FS* > > #options KDTRACE_HOOKS # Kernel DTrace hooks > > After this i recompiled the kernel and installed... > > > > Quote: > > # uname -a > > FreeBSD 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Mon Aug 24 18:59:43 UTC 2009 > > iscariote@:/usr/obj/usr/src/sys/MYKERNEL amd64 > > Well... everything should be ready now to mount my ext2fs partition... > Using > > the following command... > > > > Quote: > > # mount > > /dev/ad8s1a on / (ufs, local) > > devfs on /dev (devfs, local) > > /dev/ad8s1e on /tmp (ufs, local, soft-updates) > > /dev/ad8s1f on /usr (ufs, local, soft-updates) > > /dev/ad8s1d on /var (ufs, local, soft-updates) > > /dev/ntfs/DATOSWIN on /media/DATOSWIN (ntfs, local, nosuid) > > # mount -t extfs2 /dev/ad6s1 /ext2 > > mount: /dev/ad6s1 : Operation not supported by device > > > > I tried several times, with not luck, one of those times i was able to > mount > > it, but not to access it, when i tried to cd /ext2 (folder when is > mounted) > > system tells me that ext2 is not a folder... > > > > any ideas??? > > > > Thanks in advance!! > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > > > Did you recompile world as well? > You might also want to install sysutils/e2fsprogs. > I have not done this myself yet though... > Hope it helps. > Mark > >