I issued the following dd command in 15.0-BETA1 and it failed:
# dd if=/dev/cd0 bs=1 count=1352306688 | sha512sum
dd: /dev/cd0: Invalid argument
Yet when I piped stdin to it instead, it succeeded:
# cat /dev/cd0 | dd bs=1 count=1352306688 | sha512sum
1352306688+0 records in
1352306688+0 records...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.