Difference between revisions of "FreeBSD fiber channel target"

From Aram's Wiki
Jump to: navigation, search
Line 11: Line 11:
  
 
  sudo zfs create -p -s -V 850g tank1/export/fc
 
  sudo zfs create -p -s -V 850g tank1/export/fc
 +
 +
== References ==
 +
 +
* [https://justinholcomb.me/blog/2016/03/19/migration-to-freebsd-part3.html Migrating to FreeBSD from Solaris 11: Part 3 - Importing ZVols for serving via Fiber Channel]

Revision as of 11:13, 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

References