mirror of
https://git.bs.b-eit.de/bucde/notes.git
synced 2025-08-16 09:27:46 +02:00
Add 'zfs'
12
zfs.md
Normal file
12
zfs.md
Normal file
@ -0,0 +1,12 @@
|
||||
# ZFS
|
||||
## Create ZVOL
|
||||
|
||||
* `-s` thin zfs volume
|
||||
* `-v` verbose
|
||||
* `-V <BYTES>` size of the new zfs volume
|
||||
* `<POOLNAME>` name of existing pool
|
||||
* `<ZVOLNAME>` name of the new zfs volume
|
||||
|
||||
```
|
||||
zfs create -s -v -V <BYTES> <POOLNAME>/<ZVOLNAME>
|
||||
```
|
Reference in New Issue
Block a user