3- You have made error ...#### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync

Boris Samorodov bsam at passap.ru
Mon Jan 2 14:28:56 UTC 2017


31.12.2016 21:35, swjatoslaw gerus пишет:
> 1.bsd orig text
> ---------------------
> To burn the image using dd, insert the USB stick and determine its
> device name.
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/bsdinstall-pre.html
> -----------------------
> performed from author    with  fdisk -l   ... sdb1
>
> 2.bsd orig text
> -------------------
> dd if=FreeBSD-10.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=1M
> conv=sync
>
> multiple attempts with   FreeBSD -11.0   /dev/sdb1      bs=1M  ...
> System( 16.04.1 64 bit  ubuntu)    -invalid argument
[...]

Seems that you may be confused by the difference in device disk naming
at FreeBSD and Linux:
/dev/da0 <--> /dev/sda
/dev/da1 <--> /dev/sdb
/dev/da2 <--> /dev/sdc

FreeBSD uses numbers (0,1,2,...) for disk renumbering while Linux uses
characters (a,b,c,...).

So if FreeBSD documentation uses "/dev/da1" notation, the Linux
command equivalent should be "/dev/sdb".

HTH & WBR
-- 
bsam


More information about the freebsd-questions mailing list