Difference between revisions of "FreeBSD fiber channel target"

From Aram's Wiki
Jump to: navigation, search
(Introduction)
Line 3: Line 3:
 
You need:
 
You need:
 
* FreeBSD
 
* FreeBSD
* A fiber channel card that supports target mode, e.g. [[FreeBSD kernel with Fibre Channel target mode support for QLogic cards | for QLogic QLE2462]]
+
* a fiber channel card that supports target mode, e.g. [[FreeBSD kernel with Fibre Channel target mode support for QLogic cards | for QLogic QLE2462]]
 +
* a ZFS zvol
 +
 
 +
== Create a ZFS zvol ==
 +
 
 +
This will create a sparse 850GB ZFS zvol.
 +
 
 +
sudo zfs create -p -s -V 850g tank1/export/fc

Revision as of 11:11, 7 November 2018

Introduction

You need:

Create a ZFS zvol

This will create a sparse 850GB ZFS zvol.

sudo zfs create -p -s -V 850g tank1/export/fc