Please forgive me if I seem to be repeating my question, but I still do not know how to create a ZFS file system using zfs-fuse.
From what I understand, FUSE provides the ability to access file systems from user space (i.e., you don't have to be root to mount or unmount them). Hence an unprivileged user would be able to mount an existing ZFS file system using zfs-fuse, and then list the files on the zfs file system using the "ls" command.
My question is what steps would I take to create a ZFS file system?
Is there a command such as "mkfs.zfs" or something that I am missing?
Your help outlining the required steps is appreciated.