Jeff Freeman <freeman.jeffrey at verizon.net> writes: > when I initiate the zpool create command with a pool name I get no > error. When I proceed to create a file system using zfs create > pool/filename I get no error. When I go to the directory > /dev/zvol/rdsk/ the pool and file I created is not showing. Any > thoughts??
You have created a ZFS file system, not a zvol. To do that, you need the -V switch. See the zfs(1M) manual page. -- It is more complicated than you think. -- RFC 1925