I''m having a very difficult time destroying a zone. Here''s the skinny: bash-3.00# zfs get origin | grep d01 r12_data/d01 origin r12_data/d01/.clone.12052008 at 12042008 - r12_data/d01-receive origin - - r12_data/d01-receive at A origin - - r12_data/d01/.clone.12052008 origin - - r12_data/d01/.clone.12052008 at 12042008 origin - - bash-3.00# bash-3.00# zfs destroy r12_data/d01/.clone.12052008 at 12042008 cannot destroy ''r12_data/d01/.clone.12052008 at 12042008'': snapshot has dependent clones use ''-R'' to destroy the following datasets: r12_data/d01/.clone.12052008 r12_data/d01 bash-3.00# zfs destroy -R r12_data/d01/.clone.12052008 at 12042008 cannot determine dependent datasets: recursive dependency at ''r12_data/d01/.clone.12052008 at 12042008'' bash-3.00# zfs destroy -r r12_data/d01/.clone.12052008 at 12042008 cannot destroy ''r12_data/d01/.clone.12052008 at 12042008'': snapshot is cloned no snapshots destroyed bash-3.00# I must be missing a piece of the puzzle. What is that piece?