Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Aug 1998 20:17:37 +0800
From:      Peihan Wang <peihanw@mx.cei.gov.cn>
To:        freebsd-questions@FreeBSD.ORG
Subject:   what does these messages mean while mount_ext2fs
Message-ID:  <35D81F61.F809DFFB@mx.cei.gov.cn>

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



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