Difference between revisions of "Zfs create"
Jump to navigation
Jump to search
↑ http://manpages.ubuntu.com/manpages/bionic/man8/zfs.8.html#subcommands
Line 2: | Line 2: | ||
Create a new filesystem: | Create a new filesystem: | ||
− | * <code>[[zfs create]] YOUR_ZPOOL_NAME/ | + | * <code>[[zfs create]] YOUR_ZPOOL_NAME/your_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> |
Revision as of 14:47, 22 September 2020
Create a new filesystem:
zfs create YOUR_ZPOOL_NAME/your_datafs
[1]
zfs create /YOUR_ZPOOL_NAME/datafs
cannot create '/YOUR_ZPOOL_NAME/datafs': leading slash in name
Related commands
zfs set
:zfs set quota=50G pool/home/bob
zfs list
zpool create
zfs mount, zfs umount
See also
- ZFS: ZFS deduplication,
ZFS snapshot
,zfs list
,zpool status
,zpool create
,zfs create, zfs get all, zfs set, zfs mount, zfs umount, zfs rollback
Advertising: