you are viewing a single comment's thread
view the rest of the comments
[–] 4 points 2 years ago (1 child)

This works because block devices like /dev/sdX are just files. If you cp a file onto another file, it overwrites the data of the destination with the source. A block device represents the device itself, not the filesystem; if you wanted to put the ISO inside the filesystem, you'd have to mount it first.

  • source
  • parent
  • hideshow 2 child comments