From owner-freebsd-current Tue Nov 3 19:57:15 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA09423 for freebsd-current-outgoing; Tue, 3 Nov 1998 19:57:15 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from mailgw1.lmco.com (mailgw1.lmco.com [192.31.106.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA09418 for ; Tue, 3 Nov 1998 19:57:12 -0800 (PST) (envelope-from george.w.dinolt@lmco.com) Received: from emss02g01.ems.lmco.com (relay2.ems.lmco.com [198.7.15.39]) by mailgw1.lmco.com (8.8.8/8.8.8) with ESMTP id UAA13521; Tue, 3 Nov 1998 20:57:03 -0700 (MST) Received: from wdl1.wdl.lmco.com ([137.249.32.1]) by lmco.com (PMDF V5.1-10 #20543) with SMTP id <0F1V00GZMPN3FG@lmco.com>; Tue, 3 Nov 1998 20:57:03 -0700 (MST) Received: from lmco.com by wdl1.wdl.lmco.com (SMI-8.6/WDL-5.0) id TAA23276; Tue, 03 Nov 1998 19:56:56 -0800 Date: Tue, 03 Nov 1998 19:57:11 -0800 From: "George W. Dinolt" Subject: Re: mount_msdos is dead :( To: Brian Feldman Cc: current@FreeBSD.ORG Message-id: <363FD097.F2336E50@lmco.com> Organization: Lockheed Martin Western Development Labs MIME-version: 1.0 X-Mailer: Mozilla 4.07 [en] (X11; I; FreeBSD 3.0-CURRENT i386) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I Brian Feldman wrote: > I'm attaching a script that shows this. > > Brian Feldman > > Script started on Tue Nov 3 22:07:44 1998 > {"/home/green"}# mount_msdos /dev/fd0 /m^H ^Hfloppy^M^M > mount_msdos: /dev/fd0: Block device required^M > {"/home/green"}# ls -l /dev/fd0^M^M > brw------- 1 root operator 2, 0 Nov 3 20:47 /dev/fd0^M > {"/home/green"}# dd if=/dev/rfd0 of=flop^M^M > 2880+0 records in^M > 2880+0 records out^M > 1474560 bytes transferred in 52.781845 secs (27937 bytes/sec)^M > {"/home/green"}# vnconfig -c /dev/vn0 /home/green/flop^M^M > {"/home/green"}# mount_msdos /dev/vn0 /floppy^M^M > mount_msdos: /dev/vn0: Block device required^M > {"/home/green"}# ls -l /dev/vn0^M^M > brw-r----- 1 root operator 15, 0x00010002 Jul 24 08:52 /dev/vn0^M > {"/home/green"}# ^D^M^M > > Script done on Tue Nov 3 22:11:16 1998 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message I ran into similar problems several days ago after some large changes to the kernel were committed. I think that if you rebuild your lkm modules so they match the kernel you are running things will work. At least they did for me. I haven't tried an elf kernel for a while, but I suspect the same would happen if the '.ko' modules were not in sync with the kernel. Regards, George Dinolt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message