View Single Post
  #1   (View Single Post)  
Old 24th October 2011
amrogers3 amrogers3 is offline
Port Guard
 
Join Date: Oct 2011
Posts: 20
Default trying to understand command

#mkdir /mnt/flashdrive
#newfs -t msdos sd0c
#mount /dev/sd0i /mnt/flashdrive

I am trying to mount a flashdrive to openBSD. I am trying to understand why the above works. First, how do I find what device the flashdrive is, i.e. "sd0c"?

Second, when I go to mount using /dev/sd0i why does "sd0c" change to "sd0i"?
Reply With Quote