[linux] Re: opstarten van USB stick [opgelost]

Frans van Berckel fberckel op xs4all.nl
Wo Dec 3 12:34:50 CET 2014


Paul,

On Wed, 2014-12-03 at 11:56 +0100, Paul Slootman wrote:
> On Wed 03 Dec 2014, Frans van Berckel wrote:
> > On Wed, 2014-12-03 at 11:20 +0100, Fred wrote:
> > > Bedankt voor jullie inbreng de oplossing was;
> > > 
> > > sudo cp debian-7.7.0-amd64-i386-netinst.iso /dev/sdb
> > 
> > Waarschuwing: wat hier staat mag (en kan, volgens mij) helemaal niet.
> 
> Jawel hoor, geen enkel probleem.
> Wat zou er niet aan kloppen?

Ik trof het volgende ... GNU coreutils cp works because it was written
that way. Writing to block devices isn't complicated, it's essentially
the same operation as writing to a regular file. However, you shouldn't
use cp that way. You can do it if you're sure it's GNU coreutils, which
works. But there are other flavours of cp around, for example busybox cp
does not support writing to devices at all; it unlinks (deletes) the
device node and creates a new file in its place instead. Using dd is
safer in that regard. It was made for writing to devices and brings the
tools (bs, seek, skip, count, ...) you often need when dealing with
devices. It should do the expected thing in all flavours of dd.

http://unix.stackexchange.com/questions/72750/why-does-this-work-cp-image-bin-dev-mapper-loop0p1

> Het is wel gebruikelijker om het met dd te doen maar cp werkt eigenlijk
> ook wel bij zo'n image.

Naast dd kan ik me bij cat nog wel wat voorstellen, maar geen cp.

Met vriendelijke groet,

Frans van Berckel




More information about the Linux mailing list