Difference between revisions of "Zfs create"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
* <code>[[zfs create]] YOUR_ZPOOL_NAME/datafs</code><ref>http://manpages.ubuntu.com/manpages/bionic/man8/zfs.8.html#subcommands</ref>
 
* <code>[[zfs create]] YOUR_ZPOOL_NAME/datafs</code><ref>http://manpages.ubuntu.com/manpages/bionic/man8/zfs.8.html#subcommands</ref>
  
* <code>[[zfs create]] /YOUR_ZPOOL_NAME/datafs</code>
+
<code>[[zfs create]] /YOUR_ZPOOL_NAME/datafs</code>
<code>cannot create '/YOUR_ZPOOL_NAME/datafs': leading slash in name</code>
+
<code>cannot create '/YOUR_ZPOOL_NAME/datafs': leading slash in name</code>
  
 
== Related commands ==
 
== Related commands ==

Revision as of 12:51, 22 September 2020


Create a new filesystem:

zfs create /YOUR_ZPOOL_NAME/datafs
cannot create '/YOUR_ZPOOL_NAME/datafs': leading slash in name

Related commands

See also

  • http://manpages.ubuntu.com/manpages/bionic/man8/zfs.8.html#subcommands
  • Advertising: