View Single Post
  #5   (View Single Post)  
Old 20th April 2017
amphibious
-Guest-
 
Posts: n/a
Default

Quote:
Originally Posted by fvgit View Post
You need to specifiy the image file, '*' is just a place holder:

For OpenBSD 6.1 you'd use:
Code:
# dd if=install61.fs of=/dev/rsd2c bs=1m
And there's no need to re-format. You're writing an entire OpenBSD file system to the flashdrive, not just a bunch of files.
O.K. that worked, thanks.
Reply With Quote