From owner-freebsd-current Mon Nov 16 06:39:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA16495 for freebsd-current-outgoing; Mon, 16 Nov 1998 06:39:52 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from spa.kuis.kyoto-u.ac.jp (lab4imgw.kuis.kyoto-u.ac.jp [130.54.23.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA16483 for ; Mon, 16 Nov 1998 06:39:49 -0800 (PST) (envelope-from shige@kuis.kyoto-u.ac.jp) Received: from localhost (sirahama.kuis.kyoto-u.ac.jp [130.54.22.177]) by spa.kuis.kyoto-u.ac.jp (8.8.8/3.6Wspa) with ESMTP id XAA10276; Mon, 16 Nov 1998 23:37:24 +0900 (JST) To: freebsd-current@FreeBSD.ORG Cc: shige@kuis.kyoto-u.ac.jp Subject: mount root problem? on elf kernel X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-Prom-Mew: Prom-Mew 1.93 (procmail reader for Mew) X-URL: http://www.yuasa.kuis.kyoto-u.ac.jp/~shige/ X-fingerprint: C8 BD 6A A7 CF FF 74 88 A4 B2 CC 5F C7 61 5C 9A X-Pgp-Public-Key-URL: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x56B99BF9 X-Face-Version: X-Face utility v1.3.2 - "The Fool On The Hill" X-Face: 34/1@t8]M!wP}sAw$~XQMzl5'O=lCIM]8=_8CE,|S)Vs4Wy@tU~A'wRi\lgWh-o&'|:zg>Gc?0?{^jo8(|5'Tg`yBH81.:!N9tSq*Sp6>C0q@{|&+FaM;R;KkoW1jA?QIWQ3:gNq {O%`:ww Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19981116233923X.shige@kuis.kyoto-u.ac.jp> Date: Mon, 16 Nov 1998 23:39:23 +0900 (JST) From: Shigeyuki FUKUSHIMA X-Dispatcher: imput version 980905(IM100) Lines: 66 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello. I have an error in booting ELF kernel and mounting root device. I am using 3.0-current(Nov 15, 1998) and ELF kernel on that system. I have the following disks on my pc: wd0, da0. Wd0 only includes DOS slices, and da0 only includes FreeBSD slices. System BIOS probes IDE -> SCSI. Hence, wd0 is drive C, da0 is drive D. BTX loader says: Disk 0 Drive A Disk 1 Drive C Disk 2 Drive D In my configurations: * da0s1a:/boot.config /boot/loader * da0s1a:/boot/boot.conf set rootdev=disk0s1a: * da0s1a:/etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/da0s1a / ufs rw 1 1 (...snip...) The BOOTBIAS problem(?) is solved on the above configurations. # It is enable to change root device (da1s1a -> da0s1a). But, I have an error as follows: (...snip... device probing, changing root device, fsck report) mount: /dev/da0s1a on /: specified device does not match mounted device Filesystem mount failed, startup aborted Enter full pathname of shell or RETURN for /bin/sh: And, I modified da0s1a:/etc/fstab as follows: # Device Mountpoint FStype Options Dump Pass# /dev/da0a / ufs rw 1 1 (...snip...) And reboot again. Then, I have a properly system boot without mounting errors. I should use da0a in /etc/fstab instead of da0s1a, right? Or I have a some mistake in my configulations? Thank you. --- shige Shigeyuki FUKUSHIMA Dept. of Information Science, Kyoto Univ., JAPAN PGP Public Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0x56B99BF9 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message