Files
private-schrijfsels-en-noti…/2021/ZFS cheatsheet.md
FSNotes App 8c27dd39b3 Usual commit
2023-07-14 14:01:23 +02:00

358 B

ZFS cheatsheet

Scrubbing

Every sunday at 6 in the morning

0 6 * * 7 /sbin/zpool scrub zroot

Get status with zpool status

Mountpoint

zfs set mountpoint=/myspecialfolder mypool

Create pool

zpool create mypool /dev/ada2

Create subvolume

zfs create zpool/jails

SSD Trim

zpool trim <pool> and zpool set autotrim=on <pool>