Dick Hoogendijk wrote:
> I'm quite new to ZFS. It is so very easy to create new filesystems
> using "zfs create zpool/fs" that sometimes I doubt what to do: create a
> directory (like on ufs) or do a zfs create..
>
> Can somebody give some advise on -when- to use a "normal" directory
> and -when- it is better to create a "zpool/fssysstem"
>
> I know this is related to personal taste, but -some- good  advice might
> exist ;-)
>
>   

IMHO, you should make a new file system when you want a
different policy or option implemented.  There are many options
that can be implemented: compression, copies, read-only, export
for import on another host, or quotas, that can be implemented. 
If you aren't using a different policy or option, then a directory
is probably fine.
 -- richard

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to