From owner-freebsd-questions Mon Aug 17 05:22:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA00691 for freebsd-questions-outgoing; Mon, 17 Aug 1998 05:22:58 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from wph.bbs.edu.cn (dialuser147.gb.com.cn [203.93.18.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA00680 for ; Mon, 17 Aug 1998 05:22:51 -0700 (PDT) (envelope-from peihanw@mx.cei.gov.cn) Received: from mx.cei.gov.cn (localhost [127.0.0.1]) by wph.bbs.edu.cn (8.8.8/8.8.7) with ESMTP id UAA00293 for ; Mon, 17 Aug 1998 20:17:51 +0800 (CST) (envelope-from peihanw@mx.cei.gov.cn) Message-ID: <35D81F61.F809DFFB@mx.cei.gov.cn> Date: Mon, 17 Aug 1998 20:17:37 +0800 From: Peihan Wang X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: what does these messages mean while mount_ext2fs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I have 3 hard drivers: Maxtor 4.3G /dev/wd2s1 FreeBSD-2.2.6 Seagate 1.2G /dev/wd1s1 RedHat Linux 5.1 Quantum 3.2G /dev/wd0s1 M$ Windows 95 BTW, FreeBSD and Linux does not share swap space. I have ext2fs compiled within my kernel: options "EXT2FS" When I mount the Linux driver with command: mount_ext2fs /dev/wd1s1 /mnt/linux the following messages appears: Aug 17 19:52:59 wph /kernel: wd1s1: raw partition size != slice size Aug 17 19:52:59 wph /kernel: wd1s1: raw partition size != slice size Aug 17 19:53:00 wph /kernel: wd1s1: start 63, end 2358719, size 2358657 Aug 17 19:53:00 wph /kernel: wd1s1: start 63, end 2358719, size 2358657 Aug 17 19:53:00 wph /kernel: wd1s1c: start 63, end 2504879, size 2504817 Aug 17 19:53:00 wph /kernel: wd1s1c: start 63, end 2504879, size 2504817 Aug 17 19:53:00 wph /kernel: wd1s1: truncating raw partition Aug 17 19:53:00 wph /kernel: wd1s1: truncating raw partition Aug 17 19:53:00 wph /kernel: wd1s1: rejecting partition in BSD label: it isn't entirely within the slice Aug 17 19:53:00 wph /kernel: wd1s1: rejecting partition in BSD label: it isn't entirely within the slice Aug 17 19:53:00 wph /kernel: wd1s1: start 63, end 2358719, size 2358657 Aug 17 19:53:00 wph /kernel: wd1s1: start 63, end 2358719, size 2358657 Aug 17 19:53:00 wph /kernel: wd1s1a: start 63, end 2373694, size 2373632 Aug 17 19:53:00 wph /kernel: wd1s1a: start 63, end 2373694, size 2373632 Aug 17 19:53:00 wph /kernel: wd1s1: rejecting partition in BSD label: it isn't entirely within the slice Aug 17 19:53:00 wph /kernel: wd1s1: rejecting partition in BSD label: it isn't entirely within the slice Aug 17 19:53:00 wph /kernel: wd1s1b: start 2373695, end 2504879, size 131185 Aug 17 19:53:00 wph /kernel: wd1s1b: start 2373695, end 2504879, size 131185 Despite of these messages, ext2fs has been mounted and files can be copyed between FreeBSD disk and Linux disk. But these lines are a bit annoying. Who can account for this. I have even tried: mount_ext2fs -o rdonly /dev/wd1s1 /mnt/linux but those messages still appears. Thanks, Peihan Wang To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message