dataset vs (sub-)directory
Posted: 30 Jul 2016 12:43
i create my pool
then i create 1 dataset and 1 subdirectory
for a noob like me what is the difference between the two? both appear to work like subdirectories
and i was wondering what the pros and cons are? of one vs the other
Code: Select all
zpool create mypool raidz1 /dev/ada0 /dev/ada1 /dev/ada2Code: Select all
zfs create mypool/mydataset
mkdir mypool/mysubdir