Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Apr 2001 13:39:01 -0400 (EDT)
From:      Mikhail Teterin <mi@misha.privatelabs.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        stable@freebsd.org, jkh@freebsd.org
Subject:   ``MAKEDEV ad0e'' fails
Message-ID:  <200104051739.f35Hd1w03780@misha.privatelabs.com>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	Mikhail Teterin
>Organization:	Virtual Estates, Inc.
>Confidential:	no
>Synopsis:	``MAKEDEV ad0e'' fails
>Severity:	serious
>Priority:	medium
>Category:	bin
>Class:		sw-bug
>Release:	FreeBSD 4.2-RC2 i386
>Environment:
System: FreeBSD misha.privatelabs.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Fri Jan 26 14:34:59 EST 2001 root@minime.privatelabs.com:/home/obj/raid/src/sys/MISHA i386


>Description:

	cd /dev && sh MAKEDEV ad0e
	bad unit for disk in: ad0e

	Note, that this device is created by install, but for more drives
	one has to do things like ad8e, which is no longer possible :(

	root@misha:/dev (140) sh -x MAKEDEV ad0e
	+ [ -n  ]
	+ PATH=/sbin:/bin
	+ umask 77
	+ mknod=/sbin/mknod
	+ IFS=:
	+ echo /sbin /bin
	+ [ -x /sbin/mknod ]
	+ mknod=/sbin/mknod
	+ break
	+ dkrawpart=2
	+ dkcompatslice=0
	+ dkrawslice=1
	+ disk_umask=037
	+ tape_umask=017
	+ umask 037
	+ name=ad
	+ chr=116
	+ expr ad0e : ..\(.*\)
	+ unit=0e
	+ echo bad unit for disk in: ad0e
	bad unit for disk in: ad0e
	+ umask 77

>How-To-Repeat:

	See above.

>Fix:

	Oh... Somewhere is the MAKEDEV...

	All I know is that it used to work less then a year ago, when I
	set up a few servers with "dangerously dedicated" drives and did
	not want to see the useless s1 in the fstab-files (ad8s1e still
	works fine, but ad8e should work too).

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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