Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 21:53:26 +0100
From:      Polytropon <freebsd@edvax.de>
To:        swjatoslaw gerus <milstar2@eml.cc>
Cc:        Warren Block <wblock@wonkity.com>, freebsd-questions@freebsd.org
Subject:   Re: 4- You have made error ...#### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M  conv=sync
Message-ID:  <20161231215326.eec4e822.freebsd@edvax.de>
In-Reply-To: <1483213419.1987106.833875849.231130CE@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> <alpine.BSF.2.20.1612311158210.94586@wonkity.com> <1483213419.1987106.833875849.231130CE@webmail.messagingengine.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 31 Dec 2016 20:43:39 +0100, swjatoslaw gerus wrote:
> true for 16.04.1 64 bit linux 
> #################################
> 
>  dd if=FreeBSD-11.0-RELEASE-amd64-memstick.img of=/dev/sdb  bs=1048576 
>  conv=sync
> 
> only   that work 
> ############
> 
>  2.bsd orig text  -it is not work with 16.04.1 64 bit 2*2.4 ghz sony
>  vgn-31
> ################################################################
> 
>  dd if=FreeBSD-10.2-RELEASE-amd64-memstick.img of=/dev/da0 bs=1M 
>  conv=sync

That is a FreeBSD command (see the target device file name, it's
clearly not a common Linux notation). On Linux, it would be:

	# dd if=FreeBSD-10.2-RELEASE-amd64-memstick.img of=/dev/sdb bs=1048576 conv=sync

It's simply a matter of the correct file name, the correct
target device, and the correct unit suffix (or its absence).



> 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
> > > -----------------------
> 
> why not work -it  is not my business

It has already been made clear several times why it did not
work.



> ...author can not kill tor browser process in ubuntu

You should ask that question to a Ubuntu-related mailing list.



> will speedy go to first os,which would work without this kind of
> surprise

The "surprise" is probably you misinterpreting the provided
documentation. As I said in one of my initial replies, it's
important that you pay close attention to what you are doing.
Details matter a lot.




-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161231215326.eec4e822.freebsd>