Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 13:48:14 +0100
From:      swjatoslaw gerus <milstar2@eml.cc>
To:        freebsd-questions@freebsd.org
Subject:   repaired  some without sysadm  64 bit ubuntu 16.04.1
Message-ID:  <1482929294.2636831.831234481.6EEC95F5@webmail.messagingengine.com>

next in thread | raw e-mail | index | archive | help
repaired  some without sysadm  64 bit ubuntu 16.04.1

1.  tty   sudo su
2. xinit 
3. unity 

x11 manager work  ,browsers deblocked 

 will some test ,after that going to folloving istallation  freebsd ad
 solaris 

-- 
  swjatoslaw  gerus
  milstar2@eml.cc

----- Original message -----
From: swjatoslaw gerus <milstar2@eml.cc>
To: freebsd-questions@freebsd.org
Subject: dd -bs=BYTES  read and write up to BYTES at a time   system -
Date: Tue, 27 Dec 2016 23:44:32 +0100

1. Before received your e-mails ,task was performed   with  solaris ,but
 not from publication  (some  public  opinions exchange in internet)

dd if=sol-11.3-live-x86 usb of=/dev/sdb1

work  ... but with speed  2 mb/sek


   After  was performed task with  solaris -poweroff
put  flash in usb,  can not be started  !  black display ,one white " -"
  more as 5 min

flash out  can start


2. Performed with FreeBSD  ,speed  was some 10 mb/sek

fdisk -l  small change was C W95 FAT32,after  FAT32(LBA)

3. next step   ?
#####################



----- Original message -----
From: Polytropon <freebsd@edvax.de>
To: swjatoslaw gerus <milstar2@eml.cc>
Cc: freebsd-questions@freebsd.org
Subject: Re: Fwd: dd -bs=BYTES  read and write up to BYTES at a time  
system -invalid  number 1m   #### dd
if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M  conv=sync
Date: Tue, 27 Dec 2016 19:08:44 +0100

On Tue, 27 Dec 2016 13:18:33 +0100, swjatoslaw gerus wrote:
> 
> 
> 
> dd  help  ....dd -bs=BYTES  read and write up to BYTES at a time 
> 
>   system -invalid  number 1m   ####

On systems that do not support size suffixes (such as
Linux dd might), you need to "manually multiply", for
example:

	dd if=<image> of=<device> bs=1024k

Or, if the "k" suffix isn't supported,

	dd if=<image> of=<device> bs=1048576

Note that this unit has to be converted as 2^10 = 2014
(instead of 10^3 = 1000). See "man dd" to check what
your version of dd implements.



> fdisk -l   
> system  dev/sdb1      (new Sandisk ultrafit 16 gb) 
> 
>  dd if=FreeBSD-11-RELEASE-amd64-memstick.img of=/dev/sdb1 bs=1M 
>  conv=sync
> system -invalid  number 1m   ####

The command is correct, just adjust the bs= parameter accordingly.





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

-- 
http://www.fastmail.com - Faster than the air-speed velocity of an
                          unladen european swallow


-- 
http://www.fastmail.com - The professional email service




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