Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 3
    The utility you're looking for is called cp: cp image.iso /dev/sdb where /dev/sdb is the name of the drive. Commented Apr 28, 2020 at 16:13
  • @Arkadiusz Drabczyk Glad you found it! ron See unix.com/man-page/centos/1/cp and superuser.com/questions/620877/… Commented Apr 28, 2020 at 16:42
  • 1
    so do not partition the usb key but just straight copy cp rhel-8.1-x86_64-dvd.iso /dev/sdb to the block device? Commented Apr 28, 2020 at 17:07
  • 2
    Yes, but be careful and you use the correct device. Commented Apr 28, 2020 at 17:10
  • @Arkadiusz Drabczyk Do you wish to make a separate answer post? I'd suggest it. Commented Apr 28, 2020 at 17:24