#369 closed defect (invalid)
Makdev bug
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Book | Version: | 3.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello,
Makedev 1.4 seems to have a major bug. All hd devices created have a trailing
-. for example, instead of hda1 it creates hda1-
Gokul
Change History (2)
comment:1 by , 23 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
comment:2 by , 23 years ago
| Severity: | blocker → normal |
|---|
Note:
See TracTickets
for help on using tickets.

I've investigated this and the only way I can see this could possibly happen is that the node is created as nodename- then there is a mv nodename- nodename done. For some reason the mv could have failed but that isn't really a MAKEDEV bug, it's a more fundamental problem (i.e. *why* is the mv failing). Therefore I'm closing this as invalid.
If the original reporter can reproduce this behaviour constantly, they can contact me at markh@… with the details and I'll try and fix it or figure out what the problem is.