zfs create #12396
bananabrick
started this conversation in
General
zfs create
#12396
Replies: 1 comment 1 reply
-
I am not sure what you are asking. That is not a valid syntax for so the syntax should be There is no 'dir', If you wish to set the default mountpoint for the pool, that is the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I run something like
zpool create -f <name> <dir> <drive>
, then it seems as if the<dir>
folder allows me to access the<drive>
, and the underlying file system iszfs
.Is there any reason to
zfs create
, to create subdirectories/subfile systems, inside<dir>
, afterwards?Beta Was this translation helpful? Give feedback.
All reactions