| Summary: | tar does not handle existing large minor numbers | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Vladimir Tchoukharev <chu> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.2-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Vladimir Tchoukharev
2001-03-09 01:50:01 UTC
State Changed From-To: open->closed You are right, as it says: it doesn't. The tar format is a semi fixed width field format, and the field for device numbers were designed for 16 bit (8 major, 8 minor) and can not absorb our 32 bit (8 major, 16+8 minor) numbers. |