From owner-freebsd-questions Wed May 30 5:55:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe28.law7.hotmail.com [216.33.236.248]) by hub.freebsd.org (Postfix) with ESMTP id ECECE37B42C for ; Wed, 30 May 2001 05:55:32 -0700 (PDT) (envelope-from alex_tats@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 30 May 2001 05:55:32 -0700 X-Originating-IP: [195.248.188.11] From: "A. Tatsyuk" To: Subject: anyone has experience mounting linux ext2 fs in FreeBSD? Date: Wed, 30 May 2001 15:58:58 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: X-OriginalArrivalTime: 30 May 2001 12:55:32.0918 (UTC) FILETIME=[CFF24D60:01C0E907] 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 I have both FreeBSD 4.2-RC1 and Linux Mandrake 8.0 installed on the same hard drive. I want to mount standart linux ext2 file system in FreeBSD to use X11 server, installed there (I think it's foolish to have one X11 for Linux and second for FreeBSD, instead of using shared). But there is one problem: i just can't mount it. I have compiled kernel with ext2fs support ("options EXT2FS"). But when I execute "mount_ext2fs /dev/ad0s2 /ext2fs" (ad0s2 is node file to linux slice), I recieve the following error message: "ext2fs: #ad/0x3002: wrong magic number 0x1d2r (expected 0xef53)". What is the "magic number"? Maybe anyone has experience with situation similar to mine (linux and freebsd are widely spread systems). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message