| Summary: | Raw floppy writes fail for partial bytes. | ||
|---|---|---|---|
| Product: | Base System | Reporter: | mwm |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
mwm
2000-08-20 11:20:01 UTC
State Changed From-To: open->closed This is normal and expected behaviour for a `raw' device: all IO requests need to be multiples of the hardware block size (typically 512 bytes, but can be larger iff the medium block size is larger, like for non-standard floppies, MO media, or CD-ROMs). Use a tool like tar or cpio when copying arbitrary stuff to raw devices. |