View Single Post
  #6   (View Single Post)  
Old 31st December 2010
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

I mentioned this in my initial reply to you, there is a subtle difference.. on Linux people use "block" (..buffered) device nodes to access drives, but BSD's generally use "raw/character" (..unbuffered) devices instead.

As stated in the FreeBSD handbook, block devices don't even exist in a traditional sense anymore:
http://www.freebsd.org/doc/en/books/...ics-block.html

OpenBSD still has block devices, but it's always recommended to use the raw character device, the only exception is when mounting.

Because you're dealing with character devices, you may even wish to trying substituting dd(1) for cat(1) when using BSD.
Reply With Quote