dd also attempts to truncate a character device, therefore fails in the
same way.
The kernel should probably return EINVAL for this rather than EPERM.
> In kernels older
> than 2.4.0-test10 or so it got away with this, but now the kernel
> correctly returns an error.
>
> Use the 'conv=notrunc' option to dd to fix this, i.e.
>
> dd if=rootfs.gz of=/dev/fd0 bs=1k conv=notrunc seek=XXX
If only it were so easy to fix the program that calls dd...
-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/