From owner-freebsd-questions@FreeBSD.ORG Wed Aug 25 19:03:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE6CE16A4CE for ; Wed, 25 Aug 2004 19:03:09 +0000 (GMT) Received: from sccimhc92.asp.att.net (sccimhc92.asp.att.net [63.240.76.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6917F43D58 for ; Wed, 25 Aug 2004 19:03:09 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc92.asp.att.net (sccimhc92) with ESMTP id <20040825190308i920092cb6e>; Wed, 25 Aug 2004 19:03:08 +0000 From: Steven Friedrich To: "FreeBSD-Questions" Date: Wed, 25 Aug 2004 15:03:08 -0400 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408251503.08115.FreeBSD@InsightBB.com> Subject: mtools can't access drive A X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Aug 2004 19:03:10 -0000 I just installed mtools today. I'm tracking 4.10 STABLE and my ports tree was updated yesterday. I get an error: root@lightning(p1)/usr/src 114% mdir a: Can't open /dev/fd0.720: Device not configured Cannot initialize 'A:' dev says: root@lightning(p1)/dev 116% ll fd0* crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0 crw-r----- 2 root operator 9, 4 Jul 7 01:00 fd0.1200 crw-r----- 2 root operator 9, 10 Jul 7 01:00 fd0.1232 crw-r----- 2 root operator 9, 3 Jul 29 00:39 fd0.1440 crw-r----- 2 root operator 9, 2 Jul 7 01:00 fd0.1480 crw-r----- 2 root operator 9, 1 Jul 7 01:00 fd0.1720 crw-r----- 2 root operator 9, 8 Jul 7 01:00 fd0.360 crw-r----- 2 root operator 9, 9 Jul 7 01:00 fd0.640 crw-r----- 2 root operator 9, 7 Jul 7 01:00 fd0.720 crw-r----- 2 root operator 9, 6 Jul 7 01:00 fd0.800 crw-r----- 2 root operator 9, 5 Jul 7 01:00 fd0.820 crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0a crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0b crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0c crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0d crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0e crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0f crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0g crw-r----- 18 root operator 9, 0 Jul 7 01:00 fd0h I first saw this on my -CURRENT box and figured it was devfs related, but I hadn't researched it yet. Now I have it on my -STABLE boxes. Any ideas?