View Single Post
  #1   (View Single Post)  
Old 9th October 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default How to transfer .fs image to USB flash drive ?

Hi,

I am at the moment downloading install62.fs.

Under Linux I used to do
Code:
dd if=/path to image of=/dev/sdb bs=4M
How can I do the same under OpenBSD ?

Last edited by bsd007; 9th October 2017 at 04:01 PM.
Reply With Quote