Added more helpful information on usage of the zfs-media-drive script

This commit is contained in:
Alex Tavarez
2025-09-17 15:34:41 -04:00
parent 7f4e62ee4b
commit e968fc3ea3

View File

@@ -1,5 +1,8 @@
This script allows the creation of ZFS pool specifically for the purpose of media.
This pool is divided into datasets that allow useful storage management of that media.
This pool is divided into datasets that allow useful storage management of that media.
Subcommands for this script are: init, enc, and link. The first creates the filesystem
structure for the ZFS-formatted drive. The second allows specifying encrypted datasets.
The last creates cross-dataset symbolic links at their corresponding paths.
-k Option to provide a custom path to the key for the encrypted filesystem. Equivalent to 'keylocation' option in ZFS pool creation.
-f Opton to provide a custom format for the aforementioned key. Equivalnt to 'keyformat' option in ZFS pool creation.