Date: Sat, 31 Dec 2016 00:52:39 +0100 From: swjatoslaw gerus <milstar2@eml.cc> To: freebsd-questions@freebsd.org Subject: 2-Fwd: You have made error ...#### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync Message-ID: <1483141959.794193.833395217.1E36B466@webmail.messagingengine.com>
next in thread | raw e-mail | index | archive | help
1.Author corrected your error 2. with 1m -invalid argument for both case sdb1 or sdb -- swjatoslaw gerus milstar2@eml.cc ----- Original message ----- From: swjatoslaw gerus <milstar2@eml.cc> To: freebsd-questions@freebsd.org Subject: You have made error ...#### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync Date: Sat, 31 Dec 2016 00:47:39 +0100 From: Polytropon <freebsd@edvax.de> This is to be expected because the stick hasn't been prepared correctly. Again: # dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb bs=1M conv=sync is the correct command here. That kind of mistake can be summarized as "fat fingers"... ;-) ############ You have made error -- swjatoslaw gerus milstar2@eml.cc ----- Original message ----- From: Polytropon <freebsd@edvax.de> To: swjatoslaw gerus <milstar2@eml.cc> Cc: freebsd-questions@freebsd.org Subject: Re: Fwd: Re: Fwd: system -invalid argument 1m #### dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M conv=sync Date: Fri, 30 Dec 2016 23:19:09 +0100 On Fri, 30 Dec 2016 22:07:31 +0100, swjatoslaw gerus wrote: > this questions was answered before > > for linux not 1m ,but 1048576 without suffiks > that work file is sended to /dev/sdb1 But read with caution: /dev/sdb (no "1" appended) needs to be the device the file has to be written to. Remember: /dev/sdb1 is the 1st partition of the 2nd disk unit, /dev/sdb1 is _the_ 2nd disk unit, and _that_ is where the image needs to go - it represents a whole device content. > but plug sandisk 16 gb before start , notebook can not start This is to be expected because the stick hasn't been prepared correctly. Again: # dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb bs=1M conv=sync is the correct command here. That kind of mistake can be summarized as "fat fingers"... ;-) > file after mounting can see with more, but can not see with ls -lsar You can even "more /dev/sdb1" and "more /dev/sdb" without mounting it, there is no relation. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ... -- http://www.fastmail.com - Does exactly what it says on the tin -- http://www.fastmail.com - Faster than the air-speed velocity of an unladen european swallow
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1483141959.794193.833395217.1E36B466>