Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jan 2017 17:28:41 +0300
From:      Boris Samorodov <bsam@passap.ru>
To:        swjatoslaw gerus <milstar2@eml.cc>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: 3- You have made error ...#### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync
Message-ID:  <1be143e3-1be5-d366-ec90-477f5ae3a488@passap.ru>
In-Reply-To: <1483209355.1974647.833842921.62AA8E07@webmail.messagingengine.com>
References:  <1483145583.808511.833423473.7736B95E@webmail.messagingengine.com> <alpine.BSF.2.20.1612311005570.94586@wonkity.com> <1483209355.1974647.833842921.62AA8E07@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1be143e3-1be5-d366-ec90-477f5ae3a488>