From owner-freebsd-current Mon Dec 30 1: 9:16 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B48FB37B401 for ; Mon, 30 Dec 2002 01:09:14 -0800 (PST) Received: from hronos.veco.ru (hronos.veco.ru [195.161.146.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6073043EDC for ; Mon, 30 Dec 2002 01:09:13 -0800 (PST) (envelope-from aka@veco.ru) Received: from hronos.veco.ru (localhost.veco.ru [127.0.0.1]) by hronos.veco.ru (8.12.6/8.12.6) with ESMTP id gBU996SD068262 for ; Mon, 30 Dec 2002 12:09:06 +0300 (MSK) (envelope-from aka@veco.ru) Received: (from root@localhost) by hronos.veco.ru (8.12.6/8.12.6/Submit) id gBU995Ui068261 for freebsd-current@FreeBSD.ORG.KAV; Mon, 30 Dec 2002 12:09:05 +0300 (MSK) (envelope-from aka@veco.ru) Received: from localhost (yarn.veco.ru [172.19.64.2]) by hronos.veco.ru (8.12.6/8.12.6) with SMTP id gBU995SD068253 for ; Mon, 30 Dec 2002 12:09:05 +0300 (MSK) (envelope-from aka@veco.ru) Date: Mon, 30 Dec 2002 12:09:05 +0300 From: Andrey Koklin To: freebsd-current@FreeBSD.ORG Subject: missed disk nodes Message-Id: <20021230120905.55c7a0f2.aka@veco.ru> X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi folks, Silly question, perhaps, but I wasn't able to figure out source of the problem myself... I used rarely magneto-optical disks to transfer data to/from Windows machine. For compatibility, disks used HDD FAT16 format. About a month ago the disks began to refuse to mount under -current: # cat /var/run/dmesg.boot |grep '^da2' da2 at ahc0 bus 0 target 6 lun 0 da2: Removable Optical SCSI-2 device da2: 10.000MB/s transfers (10.000MHz, offset 10) da2: 606MB (310352 2048 byte sectors: 64H 32S/T 151C) # fdisk /dev/da2 ******* Working on device /dev/da2 ******* parameters extracted from in-core disklabel are: cylinders=151 heads=64 sectors/track=32 (2048 blks/cyl) parameters to be used for BIOS calculations are: cylinders=151 heads=64 sectors/track=32 (2048 blks/cyl) Media sector size is 2048 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 6 (0x06),(Primary 'big' DOS (>= 32MB)) start 32, size 309216 (603 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 150/ head 63/ sector 32 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: # mount_msdosfs /dev/da2s1c /mnt mount_msdosfs: /dev/da2s1c: No such file or directory Indeed, there is only /dev/da2 node now. But how can I tell the devfs system to create needed nodes? -- Regards, Andrey To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message