| Summary: | ``MAKEDEV ad0e'' fails | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mikhail Teterin <mi> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | stable |
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mikhail Teterin
2001-04-05 18:40:00 UTC
It seems Mikhail Teterin wrote:
>
> 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 :(
Nope, you just use ad0 or ad8 and the devices you need will be made...
-Søren
On 5 Apr, Søren Schmidt wrote: = It seems Mikhail Teterin wrote: = > = > 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 :( = = Nope, you just use ad0 or ad8 and the devices you need will be made... Khmm, indeed, thanks. I guess, the priority of this bug should now go down, but it is still a bug, is not it? -mi State Changed From-To: open->closed This is not a bug, its the way MAKEDEV works :) |