zfs

This is an old revision of the document!


ZFS Cheatsheet

Create a pool
  • Get disk ids from /dev/disk/by-id
  • zpool create <name> <type> <disks>
  • zpool create ssds mirror nvme-Samsung_SSD_980_TB_ABCD nvme-Samsung_SSD_980_TB_EFGH
  • Set ashift to the physical sector size of your disk
  • zfs.1751050591.txt.gz
  • Last modified: 2025-06-27 20:56
  • by weichbr