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:   bin/26368: ``MAKEDEV ad0e'' fails
Message-ID:  <200104051739.f35Hd1w03780@misha.privatelabs.com>

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

>Number:         26368
>Category:       bin
>Synopsis:       ``MAKEDEV ad0e'' fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 05 10:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.2-RC2 i386
>Organization:
Virtual Estates, Inc.
>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).
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" 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>