Date: Sat, 5 Sep 2015 18:11:21 -0600 From: Ali Ghahraei <aligf94@gmail.com> To: freebsd-doc@FreeBSD.org Subject: Handbook - Typo in Pre-Installation Message-ID: <CABmV-pA2ZVktzj4bAY=mwdNpuNJ2Zt%2BWfpb4UgjFX4yfy=mvGw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Good afternoon. I just wanted to inform you about an error in the handbook (or at least I think it is one). In "Pre-Installation Tasks" there is a command for burning disk images, but it currently is: # dd if=*FreeBSD-10.0-RELEASE-amd64-memstick.img* of=/dev/*da0* bs=1m conv=sync And I think it should be: # dd if=*FreeBSD-10.0-RELEASE-amd64-memstick.img* of=/dev/*da0* bs=1M conv=sync With a capital m in bs. This is because I tried to use the command and it returned dd: invalid number: '1m'. I apologize if my English is not too good, but I'm not from an English-speaking country. I send you this message because I wanted to help you. I hope it is useful :) *Ali Ghahraei Figueroa*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CABmV-pA2ZVktzj4bAY=mwdNpuNJ2Zt%2BWfpb4UgjFX4yfy=mvGw>